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) 2022-03-23T02:25:30.846Z||main|||||INFO|500||The following profiles are active: basic 2022-03-23T02:25:40.149Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-23T02:25:40.150Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-23T02:25:40.225Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-23T02:25:42.289Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-23T02:25:42.464Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-23T02:25:42.799Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-23T02:25:42.807Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-23T02:25:42.890Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-23T02:25:42.994Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-23T02:25:43.381Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-23T02:25:44.202Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-23T02:25:45.914Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-23T02:25:45.959Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-23T02:25:46.455Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-23T02:25:46.626Z||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. 2022-03-23T02:25:47.758Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-23T02:25:48.701Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-23T02:25:48.715Z||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$$38d484ea.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) 2022-03-23T02:25:48.716Z||main|||||WARN|500||The sdc end point is not alive 2022-03-23T02:25:51.461Z||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 2022-03-23T02:25:54.061Z||main|||||WARN|500||--- 2022-03-23T02:25:54.062Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-23T02:25:54.062Z||main|||||WARN|500||--- 2022-03-23T02:25:54.427Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-23T02:25:58.726Z||main|||||INFO|500||Started Application in 32.267 seconds (JVM running for 33.411) 2022-03-23T02:25:58.743Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-23T02:25:58.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-23T02:25:58.752Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-23T02:25:58.777Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-23T02:25:58.859Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63feefd2-6403-4af1-b06b-725853fa0f71 url= /sdc/v1/artifactTypes 2022-03-23T02:25:58.859Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-23T02:25:59.092Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-23T02:25:59.125Z||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 2022-03-23T02:25:59.148Z||scheduling-1|||||DEBUG|500||create keys 2022-03-23T02:25:59.156Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-23T02:25:59.612Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:25:59.629Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= df6e3ec5-7451-4f34-bdc8-204f7bfc44ba url= /sdc/v1/registerForDistribution 2022-03-23T02:25:59.827Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= df6e3ec5-7451-4f34-bdc8-204f7bfc44ba url= /sdc/v1/registerForDistribution 2022-03-23T02:25:59.828Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-23T02:25:59.838Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:25:59.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:25:59.843Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-23T02:25:59.845Z||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. 2022-03-23T02:25:59.846Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:25:59.846Z||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. 2022-03-23T02:25:59.846Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:26:11.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:26:12.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:26:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:26:59.837Z||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. 2022-03-23T02:26:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:26:59.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:26:59.839Z||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. 2022-03-23T02:26:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:27:09.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:27:09.398Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:27:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:27:59.837Z||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. 2022-03-23T02:27:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:27:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:27:59.838Z||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. 2022-03-23T02:27:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:28:09.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:28:09.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:28:59.836Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:28:59.837Z||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. 2022-03-23T02:28:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:28:59.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:28:59.839Z||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. 2022-03-23T02:28:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:29:09.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:29:09.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:29:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:29:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:29:59.837Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:29:59.838Z||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. 2022-03-23T02:29:59.838Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:29:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:30:09.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:30:09.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:30:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:30:59.836Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:30:59.837Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:30:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:30:59.838Z||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. 2022-03-23T02:30:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:31:09.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:31:09.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:31:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:31:59.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:31:59.838Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:31:59.838Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:31:59.838Z||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. 2022-03-23T02:31:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:32:09.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:32:09.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:32:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:32:59.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:32:59.837Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:32:59.838Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:32:59.839Z||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. 2022-03-23T02:32:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:33:09.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:33:09.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:33:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:33:59.837Z||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. 2022-03-23T02:33:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:33:59.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:33:59.838Z||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. 2022-03-23T02:33:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:34:09.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:09.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:34:59.836Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:34:59.837Z||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. 2022-03-23T02:34:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:34:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:34:59.838Z||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. 2022-03-23T02:34:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:35:09.391Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:35:09.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:35:58.232Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-23T02:35:59.836Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:35:59.837Z||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. 2022-03-23T02:35:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:35:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:35:59.838Z||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. 2022-03-23T02:35:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:36:09.384Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:36:09.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:36:59.836Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:36:59.837Z||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. 2022-03-23T02:36:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:36:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:36:59.838Z||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. 2022-03-23T02:36:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:37:09.388Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:37:09.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:37:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:37:59.837Z||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. 2022-03-23T02:37:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:37:59.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:37:59.838Z||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. 2022-03-23T02:37:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:38:09.395Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:09.397Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:38:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:38:59.837Z||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. 2022-03-23T02:38:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:38:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:38:59.838Z||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. 2022-03-23T02:38:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:39:09.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:39:09.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:39:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:39:59.837Z||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. 2022-03-23T02:39:59.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:39:59.838Z||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. 2022-03-23T02:39:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:39:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:40:09.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:40:09.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:40:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:40:59.837Z||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. 2022-03-23T02:40:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:40:59.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:40:59.838Z||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. 2022-03-23T02:40:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:41:09.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:41:09.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:41:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:41:59.837Z||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. 2022-03-23T02:41:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:41:59.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:41:59.838Z||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. 2022-03-23T02:41:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:42:09.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:42:09.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:42:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:42:59.837Z||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. 2022-03-23T02:42:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:42:59.838Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:42:59.838Z||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. 2022-03-23T02:42:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:43:09.384Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:43:09.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:43:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:43:59.837Z||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. 2022-03-23T02:43:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:43:59.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:43:59.838Z||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. 2022-03-23T02:43:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:44:09.382Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:44:09.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:44:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:44:59.837Z||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. 2022-03-23T02:44:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:44:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:44:59.838Z||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. 2022-03-23T02:44:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:45:09.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:45:09.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:45:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:45:59.837Z||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. 2022-03-23T02:45:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:45:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:45:59.838Z||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. 2022-03-23T02:45:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:46:09.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:46:09.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:46:59.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:46:59.836Z||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. 2022-03-23T02:46:59.836Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:46:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:46:59.838Z||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. 2022-03-23T02:46:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:47:09.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:47:09.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:47:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:47:59.837Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:47:59.837Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:47:59.838Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:47:59.839Z||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. 2022-03-23T02:47:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:48:09.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:48:09.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:48:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:48:59.836Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:48:59.837Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:48:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:48:59.838Z||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. 2022-03-23T02:48:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:49:09.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:49:09.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:49:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:49:59.837Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:49:59.837Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:49:59.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:49:59.838Z||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. 2022-03-23T02:49:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:50:09.386Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:50:09.388Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:50:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:50:59.837Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:50:59.837Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:50:59.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:50:59.838Z||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. 2022-03-23T02:50:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:51:09.382Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:51:09.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:51:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:51:59.837Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:51:59.837Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:51:59.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:51:59.838Z||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. 2022-03-23T02:51:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:52:09.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:52:09.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:52:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:52:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:52:59.838Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:52:59.838Z||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. 2022-03-23T02:52:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:52:59.838Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:53:09.387Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:53:09.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:53:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:53:59.837Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:53:59.837Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:53:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:53:59.838Z||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. 2022-03-23T02:53:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:54:09.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:54:09.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:54:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:54:59.837Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:54:59.837Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:54:59.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:54:59.838Z||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. 2022-03-23T02:54:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:55:09.380Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:55:09.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:55:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:55:59.837Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:55:59.837Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:55:59.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:55:59.838Z||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. 2022-03-23T02:55:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:56:09.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:56:09.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:56:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:56:59.837Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:56:59.837Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:56:59.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:56:59.838Z||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. 2022-03-23T02:56:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:57:09.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:57:09.387Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:57:59.836Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:57:59.836Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T02:57:59.837Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T02:57:59.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:57:59.838Z||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. 2022-03-23T02:57:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:58:09.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:58:09.391Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:58:59.836Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:58:59.837Z||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. 2022-03-23T02:58:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:58:59.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:58:59.839Z||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. 2022-03-23T02:58:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:59:09.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:59:09.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T02:59:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:59:59.837Z||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. 2022-03-23T02:59:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T02:59:59.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T02:59:59.838Z||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. 2022-03-23T02:59:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:00:09.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:00:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:00:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:00:59.837Z||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. 2022-03-23T03:00:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:00:59.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:00:59.838Z||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. 2022-03-23T03:00:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:01:09.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:01:09.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:01:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:01:59.837Z||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. 2022-03-23T03:01:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:01:59.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:01:59.839Z||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. 2022-03-23T03:01:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:02:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:02:09.387Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:02:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:02:59.837Z||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. 2022-03-23T03:02:59.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:02:59.838Z||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. 2022-03-23T03:02:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:02:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:03:09.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:03:09.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:03:59.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:03:59.837Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T03:03:59.837Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:03:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:03:59.839Z||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. 2022-03-23T03:03:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:04:09.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:04:09.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:04:59.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:04:59.836Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T03:04:59.837Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:04:59.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:04:59.839Z||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. 2022-03-23T03:04:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:05:09.380Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:05:09.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:05:59.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:05:59.837Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T03:05:59.837Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:05:59.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:05:59.838Z||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. 2022-03-23T03:05:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:06:09.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:06:09.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:06:59.836Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:06:59.837Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-23T03:06:59.837Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:06:59.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:06:59.838Z||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. 2022-03-23T03:06:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:07:09.380Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:07:09.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:07:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:07:59.837Z||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. 2022-03-23T03:07:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:07:59.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:07:59.839Z||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. 2022-03-23T03:07:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:08:09.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:08:09.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:08:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:08:59.837Z||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. 2022-03-23T03:08:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:08:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:08:59.838Z||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. 2022-03-23T03:08:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:09:09.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:09:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:09:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:09:59.837Z||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. 2022-03-23T03:09:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:09:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:09:59.838Z||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. 2022-03-23T03:09:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:10:09.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:10:09.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:10:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:10:59.837Z||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. 2022-03-23T03:10:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:10:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:10:59.838Z||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. 2022-03-23T03:10:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:11:09.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:11:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:11:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:11:59.837Z||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. 2022-03-23T03:11:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:11:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:11:59.838Z||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. 2022-03-23T03:11:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:12:09.380Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:12:09.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:12:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:12:59.837Z||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. 2022-03-23T03:12:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:12:59.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:12:59.838Z||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. 2022-03-23T03:12:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:13:09.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:13:09.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:13:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:13:59.836Z||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. 2022-03-23T03:13:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:13:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:13:59.838Z||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. 2022-03-23T03:13:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:14:09.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:14:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:14:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:14:59.837Z||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. 2022-03-23T03:14:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:14:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:14:59.838Z||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. 2022-03-23T03:14:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:15:09.383Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:15:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:15:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:15:59.837Z||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. 2022-03-23T03:15:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:15:59.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:15:59.838Z||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. 2022-03-23T03:15:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:16:09.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:16:09.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:16:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:16:59.837Z||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. 2022-03-23T03:16:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:16:59.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:16:59.838Z||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. 2022-03-23T03:16:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:17:09.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:17:09.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:17:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:17:59.837Z||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. 2022-03-23T03:17:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:17:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:17:59.838Z||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. 2022-03-23T03:17:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:18:09.381Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:18:09.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:18:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:18:59.837Z||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. 2022-03-23T03:18:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:18:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:18:59.838Z||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. 2022-03-23T03:18:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:19:09.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:19:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:19:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:19:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:19:59.837Z||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. 2022-03-23T03:19:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:19:59.838Z||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. 2022-03-23T03:19:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:20:09.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:20:09.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:20:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:20:59.837Z||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. 2022-03-23T03:20:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:20:59.837Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:20:59.838Z||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. 2022-03-23T03:20:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:21:09.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:21:09.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:21:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:21:59.837Z||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. 2022-03-23T03:21:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:21:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:21:59.838Z||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. 2022-03-23T03:21:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:22:09.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:22:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:22:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:22:59.837Z||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. 2022-03-23T03:22:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:22:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:22:59.838Z||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. 2022-03-23T03:22:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:23:09.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:23:09.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:23:59.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:23:59.838Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:23:59.838Z||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. 2022-03-23T03:23:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:23:59.838Z||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. 2022-03-23T03:23:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:24:09.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:24:09.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:24:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:24:59.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:24:59.838Z||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. 2022-03-23T03:24:59.838Z||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. 2022-03-23T03:24:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:24:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:25:09.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:25:09.391Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:25:59.836Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:25:59.837Z||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. 2022-03-23T03:25:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:25:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:25:59.838Z||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. 2022-03-23T03:25:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:02.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:02.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T03:26:02.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"20c73535-b74f-4292-87ab-02b299b640ed","serviceName":"vFW 2022-03-23 03-24-05","serviceVersion":"1.0","serviceUUID":"b8203efd-e5c4-4507-ba1b-bd2287f012c6","serviceDescription":"catalog service description","serviceInvariantUUID":"2488d975-f9e9-4545-9bfa-5d516544dfaf","resources":[{"resourceInstanceName":"vFW aceaacc2-cbf1 0","resourceName":"vFW aceaacc2-cbf1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"16282397-f1b8-4f8d-8c3c-84bcb3551620","resourceInvariantUUID":"d5a70267-4ed7-45f0-9dc4-4a90a7304f86","resourceCustomizationUUID":"97ec58f1-d225-4e50-9cbc-5a7f819d1449","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vf-license-model.xml","artifactChecksum":"ZTI2MzgwZDM4MTQzMTY5Mjc2ZmUyZWExZjY4OWQ5YjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f9adb430-add5-4d2a-bbc6-f0350e01d1a0","artifactVersion":"1"},{"artifactName":"vfwaceaacc2cbf10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json","artifactChecksum":"N2E5MTVhOTM4MjZiOTIyZjA0MDQ5Zjg4MWZhM2U0MDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"037b84a3-62ba-4008-a410-6614d099cafb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fc8e4fd4-0a1f-4207-9f09-9fc558cf91d2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vendor-license-model.xml","artifactChecksum":"YjA4NTUwMTlhODUyZmZiZTQxOWIzODAyOGU1ZjRiN2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"022f4bc3-44c4-461f-af64-95be87006899","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"63131381-a537-4ffb-a63f-5ed0bc79c85d","artifactVersion":"2","generatedFromUUID":"fc8e4fd4-0a1f-4207-9f09-9fc558cf91d2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220323032405-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-template.yml","artifactChecksum":"MGE3MGYzYWUxYjg1MDhiZDZmMTFhYjc0NjNjMTQ4ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9778a75b-3618-4a3f-af09-40aa670dd79b","artifactVersion":"1"},{"artifactName":"service-Vfw20220323032405-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar","artifactChecksum":"MDNhZGMzZDU3ZmY0N2JkZWIzMDA0ZGJhMTRlYjE4MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55911e32-3e97-4059-9d52-56ab4da99a2b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T03:26:02.025Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:26:02.030Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:02.039Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:02.039Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:26:02.139Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-23T03:26:02.143Z||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. 2022-03-23T03:26:02.143Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:02.157Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:02.158Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T03:26:02.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:02.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:26:02.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "aai-ml", "timestamp": 1648005954731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:26:02.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:26:02.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:26:02.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:26:02.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:26:02.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:26:02.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "cds", "timestamp": 1648005955070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:26:02.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:26:02.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:26:02.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "ves-openapi-manager", "timestamp": 1648005952388, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:26:02.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:26:02.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:26:02.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005960220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:26:02.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:26:03.044Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:26:03.044Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:03.046Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:03.046Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "NOTIFIED" } 2022-03-23T03:26:03.147Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:26:03.148Z||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. 2022-03-23T03:26:03.148Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:03.164Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:03.164Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:04.047Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:26:04.048Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:04.051Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:04.051Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T03:26:04.151Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T03:26:04.152Z||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. 2022-03-23T03:26:04.152Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:04.166Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:04.166Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:05.052Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:26:05.053Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:05.055Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:05.055Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:26:05.155Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:26:05.156Z||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. 2022-03-23T03:26:05.156Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:05.169Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:05.170Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:06.056Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:26:06.057Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:06.059Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:06.059Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-23T03:26:06.159Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:26:06.160Z||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. 2022-03-23T03:26:06.160Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:06.174Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:06.174Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:07.060Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:26:07.061Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:07.064Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:07.064Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:26:07.164Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:26:07.166Z||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. 2022-03-23T03:26:07.166Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:07.181Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:07.181Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:08.064Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:26:08.065Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:08.068Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:08.068Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:26:08.169Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:26:08.170Z||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. 2022-03-23T03:26:08.170Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:08.182Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:08.182Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:09.072Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "serviceName": "vFW 2022-03-23 03-24-05", "serviceVersion": "1.0", "serviceUUID": "b8203efd-e5c4-4507-ba1b-bd2287f012c6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2488d975-f9e9-4545-9bfa-5d516544dfaf", "resources": [ { "resourceInstanceName": "vFW aceaacc2-cbf1 0", "resourceCustomizationUUID": "97ec58f1-d225-4e50-9cbc-5a7f819d1449", "resourceName": "vFW aceaacc2-cbf1", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "16282397-f1b8-4f8d-8c3c-84bcb3551620", "resourceInvariantUUID": "d5a70267-4ed7-45f0-9dc4-4a90a7304f86", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwaceaacc2cbf10_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "artifactChecksum": "N2E5MTVhOTM4MjZiOTIyZjA0MDQ5Zjg4MWZhM2U0MDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "037b84a3-62ba-4008-a410-6614d099cafb", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fc8e4fd4-0a1f-4207-9f09-9fc558cf91d2", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "63131381-a537-4ffb-a63f-5ed0bc79c85d", "generatedFromUUID": "fc8e4fd4-0a1f-4207-9f09-9fc558cf91d2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "63131381-a537-4ffb-a63f-5ed0bc79c85d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220323032405-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "artifactChecksum": "MDNhZGMzZDU3ZmY0N2JkZWIzMDA0ZGJhMTRlYjE4MTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55911e32-3e97-4059-9d52-56ab4da99a2b" } ], "workloadContext": "Production" } 2022-03-23T03:26:09.073Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T03:26:09.074Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b8203efd-e5c4-4507-ba1b-bd2287f012c6 ASDC 2022-03-23T03:26:09.164Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:20c73535-b74f-4292-87ab-02b299b640ed ServiceName:vFW 2022-03-23 03-24-05 ServiceVersion:1.0 ServiceUUID:b8203efd-e5c4-4507-ba1b-bd2287f012c6 ServiceInvariantUUID:2488d975-f9e9-4545-9bfa-5d516544dfaf ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220323032405-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar ArtifactUUID:55911e32-3e97-4059-9d52-56ab4da99a2b ArtifactChecksum:MDNhZGMzZDU3ZmY0N2JkZWIzMDA0ZGJhMTRlYjE4MTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW aceaacc2-cbf1 0 ResourceCustomizationUUID:97ec58f1-d225-4e50-9cbc-5a7f819d1449 ResourceInvariantUUID:d5a70267-4ed7-45f0-9dc4-4a90a7304f86 ResourceName:vFW aceaacc2-cbf1 ResourceType:VF ResourceUUID:16282397-f1b8-4f8d-8c3c-84bcb3551620 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwaceaacc2cbf10_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json ArtifactUUID:037b84a3-62ba-4008-a410-6614d099cafb ArtifactChecksum:N2E5MTVhOTM4MjZiOTIyZjA0MDQ5Zjg4MWZhM2U0MDI= 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/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml ArtifactUUID:fc8e4fd4-0a1f-4207-9f09-9fc558cf91d2 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/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env ArtifactUUID:63131381-a537-4ffb-a63f-5ed0bc79c85d 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/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env ArtifactUUID:63131381-a537-4ffb-a63f-5ed0bc79c85d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T03:26:09.164Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8203efd-e5c4-4507-ba1b-bd2287f012c6 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 (?, ?, ?, ?, ?) 2022-03-23T03:26:09.367Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T03:26:09.367Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:26:09.368Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:26:09.368Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 55911e32-3e97-4059-9d52-56ab4da99a2b from URL: /sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:09.369Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:26:09.369Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:09.485Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:26:09.509Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar 55911e32-3e97-4059-9d52-56ab4da99a2b 98924 2022-03-23T03:26:09.510Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar ASDC sendASDCNotification 2022-03-23T03:26:09.510Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:09.510Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:26:09.511Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:09.513Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:09.513Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005969509, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:26:09.614Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:26:09.614Z||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. 2022-03-23T03:26:09.615Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:09.628Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:09.628Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:10.513Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T03:26:10.515Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:26:10.515Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 55911e32-3e97-4059-9d52-56ab4da99a2b, URL: /sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar to file: /app/ASDC/1/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:10.516Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220323032405-csar.csar 2022-03-23T03:26:10.583Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:10.583Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:11.312Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7297016842454298022/Definitions/service-Vfw20220323032405-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 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 2022-03-23T03:26:13.654Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T03:26:13.658Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-23T03:26:13.658Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.658Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-23T03:26:13.658Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||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-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.658Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||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-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.658Z|20c73535-b74f-4292-87ab-02b299b640ed|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-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.658Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.658Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.658Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||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-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.658Z|20c73535-b74f-4292-87ab-02b299b640ed|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-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.659Z|20c73535-b74f-4292-87ab-02b299b640ed|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-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.659Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW aceaacc2-cbf1 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-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.659Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.659Z|20c73535-b74f-4292-87ab-02b299b640ed|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-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.659Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.659Z|20c73535-b74f-4292-87ab-02b299b640ed|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-Vfw20220323032405-csar.csar 2022-03-23T03:26:13.659Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-23T03:26:13.664Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.665Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:13.668Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is matching search criteria 2022-03-23T03:26:13.668Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-23T03:26:13.669Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW aceaacc2-cbf1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T03:26:13.670Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.671Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:13.671Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is matching search criteria 2022-03-23T03:26:13.671Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-23T03:26:13.671Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW aceaacc2-cbf1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T03:26:13.671Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.671Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:13.674Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.674Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is not matching search criteria 2022-03-23T03:26:13.674Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T03:26:13.674Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T03:26:13.674Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:13.674Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.675Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T03:26:13.676Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.676Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T03:26:13.676Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.676Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is matching search criteria 2022-03-23T03:26:13.677Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW aceaacc2-cbf1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:26:13.677Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.677Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is matching search criteria 2022-03-23T03:26:13.677Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW aceaacc2-cbf1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:26:13.677Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.677Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is matching search criteria 2022-03-23T03:26:13.677Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW aceaacc2-cbf1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:26:13.677Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.678Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is not matching search criteria 2022-03-23T03:26:13.678Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T03:26:13.678Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-23T03:26:13.678Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T03:26:13.678Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T03:26:13.678Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T03:26:13.678Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.678Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:13.678Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T03:26:13.678Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:13.678Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3a57d9e7-eca9-49ee-84c7-dde4452fe60b 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is not matching search criteria 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T03:26:13.679Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-23T03:26:13.680Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T03:26:13.680Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:13.680Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T03:26:13.680Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.680Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f9fbe49-09b5-4acf-9fc6-e16aacc1a013 2022-03-23T03:26:13.680Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.680Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is not matching search criteria 2022-03-23T03:26:13.680Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T03:26:13.680Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T03:26:13.680Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:13.680Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.681Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.681Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T03:26:13.681Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T03:26:13.681Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T03:26:13.681Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T03:26:13.681Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T03:26:13.681Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:13.681Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-23T03:26:13.681Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c436aa52-220e-42a8-9108-05a876a19727 2022-03-23T03:26:13.681Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.682Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:13.682Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.682Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:13.682Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.682Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:13.682Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:13.682Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:13.682Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-23 03-24-05 Description:catalog service description Model UUID:b8203efd-e5c4-4507-ba1b-bd2287f012c6 Model Version:NULL Model InvariantUuid:2488d975-f9e9-4545-9bfa-5d516544dfaf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW aceaacc2-cbf1 Model UUID:33c35aec-e8be-4b3e-a0c5-06438b3730e2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d5a70267-4ed7-45f0-9dc4-4a90a7304f86 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:97ec58f1-d225-4e50-9cbc-5a7f819d1449 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:947e37ac-164c-4242-bbe9-f5976335939b ModelName:VfwAceaacc2Cbf1..base_vfw..module-0 ModelUuid:39caf3ef-577d-4385-b0ea-2eeac8aeed96 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3a57d9e7-eca9-49ee-84c7-dde4452fe60b ModelInvariantUuid:6dedbe6b-a05d-483d-aa1a-8748f8cea623 ModelName:vFW aceaacc2-cbf1-nodes.vfwCvfc ModelUuid:034c5c38-72a2-46c3-8f63-230bf7b41ebb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f9af4898-839b-46c0-8e59-221f9aeb610e ModelInvariantUuid:ef1283ad-7e06-40fd-a5e1-02a43d559847 ModelName:VfwAceaacc2Cbf1.compute.nodes.heat.vfw ModelUuid:50854335-a556-4624-936d-82cd75b41b46 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7f9fbe49-09b5-4acf-9fc6-e16aacc1a013 ModelInvariantUuid:0fd829b3-3b16-49be-8634-3b31834cfb41 ModelName:vFW aceaacc2-cbf1-nodes.vsnCvfc ModelUuid:80b971c1-5e91-45bd-bb3b-835f6f144e2b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c08d3703-f3d3-4c5f-843e-0aa759e9d614 ModelInvariantUuid:e9ea466b-104f-43b0-aaf2-2ace8e9536fb ModelName:VfwAceaacc2Cbf1.compute.nodes.heat.vsn ModelUuid:2ac1473e-df40-48d0-8554-47e385c99291 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c436aa52-220e-42a8-9108-05a876a19727 ModelInvariantUuid:f8be058b-7b48-47f8-9da7-1e6746792193 ModelName:vFW aceaacc2-cbf1-nodes.vpgCvfc ModelUuid:81c7ea39-d606-4c49-97fc-deae076acae7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:55bfbec1-f63f-4fc8-9826-b1b50b98b91e ModelInvariantUuid:b4fda30b-b9b4-4cc9-bdf5-63564eed50c6 ModelName:VfwAceaacc2Cbf1.compute.nodes.heat.vpg ModelUuid:777391d1-f93b-49f1-8c37-08564614152d 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=? 2022-03-23T03:26:13.705Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 16282397-f1b8-4f8d-8c3c-84bcb3551620 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=? 2022-03-23T03:26:13.779Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||vFW aceaacc2-cbf1 0 2022-03-23T03:26:13.785Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 16282397-f1b8-4f8d-8c3c-84bcb3551620 2022-03-23T03:26:13.785Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 037b84a3-62ba-4008-a410-6614d099cafb from URL: /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json 2022-03-23T03:26:13.786Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:26:13.786Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json 2022-03-23T03:26:13.826Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:26:13.826Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json 037b84a3-62ba-4008-a410-6614d099cafb 785 2022-03-23T03:26:13.827Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json ASDC sendASDCNotification 2022-03-23T03:26:13.827Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json 2022-03-23T03:26:13.827Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:26:13.827Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:13.830Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:13.830Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005973827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T03:26:13.931Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T03:26:13.931Z||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. 2022-03-23T03:26:13.932Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:13.945Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:13.946Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:14.832Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAceaacc2Cbf1..base_vfw..module-0", "vfModuleModelInvariantUUID": "947e37ac-164c-4242-bbe9-f5976335939b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39caf3ef-577d-4385-b0ea-2eeac8aeed96", "vfModuleModelCustomizationUUID": "07f5be50-6fac-4541-9081-c5939510b98d", "isBase": true, "artifacts": [ "fc8e4fd4-0a1f-4207-9f09-9fc558cf91d2", "63131381-a537-4ffb-a63f-5ed0bc79c85d" ], "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": "" } } ] 2022-03-23T03:26:14.846Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAceaacc2Cbf1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39caf3ef-577d-4385-b0ea-2eeac8aeed96 VfModuleModelInvariantUUID:947e37ac-164c-4242-bbe9-f5976335939b VfModuleModelDescription:NULL Artifacts UUID List:{ fc8e4fd4-0a1f-4207-9f09-9fc558cf91d2 , 63131381-a537-4ffb-a63f-5ed0bc79c85d } 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 } 2022-03-23T03:26:14.849Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAceaacc2Cbf1..base_vfw..module-0", "vfModuleModelInvariantUUID": "947e37ac-164c-4242-bbe9-f5976335939b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "39caf3ef-577d-4385-b0ea-2eeac8aeed96", "vfModuleModelCustomizationUUID": "07f5be50-6fac-4541-9081-c5939510b98d", "isBase": true, "artifacts": [ "fc8e4fd4-0a1f-4207-9f09-9fc558cf91d2", "63131381-a537-4ffb-a63f-5ed0bc79c85d" ], "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": "" } } ] 2022-03-23T03:26:14.849Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAceaacc2Cbf1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:39caf3ef-577d-4385-b0ea-2eeac8aeed96 VfModuleModelInvariantUUID:947e37ac-164c-4242-bbe9-f5976335939b VfModuleModelDescription:NULL Artifacts UUID List:{ fc8e4fd4-0a1f-4207-9f09-9fc558cf91d2 , 63131381-a537-4ffb-a63f-5ed0bc79c85d } 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 } 2022-03-23T03:26:14.849Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc8e4fd4-0a1f-4207-9f09-9fc558cf91d2 from URL: /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml 2022-03-23T03:26:14.849Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:26:14.849Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml 2022-03-23T03:26:14.890Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:26:14.891Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml fc8e4fd4-0a1f-4207-9f09-9fc558cf91d2 20368 2022-03-23T03:26:14.891Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-23T03:26:14.891Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml 2022-03-23T03:26:14.892Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:26:14.892Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:14.894Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:14.894Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005974891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T03:26:14.994Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:26:14.995Z||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. 2022-03-23T03:26:14.996Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:15.014Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:15.015Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:15.896Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 63131381-a537-4ffb-a63f-5ed0bc79c85d from URL: /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env 2022-03-23T03:26:15.896Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:26:15.896Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env 2022-03-23T03:26:16.018Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:26:16.018Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env 63131381-a537-4ffb-a63f-5ed0bc79c85d 2098 2022-03-23T03:26:16.018Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-23T03:26:16.019Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env 2022-03-23T03:26:16.019Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:26:16.019Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:16.021Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:16.021Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005976018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-23T03:26:16.121Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T03:26:16.122Z||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. 2022-03-23T03:26:16.122Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:16.136Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:16.137Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:17.022Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b8203efd-e5c4-4507-ba1b-bd2287f012c6 2022-03-23T03:26:17.023Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW aceaacc2-cbf1 0 16282397-f1b8-4f8d-8c3c-84bcb3551620 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=? 2022-03-23T03:26:17.056Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42eb15bd, org.onap.sdc.toscaparser.api.parameters.Input@7beb4e81, org.onap.sdc.toscaparser.api.parameters.Input@5897fc0d, org.onap.sdc.toscaparser.api.parameters.Input@7d34e5, org.onap.sdc.toscaparser.api.parameters.Input@1aa19faa] 2022-03-23T03:26:17.058Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.058Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:17.059Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-23T03:26:17.059Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 97ec58f1-d225-4e50-9cbc-5a7f819d1449 2022-03-23T03:26:17.059Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97ec58f1-d225-4e50-9cbc-5a7f819d1449 matches Tosca VF Customization UUID: 97ec58f1-d225-4e50-9cbc-5a7f819d1449 2022-03-23T03:26:17.059Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 97ec58f1-d225-4e50-9cbc-5a7f819d1449 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=? 2022-03-23T03:26:17.064Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.064Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:17.065Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 97ec58f1-d225-4e50-9cbc-5a7f819d1449: {\"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\"} 2022-03-23T03:26:17.065Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57c1aac3 2022-03-23T03:26:17.066Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.066Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T03:26:17.066Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 07f5be50-6fac-4541-9081-c5939510b98d 2022-03-23T03:26:17.067Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 07f5be50-6fac-4541-9081-c5939510b98d 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=? 2022-03-23T03:26:17.072Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.072Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is matching search criteria 2022-03-23T03:26:17.072Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW aceaacc2-cbf1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:26:17.073Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.073Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is matching search criteria 2022-03-23T03:26:17.073Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW aceaacc2-cbf1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:26:17.073Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.073Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is not matching search criteria 2022-03-23T03:26:17.073Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T03:26:17.073Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-23T03:26:17.073Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T03:26:17.073Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T03:26:17.074Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T03:26:17.074Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T03:26:17.074Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:17.074Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T03:26:17.074Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:17.074Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T03:26:17.074Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T03:26:17.074Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3a57d9e7-eca9-49ee-84c7-dde4452fe60b 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=? 2022-03-23T03:26:17.080Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.080Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is matching search criteria 2022-03-23T03:26:17.080Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW aceaacc2-cbf1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:26:17.080Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.080Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is not matching search criteria 2022-03-23T03:26:17.081Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T03:26:17.081Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T03:26:17.081Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:17.081Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T03:26:17.081Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T03:26:17.081Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T03:26:17.081Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T03:26:17.081Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-23T03:26:17.082Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-23T03:26:17.082Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:17.082Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-23T03:26:17.082Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T03:26:17.082Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7f9fbe49-09b5-4acf-9fc6-e16aacc1a013 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=? 2022-03-23T03:26:17.084Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.084Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is matching search criteria 2022-03-23T03:26:17.084Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW aceaacc2-cbf1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:26:17.086Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.086Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is not matching search criteria 2022-03-23T03:26:17.086Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-23T03:26:17.086Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-23T03:26:17.087Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:17.087Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-23T03:26:17.087Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-23T03:26:17.087Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-23T03:26:17.087Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-23T03:26:17.087Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-23T03:26:17.087Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-23T03:26:17.087Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-23T03:26:17.087Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-23T03:26:17.087Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-23T03:26:17.088Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c436aa52-220e-42a8-9108-05a876a19727 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=? 2022-03-23T03:26:17.089Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.090Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is matching search criteria 2022-03-23T03:26:17.090Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW aceaacc2-cbf1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:26:17.090Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.090Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Node template vFW aceaacc2-cbf1 0 is matching search criteria 2022-03-23T03:26:17.090Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW aceaacc2-cbf1 0] matching following query criteria: sdcType=VF, customizationUUID=97ec58f1-d225-4e50-9cbc-5a7f819d1449 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=? 2022-03-23T03:26:17.092Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.092Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:17.092Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b8203efd-e5c4-4507-ba1b-bd2287f012c6: vFW aceaacc2-cbf1 2022-03-23T03:26:17.092Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.092Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:17.093Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.093Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:17.093Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.093Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:17.093Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.093Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:17.093Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:26:17.093Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:26:17.094Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-23 03-24-05 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 (?, ?, ?, ?, ?) 2022-03-23T03:26:17.419Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW aceaacc2-cbf1 16282397-f1b8-4f8d-8c3c-84bcb3551620 1 ASDC deployResourceStructure 2022-03-23T03:26:17.419Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json ASDC sendASDCNotification 2022-03-23T03:26:17.419Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json 2022-03-23T03:26:17.420Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:26:17.420Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:17.422Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:17.422Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005977419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "DEPLOY_OK" } 2022-03-23T03:26:17.522Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:26:17.523Z||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. 2022-03-23T03:26:17.523Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:17.537Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:17.537Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T03:26:18.422Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-23T03:26:18.423Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml 2022-03-23T03:26:18.423Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:26:18.424Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:18.426Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:18.426Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005978422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-23T03:26:18.526Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:26:18.527Z||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. 2022-03-23T03:26:18.527Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:18.541Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:18.542Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:19.427Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-23T03:26:19.428Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env 2022-03-23T03:26:19.428Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:26:19.428Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:19.430Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:19.430Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005979427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-23T03:26:19.531Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:26:19.531Z||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. 2022-03-23T03:26:19.532Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:19.546Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:19.547Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:20.431Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar ASDC sendASDCNotification 2022-03-23T03:26:20.432Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar 2022-03-23T03:26:20.432Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:26:20.432Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:26:20.434Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:26:20.435Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005980431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:26:20.535Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:26:20.536Z||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. 2022-03-23T03:26:20.536Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:20.550Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:20.551Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:26:21.436Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20c73535-b74f-4292-87ab-02b299b640ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:26:21.460Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20c73535-b74f-4292-87ab-02b299b640ed 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=? 2022-03-23T03:26:21.462Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:26:21.462Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T03:26:21.462Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T03:26:51.463Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20c73535-b74f-4292-87ab-02b299b640ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:26:51.477Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20c73535-b74f-4292-87ab-02b299b640ed 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=? 2022-03-23T03:26:51.480Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:26:51.480Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T03:26:51.480Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T03:26:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:26:59.838Z||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. 2022-03-23T03:26:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:26:59.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:26:59.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:26:59.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "aai-ml", "timestamp": 1648005954731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:26:59.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:27:21.480Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20c73535-b74f-4292-87ab-02b299b640ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:27:21.492Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20c73535-b74f-4292-87ab-02b299b640ed 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=? 2022-03-23T03:27:21.494Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:27:21.495Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T03:27:21.495Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T03:27:51.495Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20c73535-b74f-4292-87ab-02b299b640ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:27:51.507Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20c73535-b74f-4292-87ab-02b299b640ed 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=? 2022-03-23T03:27:51.509Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:27:51.510Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T03:27:51.510Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T03:27:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:27:59.838Z||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. 2022-03-23T03:27:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:28:00.369Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:28:00.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "cds", "timestamp": 1648005955070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "NOTIFIED" } 2022-03-23T03:28:00.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "ves-openapi-manager", "timestamp": 1648005952388, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005960220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "NOTIFIED" } 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "aai-ml", "timestamp": 1648005954731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "cds", "timestamp": 1648005955070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "ves-openapi-manager", "timestamp": 1648005952388, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005960220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "aai-ml", "timestamp": 1648005954731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "cds", "timestamp": 1648005955070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "ves-openapi-manager", "timestamp": 1648005952388, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005960220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "aai-ml", "timestamp": 1648005954731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "cds", "timestamp": 1648005955070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-23T03:28:00.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "ves-openapi-manager", "timestamp": 1648005952388, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005960220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-23T03:28:00.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "aai-ml", "timestamp": 1648005954731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "cds", "timestamp": 1648005955070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "ves-openapi-manager", "timestamp": 1648005952388, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005960220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "aai-ml", "timestamp": 1648005954731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "cds", "timestamp": 1648005955070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005959836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "ves-openapi-manager", "timestamp": 1648005952388, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005960220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:28:00.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005969156, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "cds", "timestamp": 1648005969177, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "aai-ml", "timestamp": 1648005969177, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005969509, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "cds", "timestamp": 1648005970192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-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=? 2022-03-23T03:28:00.394Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20c73535-b74f-4292-87ab-02b299b640ed 2022-03-23T03:28:00.395Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c73535-b74f-4292-87ab-02b299b640ed 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 (?, ?, ?, ?, ?) 2022-03-23T03:28:00.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005970226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.403Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "policy-id", "timestamp": 1648005970037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005971267, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "policy-id", "timestamp": 1648005970037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "dcae-sch", "timestamp": 1648005971566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005972314, "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=? 2022-03-23T03:28:00.410Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20c73535-b74f-4292-87ab-02b299b640ed 2022-03-23T03:28:00.410Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c73535-b74f-4292-87ab-02b299b640ed 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 (?, ?, ?, ?, ?) 2022-03-23T03:28:00.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "policy-id", "timestamp": 1648005970037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-23T03:28:00.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "dcae-sch", "timestamp": 1648005971566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "multicloud-k8s-id", "timestamp": 1648005973317, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "DEPLOY_OK" } 2022-03-23T03:28:00.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648005973020, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "policy-id", "timestamp": 1648005970037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005973827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "dcae-sch", "timestamp": 1648005971566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648005973020, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "policy-id", "timestamp": 1648005970037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005974891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "dcae-sch", "timestamp": 1648005971566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648005973020, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "policy-id", "timestamp": 1648005970037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005976018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "dcae-sch", "timestamp": 1648005971566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648005973020, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "policy-id", "timestamp": 1648005970037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:28:00.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "dcae-sch", "timestamp": 1648005971566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005977419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "DEPLOY_OK" } 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648005973020, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "policy-id", "timestamp": 1648005977843, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.424Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "dcae-sch", "timestamp": 1648005971566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005978422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "clamp", "timestamp": 1648005977921, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648005973020, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "policy-id", "timestamp": 1648005978849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005979427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "clamp", "timestamp": 1648005977921, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vfwaceaacc2cbf10_modules.json", "status": "NOTIFIED" } 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648005973020, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "policy-id", "timestamp": 1648005979852, "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=? 2022-03-23T03:28:00.432Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20c73535-b74f-4292-87ab-02b299b640ed 2022-03-23T03:28:00.432Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c73535-b74f-4292-87ab-02b299b640ed 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=? 2022-03-23T03:28:00.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648005980431, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:28:00.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "clamp", "timestamp": 1648005977921, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "aai-ml", "timestamp": 1648005980622, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:28:00.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648005980834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "clamp", "timestamp": 1648005977921, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "aai-ml", "timestamp": 1648005981627, "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=? 2022-03-23T03:28:00.446Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20c73535-b74f-4292-87ab-02b299b640ed 2022-03-23T03:28:00.446Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c73535-b74f-4292-87ab-02b299b640ed 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 (?, ?, ?, ?, ?) 2022-03-23T03:28:00.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "clamp", "timestamp": 1648005977921, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/resourceInstances/vfwaceaacc2cbf10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "clamp", "timestamp": 1648005977921, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:28:00.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "clamp", "timestamp": 1648005977921, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:28:00.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T03:28:00.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648005985286, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:28:00.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648005986289, "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=? 2022-03-23T03:28:00.459Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20c73535-b74f-4292-87ab-02b299b640ed 2022-03-23T03:28:00.459Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c73535-b74f-4292-87ab-02b299b640ed 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 (?, ?, ?, ?, ?) 2022-03-23T03:28:00.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "clamp", "timestamp": 1648005995561, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:28:00.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "clamp", "timestamp": 1648005997568, "artifactURL": "/sdc/v1/catalog/services/Vfw20220323032405/1.0/artifacts/service-Vfw20220323032405-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:28:00.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:28:00.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:28:00.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "clamp", "timestamp": 1648005998572, "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=? 2022-03-23T03:28:00.472Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 20c73535-b74f-4292-87ab-02b299b640ed 2022-03-23T03:28:00.472Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c73535-b74f-4292-87ab-02b299b640ed 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 (?, ?, ?, ?, ?) 2022-03-23T03:28:21.510Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20c73535-b74f-4292-87ab-02b299b640ed Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:28:21.523Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20c73535-b74f-4292-87ab-02b299b640ed 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=? 2022-03-23T03:28:21.526Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:28:21.526Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T03:28:21.526Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T03:28:21.526Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T03:28:21.526Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:28:21.527Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:28:21.527Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:28:21.527Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:28:21.527Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:28:21.527Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:28:21.527Z|20c73535-b74f-4292-87ab-02b299b640ed|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=? 2022-03-23T03:28:21.533Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T03:28:51.533Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20c73535-b74f-4292-87ab-02b299b640ed 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=? 2022-03-23T03:28:51.543Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20c73535-b74f-4292-87ab-02b299b640ed and serviceModelVersionId: b8203efd-e5c4-4507-ba1b-bd2287f012c6 2022-03-23T03:28:51.543Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2488d975-f9e9-4545-9bfa-5d516544dfaf 2022-03-23T03:28:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:28:59.838Z||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. 2022-03-23T03:28:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:29:03.614Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2488d975-f9e9-4545-9bfa-5d516544dfaf/model-vers/model-ver/b8203efd-e5c4-4507-ba1b-bd2287f012c6?depth=0 2022-03-23T03:29:03.751Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T03:29:04.228Z|20c73535-b74f-4292-87ab-02b299b640ed|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/2488d975-f9e9-4545-9bfa-5d516544dfaf/model-vers/model-ver/b8203efd-e5c4-4507-ba1b-bd2287f012c6?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]} 2022-03-23T03:29:04.233Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2488d975-f9e9-4545-9bfa-5d516544dfaf/model-vers/model-ver/b8203efd-e5c4-4507-ba1b-bd2287f012c6?depth=0|INFO|500||Invoke 2022-03-23T03:29:04.371Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2488d975-f9e9-4545-9bfa-5d516544dfaf/model-vers/model-ver/b8203efd-e5c4-4507-ba1b-bd2287f012c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T03:29:04.551Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2488d975-f9e9-4545-9bfa-5d516544dfaf/model-vers/model-ver/b8203efd-e5c4-4507-ba1b-bd2287f012c6?depth=0|INFO|500||InvokeReturn 2022-03-23T03:29:04.552Z|20c73535-b74f-4292-87ab-02b299b640ed|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/2488d975-f9e9-4545-9bfa-5d516544dfaf/model-vers/model-ver/b8203efd-e5c4-4507-ba1b-bd2287f012c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-03:29:04:380-66489], vertex-id=[167968], Content-Length=[0], Date=[Wed, 23 Mar 2022 03:29:04 GMT], Content-Type=[application/json]} 2022-03-23T03:29:04.552Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-23T03:29:04.555Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T03:29:04.555Z|20c73535-b74f-4292-87ab-02b299b640ed|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=? 2022-03-23T03:29:04.559Z|20c73535-b74f-4292-87ab-02b299b640ed|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) 2022-03-23T03:29:04.566Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20c73535-b74f-4292-87ab-02b299b640ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T03:29:04.567Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T03:29:04.568Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:29:04.569Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:29:04.570Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006144567, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T03:29:04.670Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:29:04.671Z||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. 2022-03-23T03:29:04.671Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:29:04.683Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:29:04.684Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:29:05.293Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:29:05.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T03:29:05.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "20c73535-b74f-4292-87ab-02b299b640ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006144567, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T03:29:05.296Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-23T03:29:05.586Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:29:05.587Z|20c73535-b74f-4292-87ab-02b299b640ed|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. 2022-03-23T03:29:05.587Z|20c73535-b74f-4292-87ab-02b299b640ed|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:29:15.887Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:29:15.888Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:29:15.889Z|20c73535-b74f-4292-87ab-02b299b640ed|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. 2022-03-23T03:29:15.889Z|20c73535-b74f-4292-87ab-02b299b640ed|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:29:25.437Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:29:25.438Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:29:25.438Z|20c73535-b74f-4292-87ab-02b299b640ed|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. 2022-03-23T03:29:25.439Z|20c73535-b74f-4292-87ab-02b299b640ed|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:29:34.975Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:29:59.836Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:29:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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. 2022-03-23T03:29:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:29:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:29:59.839Z||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. 2022-03-23T03:29:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:30:09.376Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:30:09.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:30:59.836Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:30:59.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:30:59.838Z||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. 2022-03-23T03:30:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:30:59.838Z|20c73535-b74f-4292-87ab-02b299b640ed|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. 2022-03-23T03:30:59.838Z|20c73535-b74f-4292-87ab-02b299b640ed|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:31:09.386Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:31:09.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:31:59.836Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:31:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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. 2022-03-23T03:31:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:31:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:31:59.838Z||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. 2022-03-23T03:31:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:32:09.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:32:09.384Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:32:59.836Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:32:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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. 2022-03-23T03:32:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:32:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:32:59.838Z||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. 2022-03-23T03:32:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:33:09.384Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:33:09.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:33:59.836Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:33:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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. 2022-03-23T03:33:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:33:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:33:59.838Z||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. 2022-03-23T03:33:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:34:09.380Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:34:09.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:34:59.836Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:34:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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. 2022-03-23T03:34:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:34:59.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:34:59.838Z||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. 2022-03-23T03:34:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:35:09.382Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:35:09.386Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:35:59.836Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:35:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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. 2022-03-23T03:35:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:35:59.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:35:59.838Z||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. 2022-03-23T03:35:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:36:09.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:36:09.385Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:36:59.836Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:36:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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. 2022-03-23T03:36:59.837Z|20c73535-b74f-4292-87ab-02b299b640ed|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:36:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:36:59.838Z||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. 2022-03-23T03:36:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:00.465Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:00.466Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.466Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b6ed3028-2143-4295-b993-8d0eb4725c32","serviceName":"basic_onboard_alfztR","serviceVersion":"1.0","serviceUUID":"ecba7af6-dc97-4019-838f-4cb56ce986ea","serviceDescription":"service","serviceInvariantUUID":"3909a1f4-65e7-4570-917e-bd7c1a0055c3","resources":[{"resourceInstanceName":"basic_onboard_alfztR 0","resourceName":"basic_onboard_alfztR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ca1fa30c-7391-4b6b-8c91-e83bd5482597","resourceInvariantUUID":"2e368028-f279-4dc7-915b-6ab64d2803c8","resourceCustomizationUUID":"26cfb5ac-a954-4eee-a646-00f80e6cba8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vf-license-model.xml","artifactChecksum":"OGIxYzRmYWY4YzU2MDRjM2E1ZGM4YjA2ZWJlMTkyNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d487b504-ba86-4665-8abe-e3db439b8137","artifactVersion":"1"},{"artifactName":"basic_onboard_alfztr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json","artifactChecksum":"ODQ2M2FjZmE0M2Q3OGY5ODFhOWM2MWNiYWIxMTVhMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"097b26c9-1eef-49c9-b6a4-6fd7e14756f2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9da510aa-d3f4-4022-9de6-531bd4b72f68","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7d424d8b-2774-419b-9aa2-8fc859da03d6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"54a216b8-6dff-4b73-b0f1-266cd9f57999","artifactVersion":"2","generatedFromUUID":"9da510aa-d3f4-4022-9de6-531bd4b72f68"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAlfztr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-template.yml","artifactChecksum":"NjFlZGI1NDVjM2RiYjJlMjgyZTA2YzRlMzU2YjRhMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b063ffe4-13c7-4193-bf27-c0c0dbe510f5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAlfztr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar","artifactChecksum":"NGFkNjY2ZThhYzFmNTM4Y2M1MWQwYzJhODBjMTYwZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fcee2e5-24f2-4b84-9c73-d6331fcf83d6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T03:37:00.468Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:37:00.469Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:00.470Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:00.470Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:00.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "cds", "timestamp": 1648006570070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "policy-id", "timestamp": 1648006570037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "dcae-sch", "timestamp": 1648006571565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "cds", "timestamp": 1648006570070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "policy-id", "timestamp": 1648006570037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "ves-openapi-manager", "timestamp": 1648006572388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "dcae-sch", "timestamp": 1648006571565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648006573020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "cds", "timestamp": 1648006570070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "policy-id", "timestamp": 1648006570037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T03:37:00.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "ves-openapi-manager", "timestamp": 1648006572388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "dcae-sch", "timestamp": 1648006571565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648006573020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "cds", "timestamp": 1648006570070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "policy-id", "timestamp": 1648006570037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "ves-openapi-manager", "timestamp": 1648006572388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "dcae-sch", "timestamp": 1648006571565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "cds", "timestamp": 1648006570070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648006573020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "policy-id", "timestamp": 1648006570037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "ves-openapi-manager", "timestamp": 1648006572388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "dcae-sch", "timestamp": 1648006571565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "cds", "timestamp": 1648006570070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648006573020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "policy-id", "timestamp": 1648006570037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "ves-openapi-manager", "timestamp": 1648006572388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "dcae-sch", "timestamp": 1648006571565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "cds", "timestamp": 1648006570070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:37:00.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648006573020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "policy-id", "timestamp": 1648006570037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:37:00.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "ves-openapi-manager", "timestamp": 1648006572388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "dcae-sch", "timestamp": 1648006571565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "clamp", "timestamp": 1648006577921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648006573020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "cds", "timestamp": 1648006578933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:00.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "policy-id", "timestamp": 1648006578932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:00.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "ves-openapi-manager", "timestamp": 1648006572388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "clamp", "timestamp": 1648006577921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "NOTIFIED" } 2022-03-23T03:37:00.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648006573020, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:37:00.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "cds", "timestamp": 1648006579939, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-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 (?, ?, ?, ?, ?) 2022-03-23T03:37:00.509Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6ed3028-2143-4295-b993-8d0eb4725c32 2022-03-23T03:37:00.509Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ed3028-2143-4295-b993-8d0eb4725c32 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 (?, ?, ?, ?, ?) 2022-03-23T03:37:00.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "policy-id", "timestamp": 1648006579935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:37:00.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "clamp", "timestamp": 1648006577921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648006580753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:00.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006580220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "policy-id", "timestamp": 1648006580938, "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=? 2022-03-23T03:37:00.526Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6ed3028-2143-4295-b993-8d0eb4725c32 2022-03-23T03:37:00.527Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ed3028-2143-4295-b993-8d0eb4725c32 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 (?, ?, ?, ?, ?) 2022-03-23T03:37:00.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "clamp", "timestamp": 1648006577921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006580220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "NOTIFIED" } 2022-03-23T03:37:00.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "clamp", "timestamp": 1648006577921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006580220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T03:37:00.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648006582997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:37:00.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "clamp", "timestamp": 1648006577921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006580220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648006584001, "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=? 2022-03-23T03:37:00.545Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6ed3028-2143-4295-b993-8d0eb4725c32 2022-03-23T03:37:00.545Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ed3028-2143-4295-b993-8d0eb4725c32 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 (?, ?, ?, ?, ?) 2022-03-23T03:37:00.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "clamp", "timestamp": 1648006577921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:37:00.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006580220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T03:37:00.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "aai-ml", "timestamp": 1648006584731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006580220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "aai-ml", "timestamp": 1648006584731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006580220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:37:00.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "aai-ml", "timestamp": 1648006584731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006588117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:00.558Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "aai-ml", "timestamp": 1648006584731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "clamp", "timestamp": 1648006588646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:00.559Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006589159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:00.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "aai-ml", "timestamp": 1648006584731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006590193, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:00.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "aai-ml", "timestamp": 1648006584731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:00.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "clamp", "timestamp": 1648006590654, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:37:00.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006591215, "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=? 2022-03-23T03:37:00.567Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6ed3028-2143-4295-b993-8d0eb4725c32 2022-03-23T03:37:00.567Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ed3028-2143-4295-b993-8d0eb4725c32 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=? 2022-03-23T03:37:00.570Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:00.571Z||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. 2022-03-23T03:37:00.571Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-23T03:37:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "aai-ml", "timestamp": 1648006584731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:37:00.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:37:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "clamp", "timestamp": 1648006591656, "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=? 2022-03-23T03:37:00.581Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b6ed3028-2143-4295-b993-8d0eb4725c32 2022-03-23T03:37:00.582Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ed3028-2143-4295-b993-8d0eb4725c32 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 (?, ?, ?, ?, ?) 2022-03-23T03:37:00.591Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:00.592Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:00.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648006592219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T03:37:00.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "aai-ml", "timestamp": 1648006592431, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:00.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "aai-ml", "timestamp": 1648006598760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:37:00.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:37:00.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:00.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "aai-ml", "timestamp": 1648006599763, "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=? 2022-03-23T03:37:00.600Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6ed3028-2143-4295-b993-8d0eb4725c32 2022-03-23T03:37:00.600Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6ed3028-2143-4295-b993-8d0eb4725c32 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 (?, ?, ?, ?, ?) 2022-03-23T03:37:01.471Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:37:01.472Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:01.473Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:01.474Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "NOTIFIED" } 2022-03-23T03:37:01.574Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:01.575Z||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. 2022-03-23T03:37:01.575Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:01.588Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:01.589Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:02.474Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:37:02.475Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:02.477Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:02.477Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T03:37:02.578Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:02.578Z||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. 2022-03-23T03:37:02.578Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:02.592Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:02.593Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:03.478Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:37:03.479Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:03.481Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:03.482Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:03.582Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:03.583Z||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. 2022-03-23T03:37:03.583Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:03.599Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:03.599Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:04.483Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:37:04.483Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:04.485Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:04.486Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T03:37:04.586Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:04.586Z||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. 2022-03-23T03:37:04.587Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:04.601Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:04.601Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T03:37:05.486Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:37:05.487Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:05.489Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:05.489Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:05.589Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:05.590Z||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. 2022-03-23T03:37:05.590Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:05.604Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:05.605Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:06.489Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:37:06.490Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:06.492Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:06.492Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:37:06.593Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:06.593Z||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. 2022-03-23T03:37:06.594Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:06.607Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:06.608Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:07.494Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "serviceName": "basic_onboard_alfztR", "serviceVersion": "1.0", "serviceUUID": "ecba7af6-dc97-4019-838f-4cb56ce986ea", "serviceDescription": "service", "serviceInvariantUUID": "3909a1f4-65e7-4570-917e-bd7c1a0055c3", "resources": [ { "resourceInstanceName": "basic_onboard_alfztR 0", "resourceCustomizationUUID": "26cfb5ac-a954-4eee-a646-00f80e6cba8a", "resourceName": "basic_onboard_alfztR", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ca1fa30c-7391-4b6b-8c91-e83bd5482597", "resourceInvariantUUID": "2e368028-f279-4dc7-915b-6ab64d2803c8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_alfztr0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "artifactChecksum": "ODQ2M2FjZmE0M2Q3OGY5ODFhOWM2MWNiYWIxMTVhMmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "097b26c9-1eef-49c9-b6a4-6fd7e14756f2", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9da510aa-d3f4-4022-9de6-531bd4b72f68", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "54a216b8-6dff-4b73-b0f1-266cd9f57999", "generatedFromUUID": "9da510aa-d3f4-4022-9de6-531bd4b72f68" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "54a216b8-6dff-4b73-b0f1-266cd9f57999", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAlfztr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "artifactChecksum": "NGFkNjY2ZThhYzFmNTM4Y2M1MWQwYzJhODBjMTYwZTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5fcee2e5-24f2-4b84-9c73-d6331fcf83d6" } ], "workloadContext": "Production" } 2022-03-23T03:37:07.495Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T03:37:07.495Z|20c73535-b74f-4292-87ab-02b299b640ed|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ecba7af6-dc97-4019-838f-4cb56ce986ea ASDC 2022-03-23T03:37:07.495Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b6ed3028-2143-4295-b993-8d0eb4725c32 ServiceName:basic_onboard_alfztR ServiceVersion:1.0 ServiceUUID:ecba7af6-dc97-4019-838f-4cb56ce986ea ServiceInvariantUUID:3909a1f4-65e7-4570-917e-bd7c1a0055c3 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAlfztr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar ArtifactUUID:5fcee2e5-24f2-4b84-9c73-d6331fcf83d6 ArtifactChecksum:NGFkNjY2ZThhYzFmNTM4Y2M1MWQwYzJhODBjMTYwZTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_alfztR 0 ResourceCustomizationUUID:26cfb5ac-a954-4eee-a646-00f80e6cba8a ResourceInvariantUUID:2e368028-f279-4dc7-915b-6ab64d2803c8 ResourceName:basic_onboard_alfztR ResourceType:VF ResourceUUID:ca1fa30c-7391-4b6b-8c91-e83bd5482597 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_alfztr0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json ArtifactUUID:097b26c9-1eef-49c9-b6a4-6fd7e14756f2 ArtifactChecksum:ODQ2M2FjZmE0M2Q3OGY5ODFhOWM2MWNiYWIxMTVhMmQ= 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/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml ArtifactUUID:9da510aa-d3f4-4022-9de6-531bd4b72f68 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/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env ArtifactUUID:54a216b8-6dff-4b73-b0f1-266cd9f57999 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/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env ArtifactUUID:54a216b8-6dff-4b73-b0f1-266cd9f57999 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T03:37:07.495Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ecba7af6-dc97-4019-838f-4cb56ce986ea 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=? 2022-03-23T03:37:07.531Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T03:37:07.532Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:37:07.532Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:37:07.532Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5fcee2e5-24f2-4b84-9c73-d6331fcf83d6 from URL: /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:07.532Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:37:07.532Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:07.584Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:37:07.590Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar 5fcee2e5-24f2-4b84-9c73-d6331fcf83d6 71550 2022-03-23T03:37:07.590Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar ASDC sendASDCNotification 2022-03-23T03:37:07.590Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:07.590Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:37:07.591Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:07.594Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:07.594Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006627590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:07.694Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:07.695Z||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. 2022-03-23T03:37:07.695Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:07.708Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:07.709Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:08.595Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T03:37:08.596Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:37:08.596Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5fcee2e5-24f2-4b84-9c73-d6331fcf83d6, URL: /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar to file: /app/ASDC/1/service-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:08.596Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:08.597Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:08.597Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:08.745Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1007768527628002172/Definitions/service-BasicOnboardAlfztr-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 2022-03-23T03:37:10.106Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_alfztR 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-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-23T03:37:10.107Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.108Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:10.108Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is matching search criteria 2022-03-23T03:37:10.108Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-23T03:37:10.108Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_alfztR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T03:37:10.108Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.108Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:10.108Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is matching search criteria 2022-03-23T03:37:10.108Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-23T03:37:10.108Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_alfztR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T03:37:10.108Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.109Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:10.109Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.109Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is not matching search criteria 2022-03-23T03:37:10.109Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-23T03:37:10.109Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-23T03:37:10.109Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-23T03:37:10.109Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T03:37:10.109Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T03:37:10.109Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.109Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T03:37:10.109Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.110Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is matching search criteria 2022-03-23T03:37:10.110Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_alfztR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:37:10.110Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.110Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is matching search criteria 2022-03-23T03:37:10.110Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_alfztR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:37:10.110Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.110Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is matching search criteria 2022-03-23T03:37:10.110Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_alfztR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:37:10.110Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.111Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is not matching search criteria 2022-03-23T03:37:10.111Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-23T03:37:10.111Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T03:37:10.111Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5aa98d88-0564-460c-ac74-07b7c7c6ef69 2022-03-23T03:37:10.111Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.111Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:10.111Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.111Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:10.111Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.111Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:10.111Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:10.112Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:10.112Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_alfztR Description:service Model UUID:ecba7af6-dc97-4019-838f-4cb56ce986ea Model Version:NULL Model InvariantUuid:3909a1f4-65e7-4570-917e-bd7c1a0055c3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_alfztR Model UUID:29376e04-d213-4181-b15c-f9b3c779b884 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2e368028-f279-4dc7-915b-6ab64d2803c8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:26cfb5ac-a954-4eee-a646-00f80e6cba8a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cfe989cf-7e17-4b40-8dda-f987de478995 ModelName:BasicOnboardAlfztr..base_ubuntu18..module-0 ModelUuid:87427040-448a-4c0e-b8d0-033187af7b62 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5aa98d88-0564-460c-ac74-07b7c7c6ef69 ModelInvariantUuid:6f685dad-dfc8-4118-a2e9-61c9433725e3 ModelName:basic_onboard_alfztR-nodes.ubuntu18Cvfc ModelUuid:e4e972bf-c34c-43cf-b15f-4c197255f4f5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:9724d9cb-7b9a-41bf-ad4a-2f7a2cead560 ModelInvariantUuid:c2d375ad-7d9a-45b5-b423-443c11b0f8c2 ModelName:BasicOnboardAlfztr.compute.nodes.heat.ubuntu18 ModelUuid:58ab8d58-47f8-4325-85a4-2ebfc76622d5 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=? 2022-03-23T03:37:10.118Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ca1fa30c-7391-4b6b-8c91-e83bd5482597 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=? 2022-03-23T03:37:10.121Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||basic_onboard_alfztR 0 2022-03-23T03:37:10.121Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ca1fa30c-7391-4b6b-8c91-e83bd5482597 2022-03-23T03:37:10.121Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 097b26c9-1eef-49c9-b6a4-6fd7e14756f2 from URL: /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json 2022-03-23T03:37:10.122Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:37:10.122Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json 2022-03-23T03:37:10.156Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:37:10.156Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json 097b26c9-1eef-49c9-b6a4-6fd7e14756f2 798 2022-03-23T03:37:10.156Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json ASDC sendASDCNotification 2022-03-23T03:37:10.156Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json 2022-03-23T03:37:10.156Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:37:10.157Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:10.159Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:10.159Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006630156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:10.259Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:10.260Z||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. 2022-03-23T03:37:10.260Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:10.272Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:10.273Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:11.159Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAlfztr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "cfe989cf-7e17-4b40-8dda-f987de478995", "vfModuleModelVersion": "1", "vfModuleModelUUID": "87427040-448a-4c0e-b8d0-033187af7b62", "vfModuleModelCustomizationUUID": "663ebc3c-4536-4820-ad41-36b74f2e294c", "isBase": true, "artifacts": [ "9da510aa-d3f4-4022-9de6-531bd4b72f68", "54a216b8-6dff-4b73-b0f1-266cd9f57999" ], "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": "" } } ] 2022-03-23T03:37:11.164Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAlfztr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:87427040-448a-4c0e-b8d0-033187af7b62 VfModuleModelInvariantUUID:cfe989cf-7e17-4b40-8dda-f987de478995 VfModuleModelDescription:NULL Artifacts UUID List:{ 9da510aa-d3f4-4022-9de6-531bd4b72f68 , 54a216b8-6dff-4b73-b0f1-266cd9f57999 } 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 } 2022-03-23T03:37:11.167Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAlfztr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "cfe989cf-7e17-4b40-8dda-f987de478995", "vfModuleModelVersion": "1", "vfModuleModelUUID": "87427040-448a-4c0e-b8d0-033187af7b62", "vfModuleModelCustomizationUUID": "663ebc3c-4536-4820-ad41-36b74f2e294c", "isBase": true, "artifacts": [ "9da510aa-d3f4-4022-9de6-531bd4b72f68", "54a216b8-6dff-4b73-b0f1-266cd9f57999" ], "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": "" } } ] 2022-03-23T03:37:11.167Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAlfztr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:87427040-448a-4c0e-b8d0-033187af7b62 VfModuleModelInvariantUUID:cfe989cf-7e17-4b40-8dda-f987de478995 VfModuleModelDescription:NULL Artifacts UUID List:{ 9da510aa-d3f4-4022-9de6-531bd4b72f68 , 54a216b8-6dff-4b73-b0f1-266cd9f57999 } 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 } 2022-03-23T03:37:11.167Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9da510aa-d3f4-4022-9de6-531bd4b72f68 from URL: /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml 2022-03-23T03:37:11.167Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:37:11.167Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml 2022-03-23T03:37:11.201Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:37:11.201Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml 9da510aa-d3f4-4022-9de6-531bd4b72f68 5033 2022-03-23T03:37:11.201Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-23T03:37:11.201Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml 2022-03-23T03:37:11.201Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:37:11.201Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:11.203Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:11.203Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006631201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:11.304Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T03:37:11.305Z||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. 2022-03-23T03:37:11.305Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:11.318Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:11.318Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:12.204Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 54a216b8-6dff-4b73-b0f1-266cd9f57999 from URL: /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env 2022-03-23T03:37:12.204Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:37:12.205Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env 2022-03-23T03:37:12.240Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:37:12.240Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env 54a216b8-6dff-4b73-b0f1-266cd9f57999 909 2022-03-23T03:37:12.241Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-23T03:37:12.241Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env 2022-03-23T03:37:12.241Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:37:12.241Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:12.243Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:12.244Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006632241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T03:37:12.344Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:12.345Z||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. 2022-03-23T03:37:12.345Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:12.357Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:12.358Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:13.244Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ecba7af6-dc97-4019-838f-4cb56ce986ea 2022-03-23T03:37:13.245Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_alfztR 0 ca1fa30c-7391-4b6b-8c91-e83bd5482597 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=? 2022-03-23T03:37:13.259Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31d491e1, org.onap.sdc.toscaparser.api.parameters.Input@10df1fa9, org.onap.sdc.toscaparser.api.parameters.Input@5aadf60e, org.onap.sdc.toscaparser.api.parameters.Input@7f9f7258, org.onap.sdc.toscaparser.api.parameters.Input@6a51bfd3] 2022-03-23T03:37:13.260Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.261Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:13.261Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-23T03:37:13.261Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 26cfb5ac-a954-4eee-a646-00f80e6cba8a 2022-03-23T03:37:13.261Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 26cfb5ac-a954-4eee-a646-00f80e6cba8a matches Tosca VF Customization UUID: 26cfb5ac-a954-4eee-a646-00f80e6cba8a 2022-03-23T03:37:13.261Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 26cfb5ac-a954-4eee-a646-00f80e6cba8a 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=? 2022-03-23T03:37:13.263Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.263Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:13.263Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 26cfb5ac-a954-4eee-a646-00f80e6cba8a: {\"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\"} 2022-03-23T03:37:13.263Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f6c9ad1 2022-03-23T03:37:13.263Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.263Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T03:37:13.264Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 663ebc3c-4536-4820-ad41-36b74f2e294c 2022-03-23T03:37:13.264Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 663ebc3c-4536-4820-ad41-36b74f2e294c 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=? 2022-03-23T03:37:13.266Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.266Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is matching search criteria 2022-03-23T03:37:13.266Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_alfztR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:37:13.266Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.266Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is matching search criteria 2022-03-23T03:37:13.266Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_alfztR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:37:13.267Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.267Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is not matching search criteria 2022-03-23T03:37:13.267Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-23T03:37:13.267Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T03:37:13.267Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5aa98d88-0564-460c-ac74-07b7c7c6ef69 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=? 2022-03-23T03:37:13.269Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.269Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is matching search criteria 2022-03-23T03:37:13.269Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_alfztR 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:37:13.269Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.269Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_alfztR 0 is matching search criteria 2022-03-23T03:37:13.269Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_alfztR 0] matching following query criteria: sdcType=VF, customizationUUID=26cfb5ac-a954-4eee-a646-00f80e6cba8a 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=? 2022-03-23T03:37:13.271Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.271Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:13.271Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ecba7af6-dc97-4019-838f-4cb56ce986ea: basic_onboard_alfztR 2022-03-23T03:37:13.271Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.271Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:13.272Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.272Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:13.272Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.272Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:13.272Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.272Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:13.272Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:37:13.272Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_alfztR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:37:13.272Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_alfztR 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 (?, ?, ?, ?, ?) 2022-03-23T03:37:13.357Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_alfztR ca1fa30c-7391-4b6b-8c91-e83bd5482597 1 ASDC deployResourceStructure 2022-03-23T03:37:13.357Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json ASDC sendASDCNotification 2022-03-23T03:37:13.357Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json 2022-03-23T03:37:13.357Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:37:13.358Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:13.359Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:13.359Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006633357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T03:37:13.460Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T03:37:13.460Z||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. 2022-03-23T03:37:13.460Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:13.474Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:13.474Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:14.360Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-23T03:37:14.361Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml 2022-03-23T03:37:14.361Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:37:14.361Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:14.363Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:14.363Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006634360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-23T03:37:14.463Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:14.464Z||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. 2022-03-23T03:37:14.464Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:14.477Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:14.477Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:15.364Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-23T03:37:15.364Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env 2022-03-23T03:37:15.364Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:37:15.365Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:15.367Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:15.367Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006635364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-23T03:37:15.467Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:15.468Z||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. 2022-03-23T03:37:15.468Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:15.480Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:15.481Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:16.368Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar ASDC sendASDCNotification 2022-03-23T03:37:16.368Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar 2022-03-23T03:37:16.368Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:37:16.369Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:16.371Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:16.371Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006636368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:37:16.471Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:16.472Z||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. 2022-03-23T03:37:16.472Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:16.484Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:16.485Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:37:17.371Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6ed3028-2143-4295-b993-8d0eb4725c32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:37:17.383Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6ed3028-2143-4295-b993-8d0eb4725c32 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=? 2022-03-23T03:37:17.386Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:37:17.386Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T03:37:17.387Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T03:37:17.387Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T03:37:17.387Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:37:17.387Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:37:17.387Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:37:17.387Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:37:17.387Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:37:17.387Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:37:17.387Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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=? 2022-03-23T03:37:17.393Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T03:37:47.393Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6ed3028-2143-4295-b993-8d0eb4725c32 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=? 2022-03-23T03:37:47.399Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6ed3028-2143-4295-b993-8d0eb4725c32 and serviceModelVersionId: ecba7af6-dc97-4019-838f-4cb56ce986ea 2022-03-23T03:37:47.399Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3909a1f4-65e7-4570-917e-bd7c1a0055c3 2022-03-23T03:37:47.400Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3909a1f4-65e7-4570-917e-bd7c1a0055c3/model-vers/model-ver/ecba7af6-dc97-4019-838f-4cb56ce986ea?depth=0 2022-03-23T03:37:47.406Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T03:37:47.444Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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/3909a1f4-65e7-4570-917e-bd7c1a0055c3/model-vers/model-ver/ecba7af6-dc97-4019-838f-4cb56ce986ea?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]} 2022-03-23T03:37:47.445Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3909a1f4-65e7-4570-917e-bd7c1a0055c3/model-vers/model-ver/ecba7af6-dc97-4019-838f-4cb56ce986ea?depth=0|INFO|500||Invoke 2022-03-23T03:37:47.467Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3909a1f4-65e7-4570-917e-bd7c1a0055c3/model-vers/model-ver/ecba7af6-dc97-4019-838f-4cb56ce986ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T03:37:47.633Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3909a1f4-65e7-4570-917e-bd7c1a0055c3/model-vers/model-ver/ecba7af6-dc97-4019-838f-4cb56ce986ea?depth=0|INFO|500||InvokeReturn 2022-03-23T03:37:47.634Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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/3909a1f4-65e7-4570-917e-bd7c1a0055c3/model-vers/model-ver/ecba7af6-dc97-4019-838f-4cb56ce986ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-03:37:47:474-60957], vertex-id=[217168], Content-Length=[0], Date=[Wed, 23 Mar 2022 03:37:47 GMT], Content-Type=[application/json]} 2022-03-23T03:37:47.634Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-23T03:37:47.634Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T03:37:47.634Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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=? 2022-03-23T03:37:47.639Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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) 2022-03-23T03:37:47.639Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6ed3028-2143-4295-b993-8d0eb4725c32 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T03:37:47.639Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T03:37:47.639Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:37:47.642Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:37:47.642Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006667639, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T03:37:47.742Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:37:47.743Z||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. 2022-03-23T03:37:47.743Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:47.759Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:47.760Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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=? 2022-03-23T03:37:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:37:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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. 2022-03-23T03:37:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:37:59.838Z||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. 2022-03-23T03:37:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:37:59.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:37:59.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-23T03:37:59.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:37:59.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-23T03:38:09.384Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:38:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:38:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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. 2022-03-23T03:38:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:38:59.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:38:59.838Z||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. 2022-03-23T03:38:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:39:00.361Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:39:00.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "NOTIFIED" } 2022-03-23T03:39:00.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T03:39:00.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T03:39:00.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T03:39:00.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:39:00.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T03:39:00.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T03:39:00.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T03:39:00.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:39:00.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T03:39:00.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006619836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:39:00.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T03:39:00.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006627590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:39:00.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:39:00.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006630156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T03:39:00.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:39:00.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006631201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T03:39:00.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:39:00.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006632241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T03:39:00.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:39:00.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006633357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/basic_onboard_alfztr0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T03:39:00.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:39:00.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006634360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-23T03:39:00.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:39:00.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006635364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/resourceInstances/basic_onboard_alfztr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-23T03:39:00.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:39:00.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006636368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAlfztr/1.0/artifacts/service-BasicOnboardAlfztr-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:39:00.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:39:00.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T03:39:00.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b6ed3028-2143-4295-b993-8d0eb4725c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648006667639, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T03:39:00.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:39:09.382Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:39:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:39:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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. 2022-03-23T03:39:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:39:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:39:59.838Z||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. 2022-03-23T03:39:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:40:09.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:40:09.381Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:40:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:40:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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. 2022-03-23T03:40:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:40:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:40:59.838Z||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. 2022-03-23T03:40:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:41:09.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:41:09.384Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:41:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:41:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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. 2022-03-23T03:41:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:41:59.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:41:59.838Z||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. 2022-03-23T03:41:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:42:09.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:42:09.383Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:42:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:42:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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. 2022-03-23T03:42:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:42:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:42:59.838Z||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. 2022-03-23T03:42:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:43:09.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:43:09.384Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:43:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:43:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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. 2022-03-23T03:43:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:43:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:43:59.838Z||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. 2022-03-23T03:43:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:44:09.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:44:09.383Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:44:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:44:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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. 2022-03-23T03:44:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:44:59.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:44:59.838Z||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. 2022-03-23T03:44:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:45:09.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:45:09.379Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:45:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:45:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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. 2022-03-23T03:45:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:45:59.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:45:59.838Z||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. 2022-03-23T03:45:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:46:09.381Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:46:09.384Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:46:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:46:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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. 2022-03-23T03:46:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:46:59.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:46:59.838Z||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. 2022-03-23T03:46:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:47:09.378Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:47:09.379Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:47:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:47:59.836Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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. 2022-03-23T03:47:59.837Z|b6ed3028-2143-4295-b993-8d0eb4725c32|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:47:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:47:59.838Z||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. 2022-03-23T03:47:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:48:00.369Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:48:00.369Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.370Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"539d82ba-7fb2-43b0-b267-25c4b4c05c0f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"aefc1ad7-673b-49a7-bab3-41ba49fb604a","serviceDescription":"service","serviceInvariantUUID":"5cda870b-6cfb-44ae-8c38-d69197597399","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e9897c01-303c-4bfa-a9db-ce56489b7741","resourceInvariantUUID":"b758d248-71c7-4374-b832-d44719ff37af","resourceCustomizationUUID":"20c50394-dbd7-413b-8baa-3ae593a29899","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":"Mzk5NmMzMzBmOWFlMTg0OTViNTYwNDBhZTY4ZDI4OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e350f8c-8e29-4da7-9876-376aa8f1e457","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzU1Y2M5MTZlMzA1M2RiMjA1MmUzMGIyNmI0MWMzNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee6992d0-7a84-44c8-a1a2-74c4f86ab216","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T03:48:00.372Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:48:00.372Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:48:00.374Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:48:00.375Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007279836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:00.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:48:00.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "dcae-sch", "timestamp": 1648007231565, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:00.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "cds", "timestamp": 1648007230070, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:00.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "policy-id", "timestamp": 1648007230037, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:00.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "ves-openapi-manager", "timestamp": 1648007232388, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:00.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "dcae-sch", "timestamp": 1648007231565, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:00.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "policy-id", "timestamp": 1648007230037, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:48:00.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "cds", "timestamp": 1648007230070, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:48:00.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007233020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "ves-openapi-manager", "timestamp": 1648007232388, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "cds", "timestamp": 1648007234625, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "policy-id", "timestamp": 1648007234616, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007233020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:48:00.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "cds", "timestamp": 1648007235630, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-23T03:48:00.475Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:48:00.475Z||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. 2022-03-23T03:48:00.476Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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 (?, ?, ?, ?, ?) 2022-03-23T03:48:00.488Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 2022-03-23T03:48:00.488Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 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=? 2022-03-23T03:48:00.490Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:48:00.490Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-23T03:48:00.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "policy-id", "timestamp": 1648007235619, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:48:00.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:48:00.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007235816, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:48:00.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:48:00.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "policy-id", "timestamp": 1648007236625, "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=? 2022-03-23T03:48:00.503Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 2022-03-23T03:48:00.503Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 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 (?, ?, ?, ?, ?) 2022-03-23T03:48:00.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007237270, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:48:00.513Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:48:00.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007238273, "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=? 2022-03-23T03:48:00.518Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 2022-03-23T03:48:00.518Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 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 (?, ?, ?, ?, ?) 2022-03-23T03:48:00.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "clamp", "timestamp": 1648007237921, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:00.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "clamp", "timestamp": 1648007237921, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:48:00.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "multicloud-k8s-id", "timestamp": 1648007240220, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:00.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "multicloud-k8s-id", "timestamp": 1648007240220, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:48:00.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "aai-ml", "timestamp": 1648007244731, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:00.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "aai-ml", "timestamp": 1648007244731, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:48:00.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:48:00.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "aai-ml", "timestamp": 1648007248107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:48:00.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:48:00.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "aai-ml", "timestamp": 1648007251061, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:48:00.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:48:00.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "clamp", "timestamp": 1648007251752, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:48:00.531Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:48:00.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "aai-ml", "timestamp": 1648007252064, "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=? 2022-03-23T03:48:00.535Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 2022-03-23T03:48:00.536Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 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 (?, ?, ?, ?, ?) 2022-03-23T03:48:00.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "clamp", "timestamp": 1648007253760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:48:00.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:48:00.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:00.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "clamp", "timestamp": 1648007254763, "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=? 2022-03-23T03:48:00.549Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 2022-03-23T03:48:00.550Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 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 (?, ?, ?, ?, ?) 2022-03-23T03:48:01.375Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:48:01.376Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:48:01.378Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:48:01.378Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007279836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:48:01.478Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:48:01.479Z||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. 2022-03-23T03:48:01.479Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:48:01.491Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:48:01.491Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:48:02.379Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "aefc1ad7-673b-49a7-bab3-41ba49fb604a", "serviceDescription": "service", "serviceInvariantUUID": "5cda870b-6cfb-44ae-8c38-d69197597399", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "20c50394-dbd7-413b-8baa-3ae593a29899", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e9897c01-303c-4bfa-a9db-ce56489b7741", "resourceInvariantUUID": "b758d248-71c7-4374-b832-d44719ff37af", "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": "MzU1Y2M5MTZlMzA1M2RiMjA1MmUzMGIyNmI0MWMzNmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee6992d0-7a84-44c8-a1a2-74c4f86ab216" } ], "workloadContext": "Production" } 2022-03-23T03:48:02.379Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T03:48:02.379Z|b6ed3028-2143-4295-b993-8d0eb4725c32|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aefc1ad7-673b-49a7-bab3-41ba49fb604a ASDC 2022-03-23T03:48:02.380Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:539d82ba-7fb2-43b0-b267-25c4b4c05c0f ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:aefc1ad7-673b-49a7-bab3-41ba49fb604a ServiceInvariantUUID:5cda870b-6cfb-44ae-8c38-d69197597399 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:ee6992d0-7a84-44c8-a1a2-74c4f86ab216 ArtifactChecksum:MzU1Y2M5MTZlMzA1M2RiMjA1MmUzMGIyNmI0MWMzNmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:20c50394-dbd7-413b-8baa-3ae593a29899 ResourceInvariantUUID:b758d248-71c7-4374-b832-d44719ff37af ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e9897c01-303c-4bfa-a9db-ce56489b7741 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-23T03:48:02.380Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aefc1ad7-673b-49a7-bab3-41ba49fb604a 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=? 2022-03-23T03:48:02.406Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T03:48:02.406Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:48:02.406Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:48:02.407Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ee6992d0-7a84-44c8-a1a2-74c4f86ab216 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-23T03:48:02.407Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:48:02.407Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:02.458Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:48:02.462Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ee6992d0-7a84-44c8-a1a2-74c4f86ab216 52488 2022-03-23T03:48:02.462Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:02.462Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:02.462Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:48:02.463Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:48:02.464Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:48:02.464Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007282462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:48:02.565Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:48:02.565Z||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. 2022-03-23T03:48:02.566Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:48:02.580Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:48:02.581Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:48:03.465Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T03:48:03.466Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:48:03.466Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ee6992d0-7a84-44c8-a1a2-74c4f86ab216, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T03:48:03.467Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-23T03:48:03.467Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T03:48:03.467Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T03:48:03.546Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10266578980527268872/Definitions/service-BasicNetwork-template.yml 2022-03-23T03:48:03.882Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.883Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.884Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-23T03:48:03.884Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-23T03:48:03.884Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T03:48:03.884Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.884Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.884Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-23T03:48:03.884Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-23T03:48:03.884Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T03:48:03.884Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.884Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.884Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.885Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.885Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.885Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.885Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.885Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.885Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.885Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.885Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:aefc1ad7-673b-49a7-bab3-41ba49fb604a Model Version:NULL Model InvariantUuid:5cda870b-6cfb-44ae-8c38-d69197597399 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:b758d248-71c7-4374-b832-d44719ff37af Model UUID:d2a00dce-82c0-495e-b955-9246d7562d03 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:20c50394-dbd7-413b-8baa-3ae593a29899 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=? 2022-03-23T03:48:03.891Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: e9897c01-303c-4bfa-a9db-ce56489b7741 2022-03-23T03:48:03.891Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||No resources found for Service: aefc1ad7-673b-49a7-bab3-41ba49fb604a 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=? 2022-03-23T03:48:03.894Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500|| 2022-03-23T03:48:03.895Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-23T03:48:03.895Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: aefc1ad7-673b-49a7-bab3-41ba49fb604a 2022-03-23T03:48:03.895Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: aefc1ad7-673b-49a7-bab3-41ba49fb604a 2022-03-23T03:48:03.895Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-23T03:48:03.895Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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=? 2022-03-23T03:48:03.900Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30579fd8, org.onap.sdc.toscaparser.api.parameters.Input@6b16f73c, org.onap.sdc.toscaparser.api.parameters.Input@492a17e3, org.onap.sdc.toscaparser.api.parameters.Input@42f47448, org.onap.sdc.toscaparser.api.parameters.Input@4e518a91] 2022-03-23T03:48:03.901Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.901Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.902Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.902Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.902Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid aefc1ad7-673b-49a7-bab3-41ba49fb604a: Generic NeutronNet 2022-03-23T03:48:03.902Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.903Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.903Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.903Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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=? 2022-03-23T03:48:03.938Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.938Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.938Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.938Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.938Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:48:03.938Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:48:03.938Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 (?, ?) 2022-03-23T03:48:03.991Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-23T03:48:03.991Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:03.991Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 2022-03-23T03:48:03.991Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:48:03.991Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:48:03.993Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:48:03.993Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007283991, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:48:04.093Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:48:04.094Z||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. 2022-03-23T03:48:04.094Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:48:04.105Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:48:04.106Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:48:04.993Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 539d82ba-7fb2-43b0-b267-25c4b4c05c0f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:48:05.004Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 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=? 2022-03-23T03:48:05.007Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:48:05.008Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T03:48:05.008Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T03:48:05.008Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T03:48:05.008Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:48:05.008Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:48:05.009Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:48:05.009Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:48:05.009Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:48:05.009Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:48:05.009Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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=? 2022-03-23T03:48:05.014Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T03:48:35.014Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 539d82ba-7fb2-43b0-b267-25c4b4c05c0f 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=? 2022-03-23T03:48:35.021Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 539d82ba-7fb2-43b0-b267-25c4b4c05c0f and serviceModelVersionId: aefc1ad7-673b-49a7-bab3-41ba49fb604a 2022-03-23T03:48:35.021Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5cda870b-6cfb-44ae-8c38-d69197597399 2022-03-23T03:48:35.022Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5cda870b-6cfb-44ae-8c38-d69197597399/model-vers/model-ver/aefc1ad7-673b-49a7-bab3-41ba49fb604a?depth=0 2022-03-23T03:48:35.028Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T03:48:35.060Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cda870b-6cfb-44ae-8c38-d69197597399/model-vers/model-ver/aefc1ad7-673b-49a7-bab3-41ba49fb604a?depth=0|INFO|500||Invoke 2022-03-23T03:48:35.060Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cda870b-6cfb-44ae-8c38-d69197597399/model-vers/model-ver/aefc1ad7-673b-49a7-bab3-41ba49fb604a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cda870b-6cfb-44ae-8c38-d69197597399/model-vers/model-ver/aefc1ad7-673b-49a7-bab3-41ba49fb604a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[539d82ba-7fb2-43b0-b267-25c4b4c05c0f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30c3f766-2602-491e-9b02-2723971c3e1d], X-ECOMP-RequestID=[539d82ba-7fb2-43b0-b267-25c4b4c05c0f], X-TransactionId=[], X-ONAP-RequestID=[539d82ba-7fb2-43b0-b267-25c4b4c05c0f], Content-Type=[application/merge-patch+json]} 2022-03-23T03:48:35.079Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cda870b-6cfb-44ae-8c38-d69197597399/model-vers/model-ver/aefc1ad7-673b-49a7-bab3-41ba49fb604a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T03:48:35.148Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cda870b-6cfb-44ae-8c38-d69197597399/model-vers/model-ver/aefc1ad7-673b-49a7-bab3-41ba49fb604a?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/5cda870b-6cfb-44ae-8c38-d69197597399/model-vers/model-ver/aefc1ad7-673b-49a7-bab3-41ba49fb604a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-03:48:35:087-81757], vertex-id=[196640], Content-Length=[0], Date=[Wed, 23 Mar 2022 03:48:35 GMT], Content-Type=[application/json]} 2022-03-23T03:48:35.149Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cda870b-6cfb-44ae-8c38-d69197597399/model-vers/model-ver/aefc1ad7-673b-49a7-bab3-41ba49fb604a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T03:48:35.149Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cda870b-6cfb-44ae-8c38-d69197597399/model-vers/model-ver/aefc1ad7-673b-49a7-bab3-41ba49fb604a?depth=0|INFO|500||InvokeReturn 2022-03-23T03:48:35.149Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T03:48:35.150Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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=? 2022-03-23T03:48:35.153Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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) 2022-03-23T03:48:35.154Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 539d82ba-7fb2-43b0-b267-25c4b4c05c0f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T03:48:35.154Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T03:48:35.154Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:48:35.155Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:48:35.155Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007315154, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T03:48:35.256Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:48:35.257Z||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. 2022-03-23T03:48:35.257Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:48:35.276Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:48:35.277Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-23T03:48:59.836Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:48:59.837Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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. 2022-03-23T03:48:59.837Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:48:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:48:59.838Z||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. 2022-03-23T03:48:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:48:59.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:48:59.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:48:59.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007279836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:48:59.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:00.356Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:00.357Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T03:49:00.358Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6251a0d3-c0b1-4689-bd1f-465415702fa9","serviceName":"Demo_pNF_edkiC0FFbutGHVYbtqdf","serviceVersion":"1.0","serviceUUID":"3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06","serviceDescription":"catalog service description","serviceInvariantUUID":"aea0cd73-8cd9-4d77-925a-6b5a91984872","resources":[{"resourceInstanceName":"pNF 4911e8ba-18a2 0","resourceName":"pNF 4911e8ba-18a2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a97a8c95-2119-4480-b506-2f552538b21e","resourceInvariantUUID":"309f884d-ef50-4345-b0c3-f220c2e35693","resourceCustomizationUUID":"cecd315b-7907-4cf2-924b-8168ab7cd76d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vf-license-model.xml","artifactChecksum":"ZmYyNTcyMjU2ZWFkM2IyZmEzMDY3ZmNlY2Q5NjJmZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ec52ea1-869b-43aa-82e8-c2a56c433ff6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/pNF.csar","artifactChecksum":"MTA4ZTAxYzJjN2MxYjBlYzljNzBmY2NmOGM5NjZiODQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b87e454e-d203-44ae-a672-8f7424f8b0e3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45ffdc10-f142-446b-91eb-c68d70e7a2bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vendor-license-model.xml","artifactChecksum":"ODFhMDUyZmI0MTU4NmRmMWI3NDZjMjI3OTk1YjEwZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef84494d-4ae5-417b-b4ba-f1df296f1490","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b3512b1-e8b7-4d81-b205-405138af843a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b20005ed-a903-4cf9-9476-d7371f6ee4b2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEdkic0ffbutghvybtqdf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml","artifactChecksum":"YWQwYWFlNTc2NGEzNGE2NjVkNzA1YzIxNTQyY2Y5MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55a4ad12-3d3b-441a-8c36-ca705aa3131c","artifactVersion":"1"},{"artifactName":"service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar","artifactChecksum":"NGRkNzg1ODkzMzkzNjYzZDk0NmE3NDkyZTA3YzY4MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a5753db-7922-4b68-80a4-2ac5fb450074","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T03:49:00.360Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:49:00.361Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:49:00.363Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:49:00.363Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:00.463Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:49:00.464Z||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. 2022-03-23T03:49:00.464Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:49:00.478Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:00.478Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T03:49:01.363Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:49:01.364Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:49:01.366Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:49:01.366Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:01.466Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:49:01.467Z||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. 2022-03-23T03:49:01.467Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:49:01.481Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:01.482Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:49:02.366Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:49:02.368Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:49:02.369Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:49:02.370Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:02.470Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:49:02.471Z||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. 2022-03-23T03:49:02.471Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:49:02.483Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:02.483Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:49:03.370Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:49:03.371Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:49:03.374Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:49:03.374Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:03.474Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:49:03.475Z||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. 2022-03-23T03:49:03.475Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:49:03.489Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:03.490Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:49:04.374Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:49:04.375Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:49:04.377Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:49:04.377Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:04.478Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:49:04.479Z||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. 2022-03-23T03:49:04.479Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:49:04.492Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:04.492Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:49:05.378Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:49:05.379Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:49:05.382Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:49:05.382Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:05.482Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:49:05.482Z||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. 2022-03-23T03:49:05.483Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:49:05.500Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:05.502Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:49:06.382Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:49:06.383Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:49:06.385Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:49:06.385Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:06.485Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T03:49:06.486Z||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. 2022-03-23T03:49:06.486Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:49:06.499Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:06.500Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:49:07.386Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:49:07.387Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:49:07.389Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:49:07.389Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:49:07.489Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:49:07.490Z||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. 2022-03-23T03:49:07.490Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:49:07.503Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:07.503Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:49:08.390Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "serviceName": "Demo_pNF_edkiC0FFbutGHVYbtqdf", "serviceVersion": "1.0", "serviceUUID": "3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06", "serviceDescription": "catalog service description", "serviceInvariantUUID": "aea0cd73-8cd9-4d77-925a-6b5a91984872", "resources": [ { "resourceInstanceName": "pNF 4911e8ba-18a2 0", "resourceCustomizationUUID": "cecd315b-7907-4cf2-924b-8168ab7cd76d", "resourceName": "pNF 4911e8ba-18a2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a97a8c95-2119-4480-b506-2f552538b21e", "resourceInvariantUUID": "309f884d-ef50-4345-b0c3-f220c2e35693", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "artifactChecksum": "NGRkNzg1ODkzMzkzNjYzZDk0NmE3NDkyZTA3YzY4MDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9a5753db-7922-4b68-80a4-2ac5fb450074" } ], "workloadContext": "Production" } 2022-03-23T03:49:08.391Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T03:49:08.391Z|539d82ba-7fb2-43b0-b267-25c4b4c05c0f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06 ASDC 2022-03-23T03:49:08.391Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:6251a0d3-c0b1-4689-bd1f-465415702fa9 ServiceName:Demo_pNF_edkiC0FFbutGHVYbtqdf ServiceVersion:1.0 ServiceUUID:3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06 ServiceInvariantUUID:aea0cd73-8cd9-4d77-925a-6b5a91984872 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar ArtifactUUID:9a5753db-7922-4b68-80a4-2ac5fb450074 ArtifactChecksum:NGRkNzg1ODkzMzkzNjYzZDk0NmE3NDkyZTA3YzY4MDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 4911e8ba-18a2 0 ResourceCustomizationUUID:cecd315b-7907-4cf2-924b-8168ab7cd76d ResourceInvariantUUID:309f884d-ef50-4345-b0c3-f220c2e35693 ResourceName:pNF 4911e8ba-18a2 ResourceType:PNF ResourceUUID:a97a8c95-2119-4480-b506-2f552538b21e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-23T03:49:08.391Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06 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 (?, ?, ?, ?, ?) 2022-03-23T03:49:08.414Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T03:49:08.414Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:49:08.415Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:49:08.415Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9a5753db-7922-4b68-80a4-2ac5fb450074 from URL: /sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:08.415Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:49:08.415Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:08.482Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:49:08.486Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 9a5753db-7922-4b68-80a4-2ac5fb450074 82615 2022-03-23T03:49:08.486Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar ASDC sendASDCNotification 2022-03-23T03:49:08.486Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:08.487Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:49:08.487Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:49:08.489Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:49:08.489Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007348486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:49:08.592Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-23T03:49:08.593Z||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. 2022-03-23T03:49:08.593Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:49:08.605Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:08.606Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:49:09.489Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T03:49:09.491Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:49:09.491Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9a5753db-7922-4b68-80a4-2ac5fb450074, URL: /sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar to file: /app/ASDC/1/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:09.491Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:09.492Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:09.492Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:09.576Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1635553859086871931/Definitions/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml 2022-03-23T03:49:10.168Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T03:49:10.169Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-23T03:49:10.169Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:10.169Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-23T03:49:10.169Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4911e8ba-18a2 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-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:10.169Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||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-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:10.169Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:10.169Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||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-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:10.169Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|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-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:10.170Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|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-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:10.170Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|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-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:10.170Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-23T03:49:10.170Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:49:10.170Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_edkiC0FFbutGHVYbtqdf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:49:10.170Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Node template pNF 4911e8ba-18a2 0 is matching search criteria 2022-03-23T03:49:10.170Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-23T03:49:10.170Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 4911e8ba-18a2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T03:49:10.170Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:49:10.170Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_edkiC0FFbutGHVYbtqdf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:49:10.171Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Node template pNF 4911e8ba-18a2 0 is matching search criteria 2022-03-23T03:49:10.171Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-23T03:49:10.171Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 4911e8ba-18a2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T03:49:10.171Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:49:10.171Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_edkiC0FFbutGHVYbtqdf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:49:10.171Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:49:10.171Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_edkiC0FFbutGHVYbtqdf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:49:10.171Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:49:10.171Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_edkiC0FFbutGHVYbtqdf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:49:10.171Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:49:10.171Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_edkiC0FFbutGHVYbtqdf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:49:10.172Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:49:10.172Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_edkiC0FFbutGHVYbtqdf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:49:10.172Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_edkiC0FFbutGHVYbtqdf Description:catalog service description Model UUID:3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06 Model Version:NULL Model InvariantUuid:aea0cd73-8cd9-4d77-925a-6b5a91984872 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=? 2022-03-23T03:49:10.177Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: a97a8c95-2119-4480-b506-2f552538b21e 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=? 2022-03-23T03:49:10.180Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||pNF 4911e8ba-18a2 0 2022-03-23T03:49:10.180Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a97a8c95-2119-4480-b506-2f552538b21e 2022-03-23T03:49:10.180Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06 2022-03-23T03:49:10.180Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06 2022-03-23T03:49:10.180Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4911e8ba-18a2 0 a97a8c95-2119-4480-b506-2f552538b21e 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=? 2022-03-23T03:49:10.184Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b575787, org.onap.sdc.toscaparser.api.parameters.Input@2e9fb245, org.onap.sdc.toscaparser.api.parameters.Input@21d023aa, org.onap.sdc.toscaparser.api.parameters.Input@2d7c74d7, org.onap.sdc.toscaparser.api.parameters.Input@4c76e590] 2022-03-23T03:49:10.184Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:49:10.184Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_edkiC0FFbutGHVYbtqdf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:49:10.184Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06: pNF 4911e8ba-18a2 2022-03-23T03:49:10.185Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||Processing PNF resource: a97a8c95-2119-4480-b506-2f552538b21e 2022-03-23T03:49:10.185Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:49:10.185Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_edkiC0FFbutGHVYbtqdf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:49:10.185Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||Resource customization UUID: cecd315b-7907-4cf2-924b-8168ab7cd76d is the same as notified resource customizationUUID: cecd315b-7907-4cf2-924b-8168ab7cd76d 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 (?, ?) 2022-03-23T03:49:10.232Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4911e8ba-18a2 a97a8c95-2119-4480-b506-2f552538b21e 0 ASDC deployResourceStructure 2022-03-23T03:49:10.232Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar ASDC sendASDCNotification 2022-03-23T03:49:10.233Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar 2022-03-23T03:49:10.233Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:49:10.233Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:49:10.234Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:49:10.235Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007350232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:49:10.335Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:49:10.336Z||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. 2022-03-23T03:49:10.336Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:49:10.349Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:10.350Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:49:11.237Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6251a0d3-c0b1-4689-bd1f-465415702fa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:49:11.247Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6251a0d3-c0b1-4689-bd1f-465415702fa9 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=? 2022-03-23T03:49:11.251Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:49:11.251Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T03:49:11.251Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T03:49:41.251Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6251a0d3-c0b1-4689-bd1f-465415702fa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:49:41.262Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6251a0d3-c0b1-4689-bd1f-465415702fa9 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=? 2022-03-23T03:49:41.264Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:49:41.265Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T03:49:41.265Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T03:49:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:49:59.838Z||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. 2022-03-23T03:49:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:49:59.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:49:59.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1648007280220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "cds", "timestamp": 1648007275070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "aai-ml", "timestamp": 1648007274731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "dcae-sch", "timestamp": 1648007271565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "ves-openapi-manager", "timestamp": 1648007272388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007279836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1648007280220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "aai-ml", "timestamp": 1648007274731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "ves-openapi-manager", "timestamp": 1648007272388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "cds", "timestamp": 1648007275070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "dcae-sch", "timestamp": 1648007271565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007282462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:49:59.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1648007280220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "aai-ml", "timestamp": 1648007274731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "ves-openapi-manager", "timestamp": 1648007272388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "cds", "timestamp": 1648007275070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "dcae-sch", "timestamp": 1648007271565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1648007280220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "dcae-sch", "timestamp": 1648007271565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007283991, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "cds", "timestamp": 1648007275070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "ves-openapi-manager", "timestamp": 1648007272388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "aai-ml", "timestamp": 1648007274731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "ves-openapi-manager", "timestamp": 1648007272388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "aai-ml", "timestamp": 1648007274731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1648007280220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "cds", "timestamp": 1648007275070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "dcae-sch", "timestamp": 1648007271565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "ves-openapi-manager", "timestamp": 1648007272388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "aai-ml", "timestamp": 1648007274731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "dcae-sch", "timestamp": 1648007271565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "cds", "timestamp": 1648007275070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1648007280220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "aai-ml", "timestamp": 1648007274731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "ves-openapi-manager", "timestamp": 1648007272388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "dcae-sch", "timestamp": 1648007271565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1648007280220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "cds", "timestamp": 1648007275070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "aai-ml", "timestamp": 1648007274731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "ves-openapi-manager", "timestamp": 1648007272388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "multicloud-k8s-id", "timestamp": 1648007280220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "cds", "timestamp": 1648007275070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "dcae-sch", "timestamp": 1648007271565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "aai-ml", "timestamp": 1648007289124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "ves-openapi-manager", "timestamp": 1648007289177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "cds", "timestamp": 1648007289175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:49:59.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "cds", "timestamp": 1648007290181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-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=? 2022-03-23T03:49:59.887Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6251a0d3-c0b1-4689-bd1f-465415702fa9 2022-03-23T03:49:59.887Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6251a0d3-c0b1-4689-bd1f-465415702fa9 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 (?, ?, ?, ?, ?) 2022-03-23T03:49:59.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "ves-openapi-manager", "timestamp": 1648007290394, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-23T03:49:59.896Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "policy-id", "timestamp": 1648007290037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "ves-openapi-manager", "timestamp": 1648007291397, "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=? 2022-03-23T03:49:59.901Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6251a0d3-c0b1-4689-bd1f-465415702fa9 2022-03-23T03:49:59.901Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6251a0d3-c0b1-4689-bd1f-465415702fa9 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 (?, ?, ?, ?, ?) 2022-03-23T03:49:59.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "policy-id", "timestamp": 1648007290037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "policy-id", "timestamp": 1648007290037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "aai-ml", "timestamp": 1648007293244, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:49:59.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007293020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "policy-id", "timestamp": 1648007290037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "aai-ml", "timestamp": 1648007294247, "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=? 2022-03-23T03:49:59.916Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6251a0d3-c0b1-4689-bd1f-465415702fa9 2022-03-23T03:49:59.916Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6251a0d3-c0b1-4689-bd1f-465415702fa9 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 (?, ?, ?, ?, ?) 2022-03-23T03:49:59.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007293020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "policy-id", "timestamp": 1648007290037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007293020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "policy-id", "timestamp": 1648007290037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007293020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "policy-id", "timestamp": 1648007290037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007293020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "policy-id", "timestamp": 1648007290037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:49:59.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "clamp", "timestamp": 1648007297921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007293020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "policy-id", "timestamp": 1648007298729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "clamp", "timestamp": 1648007297921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007293020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "policy-id", "timestamp": 1648007299732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:49:59.928Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "clamp", "timestamp": 1648007297921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007293020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:49:59.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "policy-id", "timestamp": 1648007300735, "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=? 2022-03-23T03:49:59.933Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6251a0d3-c0b1-4689-bd1f-465415702fa9 2022-03-23T03:49:59.933Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6251a0d3-c0b1-4689-bd1f-465415702fa9 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 (?, ?, ?, ?, ?) 2022-03-23T03:49:59.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "clamp", "timestamp": 1648007297921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007301755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:49:59.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "clamp", "timestamp": 1648007297921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007303360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:49:59.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "clamp", "timestamp": 1648007297921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007304363, "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=? 2022-03-23T03:49:59.948Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6251a0d3-c0b1-4689-bd1f-465415702fa9 2022-03-23T03:49:59.948Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6251a0d3-c0b1-4689-bd1f-465415702fa9 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 (?, ?, ?, ?, ?) 2022-03-23T03:49:59.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "clamp", "timestamp": 1648007297921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:49:59.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "clamp", "timestamp": 1648007297921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:49:59.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:49:59.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "clamp", "timestamp": 1648007308761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:49:59.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "clamp", "timestamp": 1648007310769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:49:59.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:49:59.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "clamp", "timestamp": 1648007311772, "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=? 2022-03-23T03:49:59.963Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6251a0d3-c0b1-4689-bd1f-465415702fa9 2022-03-23T03:49:59.963Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6251a0d3-c0b1-4689-bd1f-465415702fa9 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 (?, ?, ?, ?, ?) 2022-03-23T03:49:59.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:49:59.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "539d82ba-7fb2-43b0-b267-25c4b4c05c0f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007315154, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T03:49:59.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:50:11.265Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6251a0d3-c0b1-4689-bd1f-465415702fa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:50:11.275Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6251a0d3-c0b1-4689-bd1f-465415702fa9 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=? 2022-03-23T03:50:11.278Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:50:11.278Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T03:50:11.279Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T03:50:11.279Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T03:50:11.279Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:50:11.279Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:50:11.279Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:50:11.279Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:50:11.279Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:50:11.279Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:50:11.279Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:50:11.279Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|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=? 2022-03-23T03:50:11.283Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T03:50:41.284Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6251a0d3-c0b1-4689-bd1f-465415702fa9 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=? 2022-03-23T03:50:41.289Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6251a0d3-c0b1-4689-bd1f-465415702fa9 and serviceModelVersionId: 3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06 2022-03-23T03:50:41.290Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea0cd73-8cd9-4d77-925a-6b5a91984872 2022-03-23T03:50:41.291Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea0cd73-8cd9-4d77-925a-6b5a91984872/model-vers/model-ver/3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06?depth=0 2022-03-23T03:50:41.297Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T03:50:41.336Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea0cd73-8cd9-4d77-925a-6b5a91984872/model-vers/model-ver/3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06?depth=0|INFO|500||Invoke 2022-03-23T03:50:41.337Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea0cd73-8cd9-4d77-925a-6b5a91984872/model-vers/model-ver/3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea0cd73-8cd9-4d77-925a-6b5a91984872/model-vers/model-ver/3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6251a0d3-c0b1-4689-bd1f-465415702fa9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8709a084-2e34-40dd-b955-5b8cf3ea99d3], X-ECOMP-RequestID=[6251a0d3-c0b1-4689-bd1f-465415702fa9], X-TransactionId=[], X-ONAP-RequestID=[6251a0d3-c0b1-4689-bd1f-465415702fa9], Content-Type=[application/merge-patch+json]} 2022-03-23T03:50:41.354Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea0cd73-8cd9-4d77-925a-6b5a91984872/model-vers/model-ver/3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T03:50:41.420Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea0cd73-8cd9-4d77-925a-6b5a91984872/model-vers/model-ver/3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06?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/aea0cd73-8cd9-4d77-925a-6b5a91984872/model-vers/model-ver/3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-03:50:41:360-14939], vertex-id=[233720], Content-Length=[0], Date=[Wed, 23 Mar 2022 03:50:41 GMT], Content-Type=[application/json]} 2022-03-23T03:50:41.420Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea0cd73-8cd9-4d77-925a-6b5a91984872/model-vers/model-ver/3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T03:50:41.421Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aea0cd73-8cd9-4d77-925a-6b5a91984872/model-vers/model-ver/3f3c8fce-0ae2-40bc-8f4b-88b65e4caa06?depth=0|INFO|500||InvokeReturn 2022-03-23T03:50:41.421Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T03:50:41.422Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|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=? 2022-03-23T03:50:41.428Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|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) 2022-03-23T03:50:41.429Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6251a0d3-c0b1-4689-bd1f-465415702fa9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T03:50:41.429Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T03:50:41.429Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:41.431Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:41.431Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007441429, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T03:50:41.532Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-23T03:50:41.533Z||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. 2022-03-23T03:50:41.533Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:41.551Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:41.551Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-23T03:50:42.445Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:50:42.445Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|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. 2022-03-23T03:50:42.445Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:43.070Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:43.071Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-23T03:50:43.071Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"25ac43cd-7066-4ef8-bc89-dcdc2e635963","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c936b4a6-d1a5-40d3-a125-c73ebb5000ba","serviceDescription":"service","serviceInvariantUUID":"f5bc377e-8082-42f8-9f0e-67ab124dc706","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6adfa5ed-49b4-44cb-bc01-12911337da5b","resourceInvariantUUID":"e5be0838-17da-49cd-a96b-b020c6f64804","resourceCustomizationUUID":"880b114e-3f95-426e-af5c-ef6f9802e10e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OGEyMzc5YzJmMmFiOThlYjYwZmY3NjgzZDJmMWRiZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0eb34a73-5d3d-4562-acaa-ec867b8bcfb9","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ODEwZDNhYzJkODkzY2FlYmEyNmRmNjBiZDU2MTJkYzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af8523a7-f691-4e5c-a88e-5fb84c77fe7b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"569a2d4d-c885-40eb-a90e-4fd2bf0f88d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"75f1d6a3-5aa0-4c99-8d64-e2a15389593d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f281f11-354d-47b7-acf9-e2b8b222866b","artifactVersion":"2","generatedFromUUID":"569a2d4d-c885-40eb-a90e-4fd2bf0f88d6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzhmYTU1YWI3ODk3MDVmN2I2NTliMzI1YmI0MzlmMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a622f323-e7cb-49a5-a8b5-5f9c7591d81b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2FiMGJiYmVjNmIzZmRmMjFlMDRkYWJjZTg5OWI3N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc3c831f-ec5d-494e-990a-ceebbed364c4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T03:50:43.074Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:50:43.074Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:43.076Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:43.077Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:50:43.177Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:43.178Z||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. 2022-03-23T03:50:43.178Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:43.190Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:43.191Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:44.077Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:50:44.078Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:44.080Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:44.080Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-23T03:50:44.181Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T03:50:44.181Z||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. 2022-03-23T03:50:44.181Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:44.195Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:44.195Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:45.081Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:50:45.082Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:45.084Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:45.085Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T03:50:45.185Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:45.186Z||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. 2022-03-23T03:50:45.186Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:45.197Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:45.198Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:46.086Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:50:46.086Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:46.088Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:46.088Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:50:46.188Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:46.189Z||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. 2022-03-23T03:50:46.189Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:46.203Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:46.204Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:47.089Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:50:47.090Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:47.092Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:47.092Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T03:50:47.192Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:47.192Z||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. 2022-03-23T03:50:47.193Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:47.206Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:47.206Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:48.092Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:50:48.093Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:48.096Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:48.096Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:50:48.196Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:48.197Z||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. 2022-03-23T03:50:48.197Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:48.210Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:48.211Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:49.096Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T03:50:49.097Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:49.099Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:49.099Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:50:49.200Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T03:50:49.200Z||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. 2022-03-23T03:50:49.200Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:49.214Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:49.214Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:50.101Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "c936b4a6-d1a5-40d3-a125-c73ebb5000ba", "serviceDescription": "service", "serviceInvariantUUID": "f5bc377e-8082-42f8-9f0e-67ab124dc706", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "880b114e-3f95-426e-af5c-ef6f9802e10e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6adfa5ed-49b4-44cb-bc01-12911337da5b", "resourceInvariantUUID": "e5be0838-17da-49cd-a96b-b020c6f64804", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "ODEwZDNhYzJkODkzY2FlYmEyNmRmNjBiZDU2MTJkYzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "af8523a7-f691-4e5c-a88e-5fb84c77fe7b", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "569a2d4d-c885-40eb-a90e-4fd2bf0f88d6", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f281f11-354d-47b7-acf9-e2b8b222866b", "generatedFromUUID": "569a2d4d-c885-40eb-a90e-4fd2bf0f88d6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f281f11-354d-47b7-acf9-e2b8b222866b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2FiMGJiYmVjNmIzZmRmMjFlMDRkYWJjZTg5OWI3N2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc3c831f-ec5d-494e-990a-ceebbed364c4" } ], "workloadContext": "Production" } 2022-03-23T03:50:50.101Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T03:50:50.101Z|6251a0d3-c0b1-4689-bd1f-465415702fa9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c936b4a6-d1a5-40d3-a125-c73ebb5000ba ASDC 2022-03-23T03:50:50.102Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:25ac43cd-7066-4ef8-bc89-dcdc2e635963 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:c936b4a6-d1a5-40d3-a125-c73ebb5000ba ServiceInvariantUUID:f5bc377e-8082-42f8-9f0e-67ab124dc706 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:cc3c831f-ec5d-494e-990a-ceebbed364c4 ArtifactChecksum:M2FiMGJiYmVjNmIzZmRmMjFlMDRkYWJjZTg5OWI3N2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:880b114e-3f95-426e-af5c-ef6f9802e10e ResourceInvariantUUID:e5be0838-17da-49cd-a96b-b020c6f64804 ResourceName:basic_vm ResourceType:VF ResourceUUID:6adfa5ed-49b4-44cb-bc01-12911337da5b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:af8523a7-f691-4e5c-a88e-5fb84c77fe7b ArtifactChecksum:ODEwZDNhYzJkODkzY2FlYmEyNmRmNjBiZDU2MTJkYzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:569a2d4d-c885-40eb-a90e-4fd2bf0f88d6 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/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:8f281f11-354d-47b7-acf9-e2b8b222866b 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/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:8f281f11-354d-47b7-acf9-e2b8b222866b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T03:50:50.102Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c936b4a6-d1a5-40d3-a125-c73ebb5000ba 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 (?, ?, ?, ?, ?) 2022-03-23T03:50:50.131Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T03:50:50.132Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:50:50.132Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:50:50.132Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cc3c831f-ec5d-494e-990a-ceebbed364c4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-23T03:50:50.132Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:50:50.132Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-23T03:50:50.180Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:50:50.185Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cc3c831f-ec5d-494e-990a-ceebbed364c4 71059 2022-03-23T03:50:50.185Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-23T03:50:50.185Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-23T03:50:50.185Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:50:50.185Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:50.187Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:50.187Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007450185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:50:50.287Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:50.288Z||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. 2022-03-23T03:50:50.288Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:50.300Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:50.300Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:51.187Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T03:50:51.188Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-23T03:50:51.188Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cc3c831f-ec5d-494e-990a-ceebbed364c4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T03:50:51.189Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-23T03:50:51.189Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T03:50:51.189Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T03:50:51.392Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5695887442761275532/Definitions/service-BasicVm-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 2022-03-23T03:50:52.251Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T03:50:52.251Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-23T03:50:52.251Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T03:50:52.251Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-23T03:50:52.251Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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-BasicVm-csar.csar 2022-03-23T03:50:52.251Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-23T03:50:52.251Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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-BasicVm-csar.csar 2022-03-23T03:50:52.251Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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-BasicVm-csar.csar 2022-03-23T03:50:52.251Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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-BasicVm-csar.csar 2022-03-23T03:50:52.252Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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-BasicVm-csar.csar 2022-03-23T03:50:52.252Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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-BasicVm-csar.csar 2022-03-23T03:50:52.252Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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-BasicVm-csar.csar 2022-03-23T03:50:52.252Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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-BasicVm-csar.csar 2022-03-23T03:50:52.252Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-23T03:50:52.252Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.252Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:52.252Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T03:50:52.252Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-23T03:50:52.252Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T03:50:52.253Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.253Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:52.253Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T03:50:52.253Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-23T03:50:52.253Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T03:50:52.253Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.253Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:52.254Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.254Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-23T03:50:52.254Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-23T03:50:52.254Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-23T03:50:52.254Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-23T03:50:52.254Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T03:50:52.254Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T03:50:52.254Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.255Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T03:50:52.255Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.255Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T03:50:52.255Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:50:52.255Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.255Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T03:50:52.255Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:50:52.256Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.256Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T03:50:52.256Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:50:52.256Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.256Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-23T03:50:52.256Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-23T03:50:52.256Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T03:50:52.256Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=323d0694-2020-49f0-8134-a83cc758f906 2022-03-23T03:50:52.257Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.257Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:52.257Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.257Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:52.257Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.257Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:52.257Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:52.257Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:52.257Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:c936b4a6-d1a5-40d3-a125-c73ebb5000ba Model Version:NULL Model InvariantUuid:f5bc377e-8082-42f8-9f0e-67ab124dc706 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:ee82a708-4c03-4d37-8d54-b30d2b40f3ba Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e5be0838-17da-49cd-a96b-b020c6f64804 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:880b114e-3f95-426e-af5c-ef6f9802e10e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:567b60d0-3410-4d3c-8dc9-46bfc33b483c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:930f819c-e78e-4f62-ad5b-8421c6b4ce85 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:323d0694-2020-49f0-8134-a83cc758f906 ModelInvariantUuid:86f0934b-bf8a-42f2-9652-a7cf67833fe3 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:884b360e-8830-4d20-8668-72c51a71c0fa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:945a4c7b-b277-4fa5-b84b-e46dcad32427 ModelInvariantUuid:edb7788c-531f-4614-83f3-c8b88d28c9e3 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:484ad034-70f3-44e4-a145-1dcc8428b724 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=? 2022-03-23T03:50:52.263Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6adfa5ed-49b4-44cb-bc01-12911337da5b 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=? 2022-03-23T03:50:52.265Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-03-23T03:50:52.265Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6adfa5ed-49b4-44cb-bc01-12911337da5b 2022-03-23T03:50:52.265Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: af8523a7-f691-4e5c-a88e-5fb84c77fe7b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-23T03:50:52.265Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:50:52.266Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-23T03:50:52.300Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:50:52.300Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json af8523a7-f691-4e5c-a88e-5fb84c77fe7b 787 2022-03-23T03:50:52.301Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-23T03:50:52.301Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-23T03:50:52.301Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:50:52.301Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:52.302Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:52.303Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007452301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T03:50:52.403Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:52.403Z||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. 2022-03-23T03:50:52.404Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:52.416Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:52.416Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:53.303Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "567b60d0-3410-4d3c-8dc9-46bfc33b483c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "930f819c-e78e-4f62-ad5b-8421c6b4ce85", "vfModuleModelCustomizationUUID": "2cf13146-ca5b-4d09-aaa1-001120975cc7", "isBase": true, "artifacts": [ "569a2d4d-c885-40eb-a90e-4fd2bf0f88d6", "8f281f11-354d-47b7-acf9-e2b8b222866b" ], "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": "" } } ] 2022-03-23T03:50:53.307Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:930f819c-e78e-4f62-ad5b-8421c6b4ce85 VfModuleModelInvariantUUID:567b60d0-3410-4d3c-8dc9-46bfc33b483c VfModuleModelDescription:NULL Artifacts UUID List:{ 569a2d4d-c885-40eb-a90e-4fd2bf0f88d6 , 8f281f11-354d-47b7-acf9-e2b8b222866b } 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 } 2022-03-23T03:50:53.309Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "567b60d0-3410-4d3c-8dc9-46bfc33b483c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "930f819c-e78e-4f62-ad5b-8421c6b4ce85", "vfModuleModelCustomizationUUID": "2cf13146-ca5b-4d09-aaa1-001120975cc7", "isBase": true, "artifacts": [ "569a2d4d-c885-40eb-a90e-4fd2bf0f88d6", "8f281f11-354d-47b7-acf9-e2b8b222866b" ], "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": "" } } ] 2022-03-23T03:50:53.309Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:930f819c-e78e-4f62-ad5b-8421c6b4ce85 VfModuleModelInvariantUUID:567b60d0-3410-4d3c-8dc9-46bfc33b483c VfModuleModelDescription:NULL Artifacts UUID List:{ 569a2d4d-c885-40eb-a90e-4fd2bf0f88d6 , 8f281f11-354d-47b7-acf9-e2b8b222866b } 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 } 2022-03-23T03:50:53.309Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 569a2d4d-c885-40eb-a90e-4fd2bf0f88d6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-23T03:50:53.309Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:50:53.310Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-23T03:50:53.345Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:50:53.345Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 569a2d4d-c885-40eb-a90e-4fd2bf0f88d6 5033 2022-03-23T03:50:53.346Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-23T03:50:53.346Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-23T03:50:53.346Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:50:53.346Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:53.348Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:53.348Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007453346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T03:50:53.449Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:53.449Z||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. 2022-03-23T03:50:53.449Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:53.462Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:53.462Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:54.349Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8f281f11-354d-47b7-acf9-e2b8b222866b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-23T03:50:54.349Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-23T03:50:54.350Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-23T03:50:54.430Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-23T03:50:54.430Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8f281f11-354d-47b7-acf9-e2b8b222866b 903 2022-03-23T03:50:54.431Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-23T03:50:54.431Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-23T03:50:54.431Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T03:50:54.431Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:54.433Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:54.433Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007454431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T03:50:54.533Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:54.534Z||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. 2022-03-23T03:50:54.534Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:54.547Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:54.548Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:55.434Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c936b4a6-d1a5-40d3-a125-c73ebb5000ba 2022-03-23T03:50:55.434Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6adfa5ed-49b4-44cb-bc01-12911337da5b 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=? 2022-03-23T03:50:55.448Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d939ddb, org.onap.sdc.toscaparser.api.parameters.Input@28445cc9, org.onap.sdc.toscaparser.api.parameters.Input@49b9176f, org.onap.sdc.toscaparser.api.parameters.Input@7755ff0, org.onap.sdc.toscaparser.api.parameters.Input@46497780] 2022-03-23T03:50:55.449Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.449Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:55.449Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-23T03:50:55.449Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 880b114e-3f95-426e-af5c-ef6f9802e10e 2022-03-23T03:50:55.449Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 880b114e-3f95-426e-af5c-ef6f9802e10e matches Tosca VF Customization UUID: 880b114e-3f95-426e-af5c-ef6f9802e10e 2022-03-23T03:50:55.449Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 880b114e-3f95-426e-af5c-ef6f9802e10e 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=? 2022-03-23T03:50:55.452Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.452Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:55.452Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 880b114e-3f95-426e-af5c-ef6f9802e10e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"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\",\"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\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-23T03:50:55.452Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6045e19b 2022-03-23T03:50:55.452Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.452Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T03:50:55.453Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2cf13146-ca5b-4d09-aaa1-001120975cc7 2022-03-23T03:50:55.453Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2cf13146-ca5b-4d09-aaa1-001120975cc7 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=? 2022-03-23T03:50:55.455Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.455Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T03:50:55.455Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:50:55.455Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.455Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T03:50:55.455Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:50:55.455Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.455Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-23T03:50:55.456Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-23T03:50:55.456Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T03:50:55.456Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=323d0694-2020-49f0-8134-a83cc758f906 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=? 2022-03-23T03:50:55.458Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.458Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T03:50:55.458Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T03:50:55.458Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.458Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-23T03:50:55.458Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=880b114e-3f95-426e-af5c-ef6f9802e10e 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=? 2022-03-23T03:50:55.460Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.460Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:55.460Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c936b4a6-d1a5-40d3-a125-c73ebb5000ba: basic_vm 2022-03-23T03:50:55.460Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.460Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:55.460Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.461Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:55.461Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.461Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:55.461Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.461Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:55.461Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T03:50:55.461Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T03:50:55.461Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 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 (?, ?, ?, ?, ?) 2022-03-23T03:50:55.551Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6adfa5ed-49b4-44cb-bc01-12911337da5b 1 ASDC deployResourceStructure 2022-03-23T03:50:55.551Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-23T03:50:55.551Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-23T03:50:55.551Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:50:55.552Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:55.553Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:55.553Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007455551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T03:50:55.654Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T03:50:55.655Z||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. 2022-03-23T03:50:55.655Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:55.667Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:55.668Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T03:50:56.554Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-23T03:50:56.555Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-23T03:50:56.555Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:50:56.555Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:56.557Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:56.557Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007456554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-23T03:50:56.657Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:56.658Z||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. 2022-03-23T03:50:56.658Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:56.670Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:56.670Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:57.557Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-23T03:50:57.558Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-23T03:50:57.558Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:50:57.558Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:57.560Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:57.560Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007457557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-23T03:50:57.660Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:57.661Z||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. 2022-03-23T03:50:57.661Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:57.672Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:57.672Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:58.561Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-23T03:50:58.561Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-23T03:50:58.562Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T03:50:58.562Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:50:58.564Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:50:58.564Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007458561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:50:58.664Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:50:58.665Z||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. 2022-03-23T03:50:58.665Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:58.678Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:58.678Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:50:59.565Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ac43cd-7066-4ef8-bc89-dcdc2e635963 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:50:59.576Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ac43cd-7066-4ef8-bc89-dcdc2e635963 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=? 2022-03-23T03:50:59.581Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:50:59.581Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T03:50:59.581Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T03:50:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:50:59.838Z||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. 2022-03-23T03:50:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:50:59.862Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:50:59.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:50:59.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:50:59.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:50:59.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:50:59.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:50:59.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:50:59.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:50:59.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T03:50:59.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:50:59.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:50:59.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:50:59.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:50:59.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:50:59.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:50:59.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:50:59.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:50:59.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/resourceInstances/pnf4911e8ba18a20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:50:59.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:50:59.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:50:59.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:50:59.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:50:59.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:50:59.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007339836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:50:59.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:50:59.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:50:59.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007348486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:50:59.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:50:59.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:50:59.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007350232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEdkic0ffbutghvybtqdf/1.0/artifacts/service-DemoPnfEdkic0ffbutghvybtqdf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:50:59.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:51:29.581Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ac43cd-7066-4ef8-bc89-dcdc2e635963 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:51:29.592Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ac43cd-7066-4ef8-bc89-dcdc2e635963 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=? 2022-03-23T03:51:29.594Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:51:29.594Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T03:51:29.594Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T03:51:59.594Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ac43cd-7066-4ef8-bc89-dcdc2e635963 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:51:59.604Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ac43cd-7066-4ef8-bc89-dcdc2e635963 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=? 2022-03-23T03:51:59.606Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:51:59.606Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T03:51:59.606Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T03:51:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:51:59.838Z||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. 2022-03-23T03:51:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:52:00.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:52:00.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007420220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "ves-openapi-manager", "timestamp": 1648007412388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "dcae-sch", "timestamp": 1648007411565, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007413020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "clamp", "timestamp": 1648007417921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007420220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007413020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "dcae-sch", "timestamp": 1648007411565, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "ves-openapi-manager", "timestamp": 1648007412388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "clamp", "timestamp": 1648007417921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007420220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "ves-openapi-manager", "timestamp": 1648007412388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "dcae-sch", "timestamp": 1648007411565, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007413020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "clamp", "timestamp": 1648007417921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007420220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "dcae-sch", "timestamp": 1648007411565, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "ves-openapi-manager", "timestamp": 1648007412388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007413020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "clamp", "timestamp": 1648007417921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007420220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T03:52:00.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "ves-openapi-manager", "timestamp": 1648007412388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "dcae-sch", "timestamp": 1648007411565, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007413020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "clamp", "timestamp": 1648007417921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "aai-ml", "timestamp": 1648007424731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "cds", "timestamp": 1648007425070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "ves-openapi-manager", "timestamp": 1648007412388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "dcae-sch", "timestamp": 1648007411565, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007420220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007413020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "clamp", "timestamp": 1648007417921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "aai-ml", "timestamp": 1648007424731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "cds", "timestamp": 1648007425070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "ves-openapi-manager", "timestamp": 1648007412388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "dcae-sch", "timestamp": 1648007411565, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007413020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007420220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "clamp", "timestamp": 1648007417921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "aai-ml", "timestamp": 1648007424731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "cds", "timestamp": 1648007425070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "aai-ml", "timestamp": 1648007424731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007428534, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007428618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "cds", "timestamp": 1648007425070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "aai-ml", "timestamp": 1648007424731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007429575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "cds", "timestamp": 1648007425070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "aai-ml", "timestamp": 1648007424731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007430615, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "policy-id", "timestamp": 1648007430037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "cds", "timestamp": 1648007425070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007430781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.383Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "clamp", "timestamp": 1648007430782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "aai-ml", "timestamp": 1648007424731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:52:00.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007431635, "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=? 2022-03-23T03:52:00.390Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25ac43cd-7066-4ef8-bc89-dcdc2e635963 2022-03-23T03:52:00.390Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25ac43cd-7066-4ef8-bc89-dcdc2e635963 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 (?, ?, ?, ?, ?) 2022-03-23T03:52:00.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "policy-id", "timestamp": 1648007430037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "cds", "timestamp": 1648007425070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:52:00.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007431784, "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=? 2022-03-23T03:52:00.403Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25ac43cd-7066-4ef8-bc89-dcdc2e635963 2022-03-23T03:52:00.403Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25ac43cd-7066-4ef8-bc89-dcdc2e635963 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 (?, ?, ?, ?, ?) 2022-03-23T03:52:00.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "aai-ml", "timestamp": 1648007432433, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "multicloud-k8s-id", "timestamp": 1648007432638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "policy-id", "timestamp": 1648007430037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "clamp", "timestamp": 1648007432789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "cds", "timestamp": 1648007432789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "policy-id", "timestamp": 1648007430037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "clamp", "timestamp": 1648007433792, "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=? 2022-03-23T03:52:00.417Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25ac43cd-7066-4ef8-bc89-dcdc2e635963 2022-03-23T03:52:00.417Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25ac43cd-7066-4ef8-bc89-dcdc2e635963 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 (?, ?, ?, ?, ?) 2022-03-23T03:52:00.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "cds", "timestamp": 1648007433796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T03:52:00.428Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25ac43cd-7066-4ef8-bc89-dcdc2e635963 2022-03-23T03:52:00.428Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25ac43cd-7066-4ef8-bc89-dcdc2e635963 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 (?, ?, ?, ?, ?) 2022-03-23T03:52:00.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "policy-id", "timestamp": 1648007430037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "policy-id", "timestamp": 1648007430037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "policy-id", "timestamp": 1648007430037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "policy-id", "timestamp": 1648007437787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "aai-ml", "timestamp": 1648007438763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:52:00.437Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "policy-id", "timestamp": 1648007438790, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:52:00.437Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "aai-ml", "timestamp": 1648007439767, "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=? 2022-03-23T03:52:00.441Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25ac43cd-7066-4ef8-bc89-dcdc2e635963 2022-03-23T03:52:00.441Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25ac43cd-7066-4ef8-bc89-dcdc2e635963 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 (?, ?, ?, ?, ?) 2022-03-23T03:52:00.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "policy-id", "timestamp": 1648007439792, "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=? 2022-03-23T03:52:00.453Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25ac43cd-7066-4ef8-bc89-dcdc2e635963 2022-03-23T03:52:00.453Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25ac43cd-7066-4ef8-bc89-dcdc2e635963 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=? 2022-03-23T03:52:00.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6251a0d3-c0b1-4689-bd1f-465415702fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007441429, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007442445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007450185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007452301, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007453346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007454431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007455551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007456554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007457557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007458561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T03:52:00.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T03:52:29.606Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ac43cd-7066-4ef8-bc89-dcdc2e635963 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T03:52:29.618Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ac43cd-7066-4ef8-bc89-dcdc2e635963 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=? 2022-03-23T03:52:29.621Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T03:52:29.621Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T03:52:29.621Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T03:52:29.621Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T03:52:29.621Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:52:29.621Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:52:29.622Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:52:29.622Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:52:29.622Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:52:29.622Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T03:52:29.622Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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=? 2022-03-23T03:52:29.627Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T03:52:59.627Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ac43cd-7066-4ef8-bc89-dcdc2e635963 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=? 2022-03-23T03:52:59.632Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ac43cd-7066-4ef8-bc89-dcdc2e635963 and serviceModelVersionId: c936b4a6-d1a5-40d3-a125-c73ebb5000ba 2022-03-23T03:52:59.633Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f5bc377e-8082-42f8-9f0e-67ab124dc706 2022-03-23T03:52:59.635Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f5bc377e-8082-42f8-9f0e-67ab124dc706/model-vers/model-ver/c936b4a6-d1a5-40d3-a125-c73ebb5000ba?depth=0 2022-03-23T03:52:59.642Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T03:52:59.668Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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/f5bc377e-8082-42f8-9f0e-67ab124dc706/model-vers/model-ver/c936b4a6-d1a5-40d3-a125-c73ebb5000ba?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]} 2022-03-23T03:52:59.669Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5bc377e-8082-42f8-9f0e-67ab124dc706/model-vers/model-ver/c936b4a6-d1a5-40d3-a125-c73ebb5000ba?depth=0|INFO|500||Invoke 2022-03-23T03:52:59.686Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5bc377e-8082-42f8-9f0e-67ab124dc706/model-vers/model-ver/c936b4a6-d1a5-40d3-a125-c73ebb5000ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T03:52:59.749Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5bc377e-8082-42f8-9f0e-67ab124dc706/model-vers/model-ver/c936b4a6-d1a5-40d3-a125-c73ebb5000ba?depth=0|INFO|500||InvokeReturn 2022-03-23T03:52:59.750Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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/f5bc377e-8082-42f8-9f0e-67ab124dc706/model-vers/model-ver/c936b4a6-d1a5-40d3-a125-c73ebb5000ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-03:52:59:692-21966], vertex-id=[209112], Content-Length=[0], Date=[Wed, 23 Mar 2022 03:52:59 GMT], Content-Type=[application/json]} 2022-03-23T03:52:59.750Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-23T03:52:59.750Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T03:52:59.750Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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=? 2022-03-23T03:52:59.754Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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) 2022-03-23T03:52:59.755Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ac43cd-7066-4ef8-bc89-dcdc2e635963 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T03:52:59.755Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T03:52:59.755Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-23T03:52:59.757Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T03:52:59.757Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007579755, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T03:52:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:52:59.838Z||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. 2022-03-23T03:52:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:52:59.857Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T03:52:59.858Z||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. 2022-03-23T03:52:59.858Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T03:52:59.870Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:52:59.870Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T03:53:00.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:53:00.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-23T03:53:00.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "25ac43cd-7066-4ef8-bc89-dcdc2e635963", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007579755, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T03:53:00.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-23T03:53:00.772Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:53:00.773Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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. 2022-03-23T03:53:00.773Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:53:11.654Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:53:11.654Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:53:11.654Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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. 2022-03-23T03:53:11.654Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:53:21.195Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:53:21.196Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:53:21.196Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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. 2022-03-23T03:53:21.196Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:53:30.735Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:53:59.836Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:53:59.837Z||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. 2022-03-23T03:53:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:53:59.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:53:59.838Z||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. 2022-03-23T03:53:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:54:09.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:54:09.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:54:59.836Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:54:59.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:54:59.838Z||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. 2022-03-23T03:54:59.838Z||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. 2022-03-23T03:54:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:54:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:55:09.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:55:09.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:55:59.836Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:55:59.837Z||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. 2022-03-23T03:55:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:55:59.837Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:55:59.838Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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. 2022-03-23T03:55:59.838Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:56:09.380Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:56:09.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:56:59.836Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:56:59.837Z||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. 2022-03-23T03:56:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:56:59.837Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:56:59.838Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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. 2022-03-23T03:56:59.838Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:57:09.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:57:09.381Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:57:59.836Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:57:59.837Z||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. 2022-03-23T03:57:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:57:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:57:59.838Z||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. 2022-03-23T03:57:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:58:09.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:58:09.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:58:59.836Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:58:59.836Z||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. 2022-03-23T03:58:59.836Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:58:59.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:58:59.838Z||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. 2022-03-23T03:58:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:59:09.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:59:09.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T03:59:59.836Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:59:59.836Z||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. 2022-03-23T03:59:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T03:59:59.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T03:59:59.838Z||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. 2022-03-23T03:59:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:00.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:00.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c879826f-ad77-4d10-9da2-5c6b6cdb3644","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"741ffe95-cc99-470a-a441-457c51f78130","serviceDescription":"service","serviceInvariantUUID":"3b7bc0d9-cbcb-4e35-ba52-50f067c643de","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"965c00ee-2000-4688-a27d-7a478ae37c82","resourceInvariantUUID":"af193b21-a5f6-4874-93fe-d97d5de29987","resourceCustomizationUUID":"ddc950e0-163e-4a21-bb00-310eadb870a4","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":"ZDg2ODE3NDRlODJlZjExYTcwMWY4MWU5ZGI1MTcwODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55f4e21e-e145-4e19-a17f-ce80b7eae480","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":"f9d3139a-e1ef-4978-aade-ee8a4ef51bdc","artifactVersion":"2","generatedFromUUID":"35e9220d-7647-480e-82d3-0a7360b7fc7f"},{"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":"35e9220d-7647-480e-82d3-0a7360b7fc7f","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":"ZmQ5M2FkMTQ4ZTYxZjhhMjk1NmM5MmEwZTUwZGUxYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7d77bcb-969d-477f-a1ca-89dab1780e87","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":"aab740d0-7143-4d3a-bbf0-87557bf150e6","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":"b8ac1ec1-e23c-4144-965c-31438b6fd979","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":"0c3937fd-adcd-4f27-9c56-17979323db4b","artifactVersion":"2","generatedFromUUID":"aab740d0-7143-4d3a-bbf0-87557bf150e6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDdlNTNkMmEyYjNkMjBkZTNkMjJhNjEyYjVmODY0ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a94cb067-3840-414d-ab6e-b7d4be22e640","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWNiZDU1NGU2YjQzMjg4YTg0NThmZmNjNjUyZDE4YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98334acb-d189-4af6-95fe-785533b6b0ad","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T04:00:00.471Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:00.471Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:00:00.472Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:00.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "cds", "timestamp": 1648007950070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007950036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.474Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:00.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.474Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "dcae-sch", "timestamp": 1648007951565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "ves-openapi-manager", "timestamp": 1648007952388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "cds", "timestamp": 1648007950070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007950036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "dcae-sch", "timestamp": 1648007951565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007953020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "ves-openapi-manager", "timestamp": 1648007952388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "cds", "timestamp": 1648007950070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007950036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "dcae-sch", "timestamp": 1648007951565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007953020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "ves-openapi-manager", "timestamp": 1648007952388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "cds", "timestamp": 1648007950070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007950036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "dcae-sch", "timestamp": 1648007951565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007953020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "ves-openapi-manager", "timestamp": 1648007952388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "cds", "timestamp": 1648007950070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007950036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "dcae-sch", "timestamp": 1648007951565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007953020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "ves-openapi-manager", "timestamp": 1648007952388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "cds", "timestamp": 1648007950070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007950036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "dcae-sch", "timestamp": 1648007951565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007953020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "ves-openapi-manager", "timestamp": 1648007952388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "cds", "timestamp": 1648007950070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007950036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "dcae-sch", "timestamp": 1648007951565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007957921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007953020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "ves-openapi-manager", "timestamp": 1648007952388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "cds", "timestamp": 1648007950070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007950036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "dcae-sch", "timestamp": 1648007951565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007957921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007953020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "ves-openapi-manager", "timestamp": 1648007952388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "cds", "timestamp": 1648007950070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007950036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "dcae-sch", "timestamp": 1648007951565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007957921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007953020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007960220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "ves-openapi-manager", "timestamp": 1648007952388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "cds", "timestamp": 1648007961156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007961153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007957921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007953020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:00:00.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007960220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-23T04:00:00.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "cds", "timestamp": 1648007962163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-23T04:00:00.499Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c879826f-ad77-4d10-9da2-5c6b6cdb3644 2022-03-23T04:00:00.500Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c879826f-ad77-4d10-9da2-5c6b6cdb3644 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 (?, ?, ?, ?, ?) 2022-03-23T04:00:00.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007962156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:00:00.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007957921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007962750, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:00.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007960220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-23T04:00:00.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "policy-id", "timestamp": 1648007963158, "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=? 2022-03-23T04:00:00.515Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c879826f-ad77-4d10-9da2-5c6b6cdb3644 2022-03-23T04:00:00.515Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c879826f-ad77-4d10-9da2-5c6b6cdb3644 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 (?, ?, ?, ?, ?) 2022-03-23T04:00:00.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007957921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007960220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:00:00.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007957921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007964683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007960220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007964731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007957921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648007965686, "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=? 2022-03-23T04:00:00.532Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c879826f-ad77-4d10-9da2-5c6b6cdb3644 2022-03-23T04:00:00.532Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c879826f-ad77-4d10-9da2-5c6b6cdb3644 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 (?, ?, ?, ?, ?) 2022-03-23T04:00:00.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007960220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007964731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007957921, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007960220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007964731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007960220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007964731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007960220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007964731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007969928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007964731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007971017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:00.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007964731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007972057, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007964731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007973096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007964731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:00:00.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007974129, "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=? 2022-03-23T04:00:00.549Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c879826f-ad77-4d10-9da2-5c6b6cdb3644 2022-03-23T04:00:00.549Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c879826f-ad77-4d10-9da2-5c6b6cdb3644 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=? 2022-03-23T04:00:00.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007974433, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:00.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007974867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:00.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "multicloud-k8s-id", "timestamp": 1648007975131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T04:00:00.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007976874, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:00:00.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "clamp", "timestamp": 1648007977876, "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=? 2022-03-23T04:00:00.561Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c879826f-ad77-4d10-9da2-5c6b6cdb3644 2022-03-23T04:00:00.561Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c879826f-ad77-4d10-9da2-5c6b6cdb3644 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 (?, ?, ?, ?, ?) 2022-03-23T04:00:00.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007979761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:00:00.569Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:00:00.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:00.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "aai-ml", "timestamp": 1648007980764, "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=? 2022-03-23T04:00:00.574Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:00.575Z||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. 2022-03-23T04:00:00.575Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:00.575Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c879826f-ad77-4d10-9da2-5c6b6cdb3644 2022-03-23T04:00:00.575Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c879826f-ad77-4d10-9da2-5c6b6cdb3644 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 (?, ?, ?, ?, ?) 2022-03-23T04:00:00.588Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:00.588Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:01.479Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:00:01.480Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:01.482Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:01.482Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-23T04:00:01.582Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:01.583Z||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. 2022-03-23T04:00:01.584Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:01.597Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:01.598Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:02.482Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:00:02.484Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:02.486Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:02.487Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-23T04:00:02.587Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:02.588Z||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. 2022-03-23T04:00:02.588Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:02.601Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:02.601Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:03.487Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:00:03.488Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:03.490Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:03.490Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:00:03.590Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:03.591Z||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. 2022-03-23T04:00:03.591Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:03.604Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:03.604Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:04.490Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:00:04.491Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:04.492Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:04.492Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-23T04:00:04.593Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T04:00:04.594Z||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. 2022-03-23T04:00:04.594Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:04.606Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:04.607Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T04:00:05.493Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:00:05.494Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:05.496Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:05.496Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:05.596Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:05.597Z||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. 2022-03-23T04:00:05.597Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:05.611Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:05.611Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:06.496Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:00:06.497Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:06.499Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:06.499Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-23T04:00:06.599Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:06.600Z||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. 2022-03-23T04:00:06.600Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:06.613Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:06.614Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:07.499Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:00:07.500Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:07.502Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:07.502Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:07.603Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:07.603Z||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. 2022-03-23T04:00:07.603Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:07.617Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:07.617Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:08.503Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:00:08.504Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:08.506Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:08.506Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:00:08.606Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:08.607Z||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. 2022-03-23T04:00:08.607Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:08.619Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:08.620Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T04:00:09.507Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "741ffe95-cc99-470a-a441-457c51f78130", "serviceDescription": "service", "serviceInvariantUUID": "3b7bc0d9-cbcb-4e35-ba52-50f067c643de", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "ddc950e0-163e-4a21-bb00-310eadb870a4", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "965c00ee-2000-4688-a27d-7a478ae37c82", "resourceInvariantUUID": "af193b21-a5f6-4874-93fe-d97d5de29987", "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": "f9d3139a-e1ef-4978-aade-ee8a4ef51bdc", "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": "35e9220d-7647-480e-82d3-0a7360b7fc7f", "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": "ZmQ5M2FkMTQ4ZTYxZjhhMjk1NmM5MmEwZTUwZGUxYTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b7d77bcb-969d-477f-a1ca-89dab1780e87", "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": "aab740d0-7143-4d3a-bbf0-87557bf150e6", "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": "0c3937fd-adcd-4f27-9c56-17979323db4b", "generatedFromUUID": "aab740d0-7143-4d3a-bbf0-87557bf150e6" }, "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": "0c3937fd-adcd-4f27-9c56-17979323db4b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NWNiZDU1NGU2YjQzMjg4YTg0NThmZmNjNjUyZDE4YTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "98334acb-d189-4af6-95fe-785533b6b0ad" } ], "workloadContext": "Production" } 2022-03-23T04:00:09.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T04:00:09.508Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 741ffe95-cc99-470a-a441-457c51f78130 ASDC 2022-03-23T04:00:09.508Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:c879826f-ad77-4d10-9da2-5c6b6cdb3644 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:741ffe95-cc99-470a-a441-457c51f78130 ServiceInvariantUUID:3b7bc0d9-cbcb-4e35-ba52-50f067c643de 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:98334acb-d189-4af6-95fe-785533b6b0ad ArtifactChecksum:NWNiZDU1NGU2YjQzMjg4YTg0NThmZmNjNjUyZDE4YTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:ddc950e0-163e-4a21-bb00-310eadb870a4 ResourceInvariantUUID:af193b21-a5f6-4874-93fe-d97d5de29987 ResourceName:basic_cnf ResourceType:VF ResourceUUID:965c00ee-2000-4688-a27d-7a478ae37c82 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:f9d3139a-e1ef-4978-aade-ee8a4ef51bdc 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:35e9220d-7647-480e-82d3-0a7360b7fc7f 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:b7d77bcb-969d-477f-a1ca-89dab1780e87 ArtifactChecksum:ZmQ5M2FkMTQ4ZTYxZjhhMjk1NmM5MmEwZTUwZGUxYTA= 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:aab740d0-7143-4d3a-bbf0-87557bf150e6 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:0c3937fd-adcd-4f27-9c56-17979323db4b 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:0c3937fd-adcd-4f27-9c56-17979323db4b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T04:00:09.508Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 741ffe95-cc99-470a-a441-457c51f78130 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=? 2022-03-23T04:00:09.544Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T04:00:09.545Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-23T04:00:09.545Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-23T04:00:09.545Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 98334acb-d189-4af6-95fe-785533b6b0ad from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-23T04:00:09.545Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-23T04:00:09.546Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-23T04:00:09.599Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-23T04:00:09.603Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 98334acb-d189-4af6-95fe-785533b6b0ad 68934 2022-03-23T04:00:09.603Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-23T04:00:09.603Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-23T04:00:09.603Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:00:09.603Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:09.605Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:09.605Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008009603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:09.705Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:09.706Z||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. 2022-03-23T04:00:09.706Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:09.719Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:09.720Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-23T04:00:10.606Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T04:00:10.607Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-23T04:00:10.607Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 98334acb-d189-4af6-95fe-785533b6b0ad, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T04:00:10.608Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-23T04:00:10.608Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T04:00:10.608Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T04:00:10.694Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1089878521849034195/Definitions/service-BasicCnf-template.yml 2022-03-23T04:00:11.560Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T04:00:11.561Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-23T04:00:11.561Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T04:00:11.561Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-23T04:00:11.561Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:11.561Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:11.561Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-23T04:00:11.561Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:11.561Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-23T04:00:11.561Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.562Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:11.562Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T04:00:11.562Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-23T04:00:11.562Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T04:00:11.562Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.562Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:11.562Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T04:00:11.562Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-23T04:00:11.562Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T04:00:11.563Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.563Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:11.563Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.563Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-23T04:00:11.563Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-23T04:00:11.563Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-23T04:00:11.563Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T04:00:11.563Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.563Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T04:00:11.563Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.564Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T04:00:11.564Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:00:11.564Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.564Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T04:00:11.564Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:00:11.564Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.564Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T04:00:11.564Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:00:11.564Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.565Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-23T04:00:11.565Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-23T04:00:11.565Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=023f4da9-41c9-4546-8ca4-70237a726ae9 2022-03-23T04:00:11.565Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.565Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:11.565Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.565Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:11.565Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.565Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:11.566Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:11.566Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:11.566Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:741ffe95-cc99-470a-a441-457c51f78130 Model Version:NULL Model InvariantUuid:3b7bc0d9-cbcb-4e35-ba52-50f067c643de Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:adcb780b-9d51-40d8-aa45-9222f23a7b6a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:af193b21-a5f6-4874-93fe-d97d5de29987 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ddc950e0-163e-4a21-bb00-310eadb870a4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fa15af11-4ab0-404c-a247-d7d089ef4c73 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a6ed7fb3-fd86-46fa-b958-f5977d482b0c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:023f4da9-41c9-4546-8ca4-70237a726ae9 ModelInvariantUuid:4d60f5eb-79de-4192-84b1-f0b701fa25ac ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:744613b1-7f48-46ac-b8be-4da3b4013588 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:fd578c43-3fd5-4d91-9dfc-93de67a23bd0 ModelInvariantUuid:23215754-1206-469c-852d-6417917d84ec ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:a9985b59-cc8d-4230-aa56-33fd36095b86 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=? 2022-03-23T04:00:11.572Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 965c00ee-2000-4688-a27d-7a478ae37c82 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=? 2022-03-23T04:00:11.576Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-03-23T04:00:11.576Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 965c00ee-2000-4688-a27d-7a478ae37c82 2022-03-23T04:00:11.576Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f9d3139a-e1ef-4978-aade-ee8a4ef51bdc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-23T04:00:11.576Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-23T04:00:11.576Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:11.617Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-23T04:00:11.617Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f9d3139a-e1ef-4978-aade-ee8a4ef51bdc 12 2022-03-23T04:00:11.618Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:11.618Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:11.618Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:00:11.618Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:11.620Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:11.620Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008011618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:11.720Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:11.721Z||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. 2022-03-23T04:00:11.721Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:11.733Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:11.733Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:12.621Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 35e9220d-7647-480e-82d3-0a7360b7fc7f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-23T04:00:12.622Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-23T04:00:12.622Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:12.654Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-23T04:00:12.654Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 35e9220d-7647-480e-82d3-0a7360b7fc7f 2688 2022-03-23T04:00:12.655Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:12.655Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:12.655Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:00:12.656Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:12.658Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:12.658Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008012655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:12.758Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:12.759Z||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. 2022-03-23T04:00:12.759Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:12.772Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:12.772Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:13.660Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b7d77bcb-969d-477f-a1ca-89dab1780e87 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-23T04:00:13.660Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-23T04:00:13.661Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:13.692Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-23T04:00:13.692Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b7d77bcb-969d-477f-a1ca-89dab1780e87 828 2022-03-23T04:00:13.693Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:13.693Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:13.693Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:00:13.693Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:13.695Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:13.695Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008013693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:13.796Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:13.796Z||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. 2022-03-23T04:00:13.797Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:13.809Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:13.809Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:14.696Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "fa15af11-4ab0-404c-a247-d7d089ef4c73", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a6ed7fb3-fd86-46fa-b958-f5977d482b0c", "vfModuleModelCustomizationUUID": "94816983-9008-4c2d-af82-0b5e89af86d9", "isBase": true, "artifacts": [ "aab740d0-7143-4d3a-bbf0-87557bf150e6", "35e9220d-7647-480e-82d3-0a7360b7fc7f", "0c3937fd-adcd-4f27-9c56-17979323db4b" ], "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": "" } } ] 2022-03-23T04:00:14.699Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a6ed7fb3-fd86-46fa-b958-f5977d482b0c VfModuleModelInvariantUUID:fa15af11-4ab0-404c-a247-d7d089ef4c73 VfModuleModelDescription:NULL Artifacts UUID List:{ aab740d0-7143-4d3a-bbf0-87557bf150e6 , 35e9220d-7647-480e-82d3-0a7360b7fc7f , 0c3937fd-adcd-4f27-9c56-17979323db4b } 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 } 2022-03-23T04:00:14.702Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "fa15af11-4ab0-404c-a247-d7d089ef4c73", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a6ed7fb3-fd86-46fa-b958-f5977d482b0c", "vfModuleModelCustomizationUUID": "94816983-9008-4c2d-af82-0b5e89af86d9", "isBase": true, "artifacts": [ "aab740d0-7143-4d3a-bbf0-87557bf150e6", "35e9220d-7647-480e-82d3-0a7360b7fc7f", "0c3937fd-adcd-4f27-9c56-17979323db4b" ], "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": "" } } ] 2022-03-23T04:00:14.702Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a6ed7fb3-fd86-46fa-b958-f5977d482b0c VfModuleModelInvariantUUID:fa15af11-4ab0-404c-a247-d7d089ef4c73 VfModuleModelDescription:NULL Artifacts UUID List:{ aab740d0-7143-4d3a-bbf0-87557bf150e6 , 35e9220d-7647-480e-82d3-0a7360b7fc7f , 0c3937fd-adcd-4f27-9c56-17979323db4b } 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 } 2022-03-23T04:00:14.702Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aab740d0-7143-4d3a-bbf0-87557bf150e6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-23T04:00:14.702Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-23T04:00:14.702Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-23T04:00:14.743Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-23T04:00:14.744Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml aab740d0-7143-4d3a-bbf0-87557bf150e6 1164 2022-03-23T04:00:14.744Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:14.744Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:14.745Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:00:14.745Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:14.747Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:14.747Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008014744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:14.847Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:14.848Z||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. 2022-03-23T04:00:14.848Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:14.863Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:14.863Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T04:00:15.748Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0c3937fd-adcd-4f27-9c56-17979323db4b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-23T04:00:15.749Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-23T04:00:15.749Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-23T04:00:15.918Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-23T04:00:15.919Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0c3937fd-adcd-4f27-9c56-17979323db4b 200 2022-03-23T04:00:15.919Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:15.919Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:15.919Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:00:15.920Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:15.922Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:15.922Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008015919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-23T04:00:16.022Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:16.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. 2022-03-23T04:00:16.023Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:16.035Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:16.036Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:16.923Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 741ffe95-cc99-470a-a441-457c51f78130 2022-03-23T04:00:16.924Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 965c00ee-2000-4688-a27d-7a478ae37c82 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=? 2022-03-23T04:00:16.936Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_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=? 2022-03-23T04:00:16.943Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17bc824a, org.onap.sdc.toscaparser.api.parameters.Input@6fcf178c, org.onap.sdc.toscaparser.api.parameters.Input@7336bcee, org.onap.sdc.toscaparser.api.parameters.Input@710807c8, org.onap.sdc.toscaparser.api.parameters.Input@2556571] 2022-03-23T04:00:16.944Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.944Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:16.945Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-23T04:00:16.945Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ddc950e0-163e-4a21-bb00-310eadb870a4 2022-03-23T04:00:16.945Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ddc950e0-163e-4a21-bb00-310eadb870a4 matches Tosca VF Customization UUID: ddc950e0-163e-4a21-bb00-310eadb870a4 2022-03-23T04:00:16.945Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ddc950e0-163e-4a21-bb00-310eadb870a4 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=? 2022-03-23T04:00:16.948Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.948Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:16.950Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ddc950e0-163e-4a21-bb00-310eadb870a4: {\"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\"} 2022-03-23T04:00:16.950Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62a115af 2022-03-23T04:00:16.950Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.950Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T04:00:16.950Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94816983-9008-4c2d-af82-0b5e89af86d9 2022-03-23T04:00:16.950Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94816983-9008-4c2d-af82-0b5e89af86d9 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=? 2022-03-23T04:00:16.953Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.954Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T04:00:16.954Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:00:16.954Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.954Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T04:00:16.954Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:00:16.955Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.955Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-23T04:00:16.955Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-23T04:00:16.955Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=023f4da9-41c9-4546-8ca4-70237a726ae9 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=? 2022-03-23T04:00:16.957Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.957Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T04:00:16.957Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:00:16.958Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.958Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-23T04:00:16.958Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ddc950e0-163e-4a21-bb00-310eadb870a4 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=? 2022-03-23T04:00:16.959Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.959Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 741ffe95-cc99-470a-a441-457c51f78130: basic_cnf 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:00:16.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 (?, ?, ?, ?, ?) 2022-03-23T04:00:17.027Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 965c00ee-2000-4688-a27d-7a478ae37c82 1 ASDC deployResourceStructure 2022-03-23T04:00:17.028Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:17.028Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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) 2022-03-23T04:00:17.028Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-23T04:00:17.028Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:17.031Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:17.031Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008017027, "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" } 2022-03-23T04:00:17.131Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:17.131Z||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. 2022-03-23T04:00:17.132Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:17.143Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:17.144Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:18.032Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:18.032Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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) 2022-03-23T04:00:18.032Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-23T04:00:18.032Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:18.034Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:18.035Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008018031, "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" } 2022-03-23T04:00:18.135Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:18.135Z||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. 2022-03-23T04:00:18.136Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:18.147Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:18.148Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:19.035Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:19.036Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:19.036Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:00:19.036Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:19.038Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:19.038Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008019035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T04:00:19.139Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:19.139Z||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. 2022-03-23T04:00:19.140Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:19.151Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:19.152Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:20.039Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:20.040Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:20.040Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:00:20.040Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:20.042Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:20.042Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008020039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-23T04:00:20.143Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:20.144Z||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. 2022-03-23T04:00:20.144Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:20.156Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:20.157Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:21.043Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:21.044Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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 2022-03-23T04:00:21.044Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:00:21.044Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:21.046Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:21.046Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008021043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-23T04:00:21.146Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:21.149Z||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. 2022-03-23T04:00:21.149Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:21.162Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:21.162Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:22.047Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-23T04:00:22.048Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-23T04:00:22.048Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:00:22.048Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:22.050Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:22.051Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008022046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:00:22.151Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:22.151Z||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. 2022-03-23T04:00:22.151Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:22.163Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:22.163Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:00:23.051Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c879826f-ad77-4d10-9da2-5c6b6cdb3644 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T04:00:23.063Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c879826f-ad77-4d10-9da2-5c6b6cdb3644 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=? 2022-03-23T04:00:23.065Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T04:00:23.066Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T04:00:23.066Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T04:00:23.066Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T04:00:23.066Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:00:23.066Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:00:23.066Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:00:23.066Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:00:23.066Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:00:23.066Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:00:23.066Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-23T04:00:23.072Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T04:00:53.072Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c879826f-ad77-4d10-9da2-5c6b6cdb3644 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=? 2022-03-23T04:00:53.078Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c879826f-ad77-4d10-9da2-5c6b6cdb3644 and serviceModelVersionId: 741ffe95-cc99-470a-a441-457c51f78130 2022-03-23T04:00:53.078Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b7bc0d9-cbcb-4e35-ba52-50f067c643de 2022-03-23T04:00:53.079Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b7bc0d9-cbcb-4e35-ba52-50f067c643de/model-vers/model-ver/741ffe95-cc99-470a-a441-457c51f78130?depth=0 2022-03-23T04:00:53.085Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T04:00:53.119Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7bc0d9-cbcb-4e35-ba52-50f067c643de/model-vers/model-ver/741ffe95-cc99-470a-a441-457c51f78130?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]} 2022-03-23T04:00:53.119Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7bc0d9-cbcb-4e35-ba52-50f067c643de/model-vers/model-ver/741ffe95-cc99-470a-a441-457c51f78130?depth=0|INFO|500||Invoke 2022-03-23T04:00:53.137Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7bc0d9-cbcb-4e35-ba52-50f067c643de/model-vers/model-ver/741ffe95-cc99-470a-a441-457c51f78130?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T04:00:53.200Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7bc0d9-cbcb-4e35-ba52-50f067c643de/model-vers/model-ver/741ffe95-cc99-470a-a441-457c51f78130?depth=0|INFO|500||InvokeReturn 2022-03-23T04:00:53.200Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b7bc0d9-cbcb-4e35-ba52-50f067c643de/model-vers/model-ver/741ffe95-cc99-470a-a441-457c51f78130?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-04:00:53:143-45743], vertex-id=[217120], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:00:53 GMT], Content-Type=[application/json]} 2022-03-23T04:00:53.200Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-03-23T04:00:53.201Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T04:00:53.201Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||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=? 2022-03-23T04:00:53.205Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-23T04:00:53.205Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c879826f-ad77-4d10-9da2-5c6b6cdb3644 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T04:00:53.206Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T04:00:53.206Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:00:53.208Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:00:53.208Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008053205, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T04:00:53.308Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:00:53.309Z||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. 2022-03-23T04:00:53.309Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:53.327Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:53.327Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-23T04:00:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:00:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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. 2022-03-23T04:00:59.837Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:59.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:00:59.838Z||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. 2022-03-23T04:00:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:00:59.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:00:59.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:00:59.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:00:59.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:01:09.380Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:01:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:01:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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. 2022-03-23T04:01:59.837Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:01:59.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:01:59.838Z||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. 2022-03-23T04:01:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:02:00.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:02:00.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-23T04:02:00.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:02:00.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-23T04:02:00.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:02:00.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:02:00.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:02:00.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-23T04:02:00.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:02:00.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:02:00.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:02:00.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-23T04:02:00.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:02:00.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:02:00.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:02:00.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648007999836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:02:00.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-23T04:02:00.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008009603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:02:00.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008011618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-23T04:02:00.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008012655, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-23T04:02:00.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008013693, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T04:02:00.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008014744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T04:02:00.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008015919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-23T04:02:00.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008017027, "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" } 2022-03-23T04:02:00.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008018031, "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" } 2022-03-23T04:02:00.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008019035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T04:02:00.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008020039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-23T04:02:00.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008021043, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-23T04:02:00.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008022046, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:02:00.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:00.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:02:00.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c879826f-ad77-4d10-9da2-5c6b6cdb3644", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008053205, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T04:02:00.372Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:02:09.379Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:02:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:02:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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. 2022-03-23T04:02:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:02:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:02:59.838Z||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. 2022-03-23T04:02:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:03:09.377Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:03:09.379Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:03:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:03:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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. 2022-03-23T04:03:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:03:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:03:59.838Z||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. 2022-03-23T04:03:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:04:09.385Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:04:09.385Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:04:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:04:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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. 2022-03-23T04:04:59.837Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:04:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:04:59.838Z||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. 2022-03-23T04:04:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:05:09.381Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:05:09.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:05:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:05:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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. 2022-03-23T04:05:59.837Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:05:59.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:05:59.838Z||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. 2022-03-23T04:05:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:06:09.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:06:09.384Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:06:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:06:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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. 2022-03-23T04:06:59.837Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:06:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:06:59.838Z||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. 2022-03-23T04:06:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:07:09.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:07:09.401Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:07:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:07:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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. 2022-03-23T04:07:59.837Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:07:59.837Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:07:59.838Z||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. 2022-03-23T04:07:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:08:09.382Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:08:09.385Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:08:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:08:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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. 2022-03-23T04:08:59.836Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:08:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:08:59.838Z||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. 2022-03-23T04:08:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:09:09.377Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:09:09.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:09:59.836Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:09:59.837Z||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. 2022-03-23T04:09:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:09:59.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:09:59.839Z||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. 2022-03-23T04:09:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:10:09.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:10:09.384Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:10:59.836Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:10:59.836Z||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. 2022-03-23T04:10:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:10:59.837Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:10:59.838Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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. 2022-03-23T04:10:59.838Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:11:09.383Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:11:09.383Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:11:59.836Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:11:59.836Z||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. 2022-03-23T04:11:59.836Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:11:59.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:11:59.838Z||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. 2022-03-23T04:11:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:12:09.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:12:09.385Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:12:59.836Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:12:59.836Z||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. 2022-03-23T04:12:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:12:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:12:59.838Z||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. 2022-03-23T04:12:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:13:09.381Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:13:09.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:13:59.836Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:13:59.836Z||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. 2022-03-23T04:13:59.836Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:13:59.838Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:13:59.838Z||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. 2022-03-23T04:13:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:14:09.379Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:14:09.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:14:59.836Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:14:59.836Z||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. 2022-03-23T04:14:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:14:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:14:59.838Z||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. 2022-03-23T04:14:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:00.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:00.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008864731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "cds", "timestamp": 1648008865070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008870037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "dcae-sch", "timestamp": 1648008871565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008864731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "cds", "timestamp": 1648008865070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008870037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008872388, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "dcae-sch", "timestamp": 1648008871565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008864731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "cds", "timestamp": 1648008865070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008870037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008872388, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "dcae-sch", "timestamp": 1648008871565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "cds", "timestamp": 1648008865070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008864731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008870037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008872388, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "dcae-sch", "timestamp": 1648008871565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008864731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "cds", "timestamp": 1648008865070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008870037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008872388, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "dcae-sch", "timestamp": 1648008871565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008864731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"94ab1e35-850d-4d4a-8b9b-74dd87342b55","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fb8a5b62-d5e1-45a4-9229-a415071ee2ce","serviceDescription":"service","serviceInvariantUUID":"d9293d76-3a33-4dd3-a379-31fed0dc32a2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"addf7102-f555-4ed0-852b-5924c671f4f1","resourceInvariantUUID":"ed24ddea-9271-43f5-ad55-18da5ad79ef3","resourceCustomizationUUID":"97e452c9-c589-4392-b283-da537a04e452","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":"ZjQ0MTc4MDliYmZhNmFjYjUzNzAxYWVmYmZiMWM0ZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78d33af7-d5fb-42e3-b69f-b01c5382317d","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":"9afc0277-fed6-46a2-97fc-60ef53be4b89","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":"f43d0b18-5f91-43e9-a3c5-dfc293feb2af","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":"OTgzZmRhZjkwNWNiYmMyOWNmODMxZDhjZDU3ZTg1Y2I\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d49069e1-9532-4ae4-a3ef-caebb16917fd","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":"f18d3613-35cd-42cc-862e-a2a31e601d6e","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":"81c7758d-e0e2-43db-a8e2-1c9cadc2b568","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":"a94d9d79-68ed-4482-a695-4def9aa04ddb","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":"ZjljMjk1MTdiZmFjNzlhMjhmOTNkNGFhODhlZTA5ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b56eb021-9c17-4165-b2ef-8f9c1dc44653","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmRmMDBjY2VkNzQ2OWIzZjQwZTYyNjRkNjkxMDYyOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b55889c-f3cc-4adb-ba94-34d375bc6349","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "cds", "timestamp": 1648008865070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008870037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008872388, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "dcae-sch", "timestamp": 1648008871565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008864731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "cds", "timestamp": 1648008865070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008870037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008872388, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "dcae-sch", "timestamp": 1648008871565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008864731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "cds", "timestamp": 1648008865070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008870037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008872388, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "dcae-sch", "timestamp": 1648008871565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008864731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "cds", "timestamp": 1648008865070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008870037, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.480Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008872388, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "dcae-sch", "timestamp": 1648008871565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.480Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "cds", "timestamp": 1648008880737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008880739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008880728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:15:00.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "multicloud-k8s-id", "timestamp": 1648008880220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008872388, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008881731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "multicloud-k8s-id", "timestamp": 1648008880220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008882111, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "policy-id", "timestamp": 1648008882733, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-03-23T04:15:00.482Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:00.482Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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 (?, ?, ?, ?, ?) 2022-03-23T04:15:00.497Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94ab1e35-850d-4d4a-8b9b-74dd87342b55 2022-03-23T04:15:00.497Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94ab1e35-850d-4d4a-8b9b-74dd87342b55 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 (?, ?, ?, ?, ?) 2022-03-23T04:15:00.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "cds", "timestamp": 1648008882848, "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=? 2022-03-23T04:15:00.511Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94ab1e35-850d-4d4a-8b9b-74dd87342b55 2022-03-23T04:15:00.511Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94ab1e35-850d-4d4a-8b9b-74dd87342b55 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 (?, ?, ?, ?, ?) 2022-03-23T04:15:00.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "multicloud-k8s-id", "timestamp": 1648008880220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008883129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-23T04:15:00.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:15:00.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008883020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "multicloud-k8s-id", "timestamp": 1648008880220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "ves-openapi-manager", "timestamp": 1648008884131, "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=? 2022-03-23T04:15:00.527Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 94ab1e35-850d-4d4a-8b9b-74dd87342b55 2022-03-23T04:15:00.527Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94ab1e35-850d-4d4a-8b9b-74dd87342b55 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 (?, ?, ?, ?, ?) 2022-03-23T04:15:00.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008884263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:15:00.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:15:00.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008883020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "multicloud-k8s-id", "timestamp": 1648008880220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "aai-ml", "timestamp": 1648008885266, "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=? 2022-03-23T04:15:00.542Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94ab1e35-850d-4d4a-8b9b-74dd87342b55 2022-03-23T04:15:00.542Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94ab1e35-850d-4d4a-8b9b-74dd87342b55 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 (?, ?, ?, ?, ?) 2022-03-23T04:15:00.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008883020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "multicloud-k8s-id", "timestamp": 1648008880220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008883020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "multicloud-k8s-id", "timestamp": 1648008880220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008883020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "multicloud-k8s-id", "timestamp": 1648008880220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008887921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008883020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "multicloud-k8s-id", "timestamp": 1648008880220, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:15:00.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008887921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008883020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008887921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008883020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008887921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008883020, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008887921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008892741, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008887921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008894343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:15:00.559Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:15:00.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008887921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648008895346, "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=? 2022-03-23T04:15:00.565Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94ab1e35-850d-4d4a-8b9b-74dd87342b55 2022-03-23T04:15:00.565Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94ab1e35-850d-4d4a-8b9b-74dd87342b55 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 (?, ?, ?, ?, ?) 2022-03-23T04:15:00.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008887921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:00.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:15:00.583Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:15:00.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008887921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:15:00.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-23T04:15:00.583Z||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. 2022-03-23T04:15:00.583Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:00.596Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:00.596Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:15:01.483Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:15:01.483Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:01.485Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:01.485Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:01.586Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:15:01.586Z||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. 2022-03-23T04:15:01.587Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:01.597Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:01.598Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:15:02.486Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:15:02.486Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:02.489Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:02.489Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:02.589Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:15:02.590Z||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. 2022-03-23T04:15:02.590Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:02.602Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:02.603Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:15:03.489Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:15:03.490Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:03.492Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:03.493Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:03.593Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:15:03.593Z||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. 2022-03-23T04:15:03.594Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:03.608Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:03.608Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:15:04.493Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:15:04.494Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:04.496Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:04.496Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:04.596Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:15:04.597Z||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. 2022-03-23T04:15:04.597Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:04.610Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:04.610Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:15:05.496Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:15:05.497Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:05.499Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:05.499Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:05.599Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:15:05.600Z||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. 2022-03-23T04:15:05.600Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:05.614Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:05.615Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:15:06.499Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:15:06.500Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:06.502Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:06.502Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:06.603Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T04:15:06.603Z||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. 2022-03-23T04:15:06.603Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:06.616Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:06.616Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:15:07.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:15:07.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:07.506Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:07.506Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:07.606Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:15:07.607Z||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. 2022-03-23T04:15:07.607Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:07.620Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:07.621Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:15:08.506Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:15:08.507Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:08.509Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:08.510Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:15:08.610Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:15:08.611Z||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. 2022-03-23T04:15:08.611Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:08.624Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:08.624Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:15:09.510Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "fb8a5b62-d5e1-45a4-9229-a415071ee2ce", "serviceDescription": "service", "serviceInvariantUUID": "d9293d76-3a33-4dd3-a379-31fed0dc32a2", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "97e452c9-c589-4392-b283-da537a04e452", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "addf7102-f555-4ed0-852b-5924c671f4f1", "resourceInvariantUUID": "ed24ddea-9271-43f5-ad55-18da5ad79ef3", "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": "MmRmMDBjY2VkNzQ2OWIzZjQwZTYyNjRkNjkxMDYyOTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1b55889c-f3cc-4adb-ba94-34d375bc6349" } ], "workloadContext": "Production" } 2022-03-23T04:15:09.511Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T04:15:09.511Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fb8a5b62-d5e1-45a4-9229-a415071ee2ce ASDC 2022-03-23T04:15:09.512Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:94ab1e35-850d-4d4a-8b9b-74dd87342b55 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:fb8a5b62-d5e1-45a4-9229-a415071ee2ce ServiceInvariantUUID:d9293d76-3a33-4dd3-a379-31fed0dc32a2 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:1b55889c-f3cc-4adb-ba94-34d375bc6349 ArtifactChecksum:MmRmMDBjY2VkNzQ2OWIzZjQwZTYyNjRkNjkxMDYyOTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:97e452c9-c589-4392-b283-da537a04e452 ResourceInvariantUUID:ed24ddea-9271-43f5-ad55-18da5ad79ef3 ResourceName:test-pnf ResourceType:PNF ResourceUUID:addf7102-f555-4ed0-852b-5924c671f4f1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-23T04:15:09.512Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb8a5b62-d5e1-45a4-9229-a415071ee2ce 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=? 2022-03-23T04:15:09.535Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T04:15:09.536Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-23T04:15:09.536Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-23T04:15:09.536Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1b55889c-f3cc-4adb-ba94-34d375bc6349 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-23T04:15:09.536Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-23T04:15:09.536Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:09.587Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-23T04:15:09.593Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1b55889c-f3cc-4adb-ba94-34d375bc6349 105634 2022-03-23T04:15:09.593Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:09.594Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:09.594Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:15:09.594Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:09.595Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:09.595Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008909593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:15:09.695Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:15:09.696Z||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. 2022-03-23T04:15:09.696Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:09.709Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:09.709Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:15:10.595Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T04:15:10.597Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-23T04:15:10.597Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1b55889c-f3cc-4adb-ba94-34d375bc6349, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-23T04:15:10.598Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-23T04:15:10.598Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-23T04:15:10.598Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-23T04:15:10.806Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5280923782565518471/Definitions/service-TestPnfMacro-template.yml 2022-03-23T04:15:11.358Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T04:15:11.358Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-23T04:15:11.358Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-23T04:15:11.358Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-23T04:15:11.358Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:11.358Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:11.358Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:11.358Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:11.358Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-23T04:15:11.359Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:15:11.360Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:fb8a5b62-d5e1-45a4-9229-a415071ee2ce Model Version:NULL Model InvariantUuid:d9293d76-3a33-4dd3-a379-31fed0dc32a2 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=? 2022-03-23T04:15:11.367Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: addf7102-f555-4ed0-852b-5924c671f4f1 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=? 2022-03-23T04:15:11.370Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-03-23T04:15:11.370Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: addf7102-f555-4ed0-852b-5924c671f4f1 2022-03-23T04:15:11.370Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||No resources found for Service: fb8a5b62-d5e1-45a4-9229-a415071ee2ce 2022-03-23T04:15:11.370Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fb8a5b62-d5e1-45a4-9229-a415071ee2ce 2022-03-23T04:15:11.370Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 addf7102-f555-4ed0-852b-5924c671f4f1 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=? 2022-03-23T04:15:11.375Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@532cf9b6, org.onap.sdc.toscaparser.api.parameters.Input@7d1649fb, org.onap.sdc.toscaparser.api.parameters.Input@18709b35, org.onap.sdc.toscaparser.api.parameters.Input@339e1a8c, org.onap.sdc.toscaparser.api.parameters.Input@7cbb400] 2022-03-23T04:15:11.375Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:15:11.375Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:15:11.376Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fb8a5b62-d5e1-45a4-9229-a415071ee2ce: test-pnf 2022-03-23T04:15:11.376Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||Processing PNF resource: addf7102-f555-4ed0-852b-5924c671f4f1 2022-03-23T04:15:11.376Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:15:11.376Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:15:11.376Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||Resource customization UUID: 97e452c9-c589-4392-b283-da537a04e452 is the same as notified resource customizationUUID: 97e452c9-c589-4392-b283-da537a04e452 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 (?, ?) 2022-03-23T04:15:11.411Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf addf7102-f555-4ed0-852b-5924c671f4f1 0 ASDC deployResourceStructure 2022-03-23T04:15:11.411Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:11.412Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 2022-03-23T04:15:11.412Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:15:11.412Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:11.414Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:11.414Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008911411, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:15:11.514Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:15:11.515Z||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. 2022-03-23T04:15:11.515Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:11.528Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:11.528Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:15:12.414Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94ab1e35-850d-4d4a-8b9b-74dd87342b55 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T04:15:12.428Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94ab1e35-850d-4d4a-8b9b-74dd87342b55 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=? 2022-03-23T04:15:12.431Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T04:15:12.431Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T04:15:12.431Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T04:15:12.431Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T04:15:12.431Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:15:12.431Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:15:12.432Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:15:12.432Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:15:12.432Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:15:12.432Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:15:12.432Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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=? 2022-03-23T04:15:12.437Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T04:15:42.438Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94ab1e35-850d-4d4a-8b9b-74dd87342b55 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=? 2022-03-23T04:15:42.444Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94ab1e35-850d-4d4a-8b9b-74dd87342b55 and serviceModelVersionId: fb8a5b62-d5e1-45a4-9229-a415071ee2ce 2022-03-23T04:15:42.445Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9293d76-3a33-4dd3-a379-31fed0dc32a2 2022-03-23T04:15:42.445Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9293d76-3a33-4dd3-a379-31fed0dc32a2/model-vers/model-ver/fb8a5b62-d5e1-45a4-9229-a415071ee2ce?depth=0 2022-03-23T04:15:42.450Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T04:15:42.476Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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/d9293d76-3a33-4dd3-a379-31fed0dc32a2/model-vers/model-ver/fb8a5b62-d5e1-45a4-9229-a415071ee2ce?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]} 2022-03-23T04:15:42.477Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9293d76-3a33-4dd3-a379-31fed0dc32a2/model-vers/model-ver/fb8a5b62-d5e1-45a4-9229-a415071ee2ce?depth=0|INFO|500||Invoke 2022-03-23T04:15:42.498Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9293d76-3a33-4dd3-a379-31fed0dc32a2/model-vers/model-ver/fb8a5b62-d5e1-45a4-9229-a415071ee2ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T04:15:42.561Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9293d76-3a33-4dd3-a379-31fed0dc32a2/model-vers/model-ver/fb8a5b62-d5e1-45a4-9229-a415071ee2ce?depth=0|INFO|500||InvokeReturn 2022-03-23T04:15:42.561Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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/d9293d76-3a33-4dd3-a379-31fed0dc32a2/model-vers/model-ver/fb8a5b62-d5e1-45a4-9229-a415071ee2ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220323-04:15:42:504-51982], vertex-id=[225312], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:15:42 GMT], Content-Type=[application/json]} 2022-03-23T04:15:42.562Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-23T04:15:42.562Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T04:15:42.562Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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=? 2022-03-23T04:15:42.566Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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) 2022-03-23T04:15:42.567Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94ab1e35-850d-4d4a-8b9b-74dd87342b55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T04:15:42.567Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T04:15:42.567Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:15:42.569Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:15:42.569Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008942567, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T04:15:42.670Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:15:42.670Z||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. 2022-03-23T04:15:42.670Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:42.687Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:42.687Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 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=? 2022-03-23T04:15:59.836Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:15:59.837Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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. 2022-03-23T04:15:59.837Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:59.837Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:15:59.838Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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. 2022-03-23T04:15:59.838Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:15:59.960Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:15:59.961Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-23T04:15:59.961Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:15:59.961Z|c879826f-ad77-4d10-9da2-5c6b6cdb3644|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-23T04:16:09.374Z|94ab1e35-850d-4d4a-8b9b-74dd87342b55|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:16:59.836Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:16:59.836Z||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. 2022-03-23T04:16:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:16:59.838Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:16:59.839Z||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. 2022-03-23T04:16:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:17:00.366Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:17:00.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008901016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:17:00.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:17:00.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:00.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:00.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:00.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:00.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008903024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:17:00.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:17:00.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:00.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:00.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "clamp", "timestamp": 1648008904026, "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=? 2022-03-23T04:17:00.375Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94ab1e35-850d-4d4a-8b9b-74dd87342b55 2022-03-23T04:17:00.376Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94ab1e35-850d-4d4a-8b9b-74dd87342b55 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 (?, ?, ?, ?, ?) 2022-03-23T04:17:00.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:00.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:00.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:00.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:00.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008899836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008909593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008911411, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "94ab1e35-850d-4d4a-8b9b-74dd87342b55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648008942567, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T04:17:00.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:17:09.382Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:17:59.836Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:17:59.836Z||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. 2022-03-23T04:17:59.837Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:17:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:17:59.838Z||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. 2022-03-23T04:17:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:17:59.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:17:59.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "aai-ml", "timestamp": 1648009044731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009037921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009040220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.979Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "cds", "timestamp": 1648009045070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009040220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009037921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "aai-ml", "timestamp": 1648009044731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "cds", "timestamp": 1648009045070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009037921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:17:59.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "aai-ml", "timestamp": 1648009044731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.981Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009040220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:17:59.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "cds", "timestamp": 1648009045070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009037921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "aai-ml", "timestamp": 1648009044731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.982Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009040220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T04:17:59.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "cds", "timestamp": 1648009045070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "aai-ml", "timestamp": 1648009044731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009037921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "cds", "timestamp": 1648009045070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009040220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "policy-id", "timestamp": 1648009050037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009037921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "aai-ml", "timestamp": 1648009044731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.985Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009040220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T04:17:59.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "cds", "timestamp": 1648009045070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "policy-id", "timestamp": 1648009050037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009037921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "aai-ml", "timestamp": 1648009044731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009040220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "cds", "timestamp": 1648009045070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "dcae-sch", "timestamp": 1648009051565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-23T04:17:59.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "policy-id", "timestamp": 1648009050037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009040220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:17:59.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "aai-ml", "timestamp": 1648009044731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:17:59.988Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009037921, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:17:59.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "cds", "timestamp": 1648009045070, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:17:59.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "ves-openapi-manager", "timestamp": 1648009052388, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "dcae-sch", "timestamp": 1648009051565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "policy-id", "timestamp": 1648009050037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T04:17:59.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "ves-openapi-manager", "timestamp": 1648009052388, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009054045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T04:17:59.990Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:17:59.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "aai-ml", "timestamp": 1648009054049, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:17:59.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:17:59.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "cds", "timestamp": 1648009054048, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:17:59.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:17:59.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "dcae-sch", "timestamp": 1648009051565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "policy-id", "timestamp": 1648009050037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "ves-openapi-manager", "timestamp": 1648009052388, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:17:59.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:17:59.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:17:59.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "cds", "timestamp": 1648009055053, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-23T04:18:00.009Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 2022-03-23T04:18:00.010Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 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 (?, ?, ?, ?, ?) 2022-03-23T04:18:00.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009055082, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.018Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "dcae-sch", "timestamp": 1648009051565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "policy-id", "timestamp": 1648009050037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "ves-openapi-manager", "timestamp": 1648009052388, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009056179, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "dcae-sch", "timestamp": 1648009051565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "policy-id", "timestamp": 1648009050037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "ves-openapi-manager", "timestamp": 1648009052388, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009057196, "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=? 2022-03-23T04:18:00.024Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 2022-03-23T04:18:00.024Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 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 (?, ?, ?, ?, ?) 2022-03-23T04:18:00.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "dcae-sch", "timestamp": 1648009051565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "policy-id", "timestamp": 1648009050037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "ves-openapi-manager", "timestamp": 1648009052388, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "multicloud-k8s-id", "timestamp": 1648009058199, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "dcae-sch", "timestamp": 1648009051565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "policy-id", "timestamp": 1648009058768, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.033Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "ves-openapi-manager", "timestamp": 1648009052388, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "dcae-sch", "timestamp": 1648009051565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "policy-id", "timestamp": 1648009059771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:18:00.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "aai-ml", "timestamp": 1648009059861, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "ves-openapi-manager", "timestamp": 1648009052388, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "dcae-sch", "timestamp": 1648009060557, "artifactURL": "/sdc/v1/catalog/services/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e/resourceInstances/basicclamp0/artifacts/cfe8d628-4e4d-453b-930c-7966990554a8", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "cds", "timestamp": 1648009060070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "policy-id", "timestamp": 1648009060774, "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=? 2022-03-23T04:18:00.040Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 2022-03-23T04:18:00.040Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 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=? 2022-03-23T04:18:00.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009060220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "aai-ml", "timestamp": 1648009060864, "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=? 2022-03-23T04:18:00.051Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 2022-03-23T04:18:00.052Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 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 (?, ?, ?, ?, ?) 2022-03-23T04:18:00.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "cds", "timestamp": 1648009060070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "dcae-sch", "timestamp": 1648009061785, "artifactURL": "/sdc/v1/catalog/services/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e/resourceInstances/basicclamp0/artifacts/cfe8d628-4e4d-453b-930c-7966990554a8", "status": "DEPLOY_OK" } 2022-03-23T04:18:00.061Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009060220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:18:00.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "cds", "timestamp": 1648009060070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "dcae-sch", "timestamp": 1648009062789, "artifactURL": "/sdc/v1/catalog/services/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e/resourceInstances/basicclamp0/artifacts/cfe8d628-4e4d-453b-930c-7966990554a8", "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=? 2022-03-23T04:18:00.068Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 2022-03-23T04:18:00.068Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 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 (?, ?, ?, ?, ?) 2022-03-23T04:18:00.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009060220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T04:18:00.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009063041, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.078Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "cds", "timestamp": 1648009060070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009060220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009064043, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.080Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "cds", "timestamp": 1648009060070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009060220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T04:18:00.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "cds", "timestamp": 1648009060070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009060220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "cds", "timestamp": 1648009060070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009060220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "cds", "timestamp": 1648009060070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:18:00.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009060220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:18:00.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "cds", "timestamp": 1648009068932, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009069008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009069130, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009070053, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009070133, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T04:18:00.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "cds", "timestamp": 1648009070157, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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 (?, ?, ?, ?, ?) 2022-03-23T04:18:00.102Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b792d24-d4a2-4311-a4a2-979d5869d2e2 2022-03-23T04:18:00.102Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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 (?, ?, ?, ?, ?) 2022-03-23T04:18:00.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:18:00.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "policy-id", "timestamp": 1648009070036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009071088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "clamp", "timestamp": 1648009071136, "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=? 2022-03-23T04:18:00.117Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 2022-03-23T04:18:00.117Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 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 (?, ?, ?, ?, ?) 2022-03-23T04:18:00.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "policy-id", "timestamp": 1648009070036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009071737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.127Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009072102, "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=? 2022-03-23T04:18:00.133Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b792d24-d4a2-4311-a4a2-979d5869d2e2 2022-03-23T04:18:00.133Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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 (?, ?, ?, ?, ?) 2022-03-23T04:18:00.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "dcae-sch", "timestamp": 1648009071565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "policy-id", "timestamp": 1648009070036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "clamp", "timestamp": 1648009072138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "ves-openapi-manager", "timestamp": 1648009072388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "multicloud-k8s-id", "timestamp": 1648009073105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "dcae-sch", "timestamp": 1648009071565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009073614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "policy-id", "timestamp": 1648009070036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "clamp", "timestamp": 1648009072138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "ves-openapi-manager", "timestamp": 1648009072388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "dcae-sch", "timestamp": 1648009071565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009074617, "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=? 2022-03-23T04:18:00.148Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 2022-03-23T04:18:00.148Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 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 (?, ?, ?, ?, ?) 2022-03-23T04:18:00.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "policy-id", "timestamp": 1648009070036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.157Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "clamp", "timestamp": 1648009072138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "ves-openapi-manager", "timestamp": 1648009072388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "dcae-sch", "timestamp": 1648009071565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "aai-ml", "timestamp": 1648009074731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "policy-id", "timestamp": 1648009070036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "clamp", "timestamp": 1648009072138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "ves-openapi-manager", "timestamp": 1648009072388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "dcae-sch", "timestamp": 1648009071565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "aai-ml", "timestamp": 1648009074731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "policy-id", "timestamp": 1648009070036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "clamp", "timestamp": 1648009072138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "ves-openapi-manager", "timestamp": 1648009072388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "dcae-sch", "timestamp": 1648009071565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "aai-ml", "timestamp": 1648009074731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.160Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "policy-id", "timestamp": 1648009070036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "clamp", "timestamp": 1648009072138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "ves-openapi-manager", "timestamp": 1648009072388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "dcae-sch", "timestamp": 1648009071565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "aai-ml", "timestamp": 1648009074731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "policy-id", "timestamp": 1648009078728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "clamp", "timestamp": 1648009072138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "ves-openapi-manager", "timestamp": 1648009072388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "dcae-sch", "timestamp": 1648009071565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "aai-ml", "timestamp": 1648009074731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:18:00.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:00.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:18:00.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"841fe936-5eb7-4635-9e7c-ed3979b2a4b9","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"075f53d4-8ee5-4e21-b362-93bdd3a2cc6e","serviceDescription":"service","serviceInvariantUUID":"630812be-d73e-4715-a1ff-ba569e48492d","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86f2d60b-f20c-4985-ba6a-864ee75d480c","resourceInvariantUUID":"25fc1dcf-ff2c-414d-8886-1badd921b0d7","resourceCustomizationUUID":"323fe7dc-b546-4c4e-bf9b-744e9e54b71e","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":"cfe8d628-4e4d-453b-930c-7966990554a8","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":"ZmRlZDI3N2ZjZjIzMjMzYTYyMjA0MTkzNmEwNjM2Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d68982a-b4fe-419e-9829-c02c1b623732","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YWE4M2ZhZmY0YWRmM2ZmMjU4NWZmMTU4OWM2M2UwODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de941b46-b14b-4270-85f7-0e7e979d192c","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":"429cca68-73c1-4fe8-bead-82b77a12bb33","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":"fbcb87ed-3a56-45f0-9dc7-72baa4a0934d","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":"13698ef5-dc59-48da-9b46-34010eda61f8","artifactVersion":"2","generatedFromUUID":"429cca68-73c1-4fe8-bead-82b77a12bb33"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MGFmOWU2NTMxMWE5YTE1ZWIwNDVjMmQxYzYwZDA3OGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18e4c832-87ec-466f-aac4-3e432183c63f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NzNkMzYzMDJkYjg4MDNhNzYwODAzMDc0NzgzNGEwMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3dd96fc6-d841-4f8f-9e0a-315ff2fe5173","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T04:18:00.475Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:00.475Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:00.477Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:00.477Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:00.577Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:00.578Z||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. 2022-03-23T04:18:00.578Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:00.590Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:00.591Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:01.477Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:01.478Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:01.480Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:01.480Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:01.580Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:01.580Z||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. 2022-03-23T04:18:01.580Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:01.593Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:01.593Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:02.480Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:02.481Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:02.482Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:02.483Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:18:02.583Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:02.584Z||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. 2022-03-23T04:18:02.584Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:02.602Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:02.602Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:03.483Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:03.484Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:03.486Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:03.486Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T04:18:03.586Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:03.587Z||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. 2022-03-23T04:18:03.587Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:03.600Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:03.601Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:04.486Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:04.487Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:04.490Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:04.490Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:04.590Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:04.591Z||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. 2022-03-23T04:18:04.591Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:04.604Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:04.604Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:05.491Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:05.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:05.495Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:05.495Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T04:18:05.595Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:05.596Z||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. 2022-03-23T04:18:05.596Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:05.609Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:05.609Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:06.496Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:06.497Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:06.499Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:06.499Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:06.600Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T04:18:06.601Z||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. 2022-03-23T04:18:06.601Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:06.620Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:06.620Z||pool-107-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:07.500Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:07.501Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:07.503Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:07.503Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:18:07.603Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:07.604Z||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. 2022-03-23T04:18:07.604Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:07.618Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:07.619Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:08.504Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "075f53d4-8ee5-4e21-b362-93bdd3a2cc6e", "serviceDescription": "service", "serviceInvariantUUID": "630812be-d73e-4715-a1ff-ba569e48492d", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "323fe7dc-b546-4c4e-bf9b-744e9e54b71e", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "86f2d60b-f20c-4985-ba6a-864ee75d480c", "resourceInvariantUUID": "25fc1dcf-ff2c-414d-8886-1badd921b0d7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "YWE4M2ZhZmY0YWRmM2ZmMjU4NWZmMTU4OWM2M2UwODg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de941b46-b14b-4270-85f7-0e7e979d192c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "429cca68-73c1-4fe8-bead-82b77a12bb33", "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": "13698ef5-dc59-48da-9b46-34010eda61f8", "generatedFromUUID": "429cca68-73c1-4fe8-bead-82b77a12bb33" }, "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": "13698ef5-dc59-48da-9b46-34010eda61f8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NzNkMzYzMDJkYjg4MDNhNzYwODAzMDc0NzgzNGEwMjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3dd96fc6-d841-4f8f-9e0a-315ff2fe5173" } ], "workloadContext": "Production" } 2022-03-23T04:18:08.505Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T04:18:08.505Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 075f53d4-8ee5-4e21-b362-93bdd3a2cc6e ASDC 2022-03-23T04:18:08.505Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:841fe936-5eb7-4635-9e7c-ed3979b2a4b9 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:075f53d4-8ee5-4e21-b362-93bdd3a2cc6e ServiceInvariantUUID:630812be-d73e-4715-a1ff-ba569e48492d 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:3dd96fc6-d841-4f8f-9e0a-315ff2fe5173 ArtifactChecksum:NzNkMzYzMDJkYjg4MDNhNzYwODAzMDc0NzgzNGEwMjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:323fe7dc-b546-4c4e-bf9b-744e9e54b71e ResourceInvariantUUID:25fc1dcf-ff2c-414d-8886-1badd921b0d7 ResourceName:basicclamp ResourceType:VF ResourceUUID:86f2d60b-f20c-4985-ba6a-864ee75d480c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:de941b46-b14b-4270-85f7-0e7e979d192c ArtifactChecksum:YWE4M2ZhZmY0YWRmM2ZmMjU4NWZmMTU4OWM2M2UwODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:429cca68-73c1-4fe8-bead-82b77a12bb33 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:13698ef5-dc59-48da-9b46-34010eda61f8 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:13698ef5-dc59-48da-9b46-34010eda61f8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T04:18:08.505Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 075f53d4-8ee5-4e21-b362-93bdd3a2cc6e 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=? 2022-03-23T04:18:08.537Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T04:18:08.538Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-23T04:18:08.538Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-23T04:18:08.538Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3dd96fc6-d841-4f8f-9e0a-315ff2fe5173 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-23T04:18:08.538Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-23T04:18:08.538Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-23T04:18:08.666Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-23T04:18:08.671Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 3dd96fc6-d841-4f8f-9e0a-315ff2fe5173 73657 2022-03-23T04:18:08.671Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-23T04:18:08.671Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-23T04:18:08.671Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:18:08.672Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:08.673Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:08.673Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009088671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:08.774Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:08.774Z||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. 2022-03-23T04:18:08.775Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:08.788Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:08.788Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:09.674Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T04:18:09.674Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-23T04:18:09.675Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3dd96fc6-d841-4f8f-9e0a-315ff2fe5173, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T04:18:09.675Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-23T04:18:09.675Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T04:18:09.675Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T04:18:09.855Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5787305247129318656/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 2022-03-23T04:18:10.684Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T04:18:10.684Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-23T04:18:10.684Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-23T04:18:10.684Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-23T04:18:10.684Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.685Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.686Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9a715902-fe7e-4b09-a74b-dd42a98c4f63 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:10.687Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.688Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:10.688Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.688Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:10.688Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:10.688Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:10.688Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:075f53d4-8ee5-4e21-b362-93bdd3a2cc6e Model Version:NULL Model InvariantUuid:630812be-d73e-4715-a1ff-ba569e48492d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:6951fbac-9b2c-4757-982b-685c0b30fd2e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:25fc1dcf-ff2c-414d-8886-1badd921b0d7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:323fe7dc-b546-4c4e-bf9b-744e9e54b71e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:50e42766-3a48-41f1-984a-7a8896b295f5 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:55f8a810-1907-4f5c-a9a7-3348640155ee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9a715902-fe7e-4b09-a74b-dd42a98c4f63 ModelInvariantUuid:602d1a2a-1a57-4d43-bf47-d1143e773b57 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:a7e2f3fa-7eaf-42ec-a22e-4dc9b014cfef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:402500a5-62fe-4440-8c92-1b1df493bfe6 ModelInvariantUuid:8d75f13e-68e3-40ec-ab58-7a42bddcae4a ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:a6ee66e6-8dac-42cc-8226-5df503471f7a 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=? 2022-03-23T04:18:10.693Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 86f2d60b-f20c-4985-ba6a-864ee75d480c 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=? 2022-03-23T04:18:10.695Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||basicclamp 0 2022-03-23T04:18:10.696Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 86f2d60b-f20c-4985-ba6a-864ee75d480c 2022-03-23T04:18:10.696Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: de941b46-b14b-4270-85f7-0e7e979d192c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-23T04:18:10.696Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-23T04:18:10.696Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-23T04:18:10.731Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-23T04:18:10.731Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json de941b46-b14b-4270-85f7-0e7e979d192c 790 2022-03-23T04:18:10.731Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-23T04:18:10.732Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-23T04:18:10.732Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:18:10.732Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:10.734Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:10.734Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009090731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:10.834Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:10.835Z||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. 2022-03-23T04:18:10.835Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:10.848Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:10.849Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:11.734Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "50e42766-3a48-41f1-984a-7a8896b295f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "55f8a810-1907-4f5c-a9a7-3348640155ee", "vfModuleModelCustomizationUUID": "0233579a-9588-45e7-b584-a8a1f941358b", "isBase": true, "artifacts": [ "429cca68-73c1-4fe8-bead-82b77a12bb33", "13698ef5-dc59-48da-9b46-34010eda61f8" ], "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": "" } } ] 2022-03-23T04:18:11.737Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:55f8a810-1907-4f5c-a9a7-3348640155ee VfModuleModelInvariantUUID:50e42766-3a48-41f1-984a-7a8896b295f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 429cca68-73c1-4fe8-bead-82b77a12bb33 , 13698ef5-dc59-48da-9b46-34010eda61f8 } 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 } 2022-03-23T04:18:11.738Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "50e42766-3a48-41f1-984a-7a8896b295f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "55f8a810-1907-4f5c-a9a7-3348640155ee", "vfModuleModelCustomizationUUID": "0233579a-9588-45e7-b584-a8a1f941358b", "isBase": true, "artifacts": [ "429cca68-73c1-4fe8-bead-82b77a12bb33", "13698ef5-dc59-48da-9b46-34010eda61f8" ], "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": "" } } ] 2022-03-23T04:18:11.738Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:55f8a810-1907-4f5c-a9a7-3348640155ee VfModuleModelInvariantUUID:50e42766-3a48-41f1-984a-7a8896b295f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 429cca68-73c1-4fe8-bead-82b77a12bb33 , 13698ef5-dc59-48da-9b46-34010eda61f8 } 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 } 2022-03-23T04:18:11.738Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 429cca68-73c1-4fe8-bead-82b77a12bb33 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-23T04:18:11.738Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-23T04:18:11.738Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-23T04:18:11.772Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-23T04:18:11.772Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 429cca68-73c1-4fe8-bead-82b77a12bb33 5033 2022-03-23T04:18:11.772Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-23T04:18:11.772Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-23T04:18:11.772Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:18:11.772Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:11.774Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:11.774Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009091772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:11.875Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:11.875Z||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. 2022-03-23T04:18:11.875Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:11.888Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:11.889Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:12.775Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 13698ef5-dc59-48da-9b46-34010eda61f8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-23T04:18:12.776Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-23T04:18:12.776Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-23T04:18:12.820Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-23T04:18:12.820Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 13698ef5-dc59-48da-9b46-34010eda61f8 909 2022-03-23T04:18:12.820Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-23T04:18:12.821Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-23T04:18:12.821Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:18:12.821Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:12.823Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:12.823Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009092820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:12.923Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:12.924Z||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. 2022-03-23T04:18:12.924Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:12.937Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:12.937Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:13.824Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 075f53d4-8ee5-4e21-b362-93bdd3a2cc6e 2022-03-23T04:18:13.824Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 86f2d60b-f20c-4985-ba6a-864ee75d480c 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=? 2022-03-23T04:18:13.838Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c6937e9, org.onap.sdc.toscaparser.api.parameters.Input@53ffe72, org.onap.sdc.toscaparser.api.parameters.Input@2ecaec1a, org.onap.sdc.toscaparser.api.parameters.Input@3189029d, org.onap.sdc.toscaparser.api.parameters.Input@54baad3a] 2022-03-23T04:18:13.840Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.840Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:13.840Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-23T04:18:13.841Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 323fe7dc-b546-4c4e-bf9b-744e9e54b71e 2022-03-23T04:18:13.841Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 323fe7dc-b546-4c4e-bf9b-744e9e54b71e matches Tosca VF Customization UUID: 323fe7dc-b546-4c4e-bf9b-744e9e54b71e 2022-03-23T04:18:13.841Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 323fe7dc-b546-4c4e-bf9b-744e9e54b71e 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=? 2022-03-23T04:18:13.844Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.844Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:13.844Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 323fe7dc-b546-4c4e-bf9b-744e9e54b71e: {\"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\"} 2022-03-23T04:18:13.844Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e3bfbda 2022-03-23T04:18:13.844Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.844Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T04:18:13.845Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0233579a-9588-45e7-b584-a8a1f941358b 2022-03-23T04:18:13.845Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0233579a-9588-45e7-b584-a8a1f941358b 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=? 2022-03-23T04:18:13.846Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.847Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T04:18:13.847Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:18:13.847Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.847Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T04:18:13.847Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:18:13.847Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.847Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-23T04:18:13.847Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-23T04:18:13.848Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-23T04:18:13.848Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9a715902-fe7e-4b09-a74b-dd42a98c4f63 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=? 2022-03-23T04:18:13.849Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.850Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T04:18:13.850Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:18:13.850Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.850Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-23T04:18:13.850Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=323fe7dc-b546-4c4e-bf9b-744e9e54b71e 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=? 2022-03-23T04:18:13.851Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.851Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:13.852Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 075f53d4-8ee5-4e21-b362-93bdd3a2cc6e: basicclamp 2022-03-23T04:18:13.852Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.852Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:13.852Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.852Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:13.852Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.852Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:13.852Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.852Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:13.852Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:18:13.852Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:18:13.853Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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 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 (?, ?, ?, ?, ?) 2022-03-23T04:18:13.939Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 86f2d60b-f20c-4985-ba6a-864ee75d480c 1 ASDC deployResourceStructure 2022-03-23T04:18:13.940Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-23T04:18:13.940Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-23T04:18:13.940Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:18:13.940Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:13.942Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:13.942Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009093940, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T04:18:14.042Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:14.043Z||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. 2022-03-23T04:18:14.043Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:14.056Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:14.056Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:14.942Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-23T04:18:14.943Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-23T04:18:14.943Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:18:14.944Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:14.946Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:14.946Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009094942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-23T04:18:15.046Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:15.047Z||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. 2022-03-23T04:18:15.047Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:15.058Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:15.059Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:15.946Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-23T04:18:15.947Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-23T04:18:15.947Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:18:15.948Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:15.949Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:15.949Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009095946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-23T04:18:16.050Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:16.050Z||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. 2022-03-23T04:18:16.050Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:16.063Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:16.064Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:16.950Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-23T04:18:16.951Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-23T04:18:16.951Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:18:16.951Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:16.953Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:16.954Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009096950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:18:17.054Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:17.054Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:18:17.054Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:17.066Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:17.067Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:17.954Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T04:18:17.967Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 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=? 2022-03-23T04:18:17.970Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T04:18:17.971Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T04:18:17.971Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T04:18:17.971Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T04:18:17.971Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:18:17.972Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:18:17.972Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:18:17.972Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:18:17.972Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:18:17.972Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:18:17.972Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:18:17.973Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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=? 2022-03-23T04:18:17.978Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T04:18:47.978Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 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=? 2022-03-23T04:18:47.983Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 and serviceModelVersionId: 075f53d4-8ee5-4e21-b362-93bdd3a2cc6e 2022-03-23T04:18:47.983Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 630812be-d73e-4715-a1ff-ba569e48492d 2022-03-23T04:18:47.984Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/630812be-d73e-4715-a1ff-ba569e48492d/model-vers/model-ver/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e?depth=0 2022-03-23T04:18:47.988Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T04:18:48.022Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630812be-d73e-4715-a1ff-ba569e48492d/model-vers/model-ver/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e?depth=0|INFO|500||Invoke 2022-03-23T04:18:48.022Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630812be-d73e-4715-a1ff-ba569e48492d/model-vers/model-ver/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630812be-d73e-4715-a1ff-ba569e48492d/model-vers/model-ver/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[841fe936-5eb7-4635-9e7c-ed3979b2a4b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[123eadf5-208a-4a4f-a685-ab2dc1981ba3], X-ECOMP-RequestID=[841fe936-5eb7-4635-9e7c-ed3979b2a4b9], X-TransactionId=[], X-ONAP-RequestID=[841fe936-5eb7-4635-9e7c-ed3979b2a4b9], Content-Type=[application/merge-patch+json]} 2022-03-23T04:18:48.044Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630812be-d73e-4715-a1ff-ba569e48492d/model-vers/model-ver/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T04:18:48.303Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630812be-d73e-4715-a1ff-ba569e48492d/model-vers/model-ver/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e?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/630812be-d73e-4715-a1ff-ba569e48492d/model-vers/model-ver/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-04:18:48:050-8111], vertex-id=[225464], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:18:48 GMT], Content-Type=[application/json]} 2022-03-23T04:18:48.304Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630812be-d73e-4715-a1ff-ba569e48492d/model-vers/model-ver/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T04:18:48.305Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/630812be-d73e-4715-a1ff-ba569e48492d/model-vers/model-ver/075f53d4-8ee5-4e21-b362-93bdd3a2cc6e?depth=0|INFO|500||InvokeReturn 2022-03-23T04:18:48.305Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T04:18:48.306Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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=? 2022-03-23T04:18:48.312Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||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) 2022-03-23T04:18:48.313Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 841fe936-5eb7-4635-9e7c-ed3979b2a4b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T04:18:48.313Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T04:18:48.313Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:48.314Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:48.314Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009128313, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T04:18:48.415Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T04:18:48.416Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:18:48.416Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:48.434Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:48.434Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 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=? 2022-03-23T04:18:49.327Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-23T04:18:49.327Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b792d24-d4a2-4311-a4a2-979d5869d2e2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1d6270e3-16d9-40c6-bd0b-1309d639faa4","serviceDescription":"service","serviceInvariantUUID":"1ac5d9d5-2810-4836-bd8a-fcb43c17f192","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab368e52-6535-4456-a0cd-efea52512e49","resourceInvariantUUID":"dac3a24f-aa32-4e2a-add3-8aae2a888c4a","resourceCustomizationUUID":"5ce53f70-5e01-45c0-8172-4de26f4ae96f","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":"MGYyMDMwNWIxZGZmYTYyYWNmZGFkM2Q3ZjMxZDgwYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed7540ae-d668-4b23-97fd-43e3e53c1e13","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":"ZjI2ZDdlNzA5MWRjZWExYjc3ZjVlZDJiMjUyMDhmYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2fabf6c2-4aff-4221-9fa2-3978eb97c36f","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":"1c72a73e-2922-49a3-9515-5b61107aada7","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":"692b9ac9-ee2c-48ec-8602-a354d85ffed0","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":"7c3a24ed-3f35-41b7-ad36-b667425072f6","artifactVersion":"2","generatedFromUUID":"1c72a73e-2922-49a3-9515-5b61107aada7"},{"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":"MjUxYThiMjM4ZmYxYThiZjZjYjViMmI1ZWQ2YTRhZDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"41e59a5d-23eb-4cb4-b567-864aa1273ba2","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":"NmMzMDMzY2ZjNTYwMTZiOTExNmNhZjg4NzQ5ODcyMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0ff1e6b-7475-4d6d-add1-96a24b599ac4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjM3MmQ5MzRlMzFkMjA4NzU4NmYzNDViMDUzZmU2Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"caaf5ff6-80f7-4faa-9e62-60b70ccdd7f7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-23T04:18:49.328Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:49.328Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:49.330Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:49.330Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:49.430Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:49.431Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:18:49.431Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:49.445Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:49.445Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:50.331Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:50.331Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:50.333Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:50.334Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:18:50.434Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:50.435Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:18:50.435Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:50.447Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:50.447Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:51.334Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:51.335Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:51.337Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:51.337Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T04:18:51.437Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:51.438Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:18:51.438Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:51.452Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:51.452Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:52.337Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:52.338Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:52.341Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:52.341Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:52.441Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:52.442Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:18:52.442Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:52.455Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:52.455Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:53.342Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:53.343Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:53.345Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:53.345Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T04:18:53.445Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:53.446Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:18:53.446Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:53.458Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:53.459Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:54.345Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:54.346Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:54.349Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:54.349Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:54.449Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:54.450Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:18:54.450Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:54.463Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:54.464Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:55.350Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:55.351Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:55.353Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:55.353Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:18:55.454Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:55.454Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:18:55.454Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:55.466Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:55.467Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-23T04:18:56.354Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-23T04:18:56.355Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:56.357Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:56.358Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:18:56.458Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:56.458Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:18:56.458Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:56.471Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:56.472Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:18:57.359Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "1d6270e3-16d9-40c6-bd0b-1309d639faa4", "serviceDescription": "service", "serviceInvariantUUID": "1ac5d9d5-2810-4836-bd8a-fcb43c17f192", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "5ce53f70-5e01-45c0-8172-4de26f4ae96f", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ab368e52-6535-4456-a0cd-efea52512e49", "resourceInvariantUUID": "dac3a24f-aa32-4e2a-add3-8aae2a888c4a", "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": "ZjI2ZDdlNzA5MWRjZWExYjc3ZjVlZDJiMjUyMDhmYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2fabf6c2-4aff-4221-9fa2-3978eb97c36f", "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": "1c72a73e-2922-49a3-9515-5b61107aada7", "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": "7c3a24ed-3f35-41b7-ad36-b667425072f6", "generatedFromUUID": "1c72a73e-2922-49a3-9515-5b61107aada7" }, "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": "7c3a24ed-3f35-41b7-ad36-b667425072f6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NjM3MmQ5MzRlMzFkMjA4NzU4NmYzNDViMDUzZmU2Y2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "caaf5ff6-80f7-4faa-9e62-60b70ccdd7f7" } ], "workloadContext": "Production" } 2022-03-23T04:18:57.360Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-23T04:18:57.360Z|841fe936-5eb7-4635-9e7c-ed3979b2a4b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d6270e3-16d9-40c6-bd0b-1309d639faa4 ASDC 2022-03-23T04:18:57.360Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7b792d24-d4a2-4311-a4a2-979d5869d2e2 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:1d6270e3-16d9-40c6-bd0b-1309d639faa4 ServiceInvariantUUID:1ac5d9d5-2810-4836-bd8a-fcb43c17f192 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:caaf5ff6-80f7-4faa-9e62-60b70ccdd7f7 ArtifactChecksum:NjM3MmQ5MzRlMzFkMjA4NzU4NmYzNDViMDUzZmU2Y2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:5ce53f70-5e01-45c0-8172-4de26f4ae96f ResourceInvariantUUID:dac3a24f-aa32-4e2a-add3-8aae2a888c4a ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ab368e52-6535-4456-a0cd-efea52512e49 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:2fabf6c2-4aff-4221-9fa2-3978eb97c36f ArtifactChecksum:ZjI2ZDdlNzA5MWRjZWExYjc3ZjVlZDJiMjUyMDhmYmU= 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:1c72a73e-2922-49a3-9515-5b61107aada7 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:7c3a24ed-3f35-41b7-ad36-b667425072f6 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:7c3a24ed-3f35-41b7-ad36-b667425072f6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-23T04:18:57.360Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d6270e3-16d9-40c6-bd0b-1309d639faa4 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=? 2022-03-23T04:18:57.395Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T04:18:57.396Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-23T04:18:57.396Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-23T04:18:57.396Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: caaf5ff6-80f7-4faa-9e62-60b70ccdd7f7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-23T04:18:57.397Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-23T04:18:57.397Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-23T04:18:58.012Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-23T04:18:58.017Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar caaf5ff6-80f7-4faa-9e62-60b70ccdd7f7 78781 2022-03-23T04:18:58.018Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-23T04:18:58.018Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-23T04:18:58.018Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:18:58.019Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:18:58.020Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:18:58.021Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009138018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:18:58.121Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:18:58.122Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:18:58.122Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:58.135Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:58.136Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-23T04:18:59.021Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-23T04:18:59.023Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-23T04:18:59.023Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: caaf5ff6-80f7-4faa-9e62-60b70ccdd7f7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T04:18:59.023Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-23T04:18:59.024Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T04:18:59.024Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T04:18:59.135Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14497918616222901706/Definitions/service-BasicVmMacro-template.yml 2022-03-23T04:18:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:18:59.838Z||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. 2022-03-23T04:18:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:18:59.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:18:59.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:18:59.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "policy-id", "timestamp": 1648009079732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:18:59.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 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 2022-03-23T04:19:00.043Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-23T04:19:00.043Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-23T04:19:00.043Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-23T04:19:00.043Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-23T04:19:00.044Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.044Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.044Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.044Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.044Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.044Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.044Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.044Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.044Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.044Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-23T04:19:00.045Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.045Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:00.045Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T04:19:00.045Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-23T04:19:00.045Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T04:19:00.045Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.045Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:00.045Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T04:19:00.045Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-23T04:19:00.046Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-23T04:19:00.046Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.046Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:00.046Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.046Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-23T04:19:00.046Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-23T04:19:00.046Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-23T04:19:00.046Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-23T04:19:00.046Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T04:19:00.047Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-23T04:19:00.047Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.047Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T04:19:00.047Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.047Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T04:19:00.047Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:19:00.047Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.048Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T04:19:00.048Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:19:00.048Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.048Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T04:19:00.048Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:19:00.048Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.048Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-23T04:19:00.048Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-23T04:19:00.048Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T04:19:00.049Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6237b970-3659-4850-96bf-daebaffa3bfa 2022-03-23T04:19:00.049Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.049Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:00.049Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.049Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:00.049Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.049Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:00.049Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:00.050Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:00.050Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:1d6270e3-16d9-40c6-bd0b-1309d639faa4 Model Version:NULL Model InvariantUuid:1ac5d9d5-2810-4836-bd8a-fcb43c17f192 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:6ba5c8aa-b562-4c9d-a019-1375d1aaf1ed Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:dac3a24f-aa32-4e2a-add3-8aae2a888c4a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5ce53f70-5e01-45c0-8172-4de26f4ae96f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9aad810e-14f7-4b21-8212-07f6a2ec8180 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:b72f6972-ace8-4af4-a3ab-d4db8f915444 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6237b970-3659-4850-96bf-daebaffa3bfa ModelInvariantUuid:286b5b51-0aa7-4b41-8b1b-80ff481ee824 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:90d0739b-08d9-474f-839e-9b361050e2a7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6ae1f64c-5b33-4bb1-9207-7bcc1cb658a5 ModelInvariantUuid:f98cf570-8628-409c-a975-2773d7a949cb ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:58a661fb-0121-4780-96b2-a8bce3872b06 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=? 2022-03-23T04:19:00.055Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ab368e52-6535-4456-a0cd-efea52512e49 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=? 2022-03-23T04:19:00.057Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-03-23T04:19:00.058Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab368e52-6535-4456-a0cd-efea52512e49 2022-03-23T04:19:00.058Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2fabf6c2-4aff-4221-9fa2-3978eb97c36f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-23T04:19:00.058Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-23T04:19:00.058Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.091Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-23T04:19:00.092Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2fabf6c2-4aff-4221-9fa2-3978eb97c36f 792 2022-03-23T04:19:00.092Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.092Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:00.092Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:19:00.093Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:19:00.095Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:19:00.095Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009140092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T04:19:00.195Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:19:00.196Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:19:00.196Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:19:00.210Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:19:00.211Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:19:01.095Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9aad810e-14f7-4b21-8212-07f6a2ec8180", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b72f6972-ace8-4af4-a3ab-d4db8f915444", "vfModuleModelCustomizationUUID": "842930b7-29d8-44a7-8607-7dcb24e31d01", "isBase": true, "artifacts": [ "1c72a73e-2922-49a3-9515-5b61107aada7", "7c3a24ed-3f35-41b7-ad36-b667425072f6" ], "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": "" } } ] 2022-03-23T04:19:01.099Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b72f6972-ace8-4af4-a3ab-d4db8f915444 VfModuleModelInvariantUUID:9aad810e-14f7-4b21-8212-07f6a2ec8180 VfModuleModelDescription:NULL Artifacts UUID List:{ 1c72a73e-2922-49a3-9515-5b61107aada7 , 7c3a24ed-3f35-41b7-ad36-b667425072f6 } 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 } 2022-03-23T04:19:01.101Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9aad810e-14f7-4b21-8212-07f6a2ec8180", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b72f6972-ace8-4af4-a3ab-d4db8f915444", "vfModuleModelCustomizationUUID": "842930b7-29d8-44a7-8607-7dcb24e31d01", "isBase": true, "artifacts": [ "1c72a73e-2922-49a3-9515-5b61107aada7", "7c3a24ed-3f35-41b7-ad36-b667425072f6" ], "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": "" } } ] 2022-03-23T04:19:01.101Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b72f6972-ace8-4af4-a3ab-d4db8f915444 VfModuleModelInvariantUUID:9aad810e-14f7-4b21-8212-07f6a2ec8180 VfModuleModelDescription:NULL Artifacts UUID List:{ 1c72a73e-2922-49a3-9515-5b61107aada7 , 7c3a24ed-3f35-41b7-ad36-b667425072f6 } 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 } 2022-03-23T04:19:01.101Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1c72a73e-2922-49a3-9515-5b61107aada7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-23T04:19:01.102Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-23T04:19:01.102Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:01.135Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-23T04:19:01.136Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1c72a73e-2922-49a3-9515-5b61107aada7 5033 2022-03-23T04:19:01.136Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:01.137Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:01.137Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:19:01.137Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:19:01.139Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:19:01.140Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009141136, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T04:19:01.240Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:19:01.240Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:19:01.241Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:19:01.256Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:19:01.257Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:19:02.140Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7c3a24ed-3f35-41b7-ad36-b667425072f6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-23T04:19:02.141Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-23T04:19:02.141Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:02.173Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-23T04:19:02.173Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 7c3a24ed-3f35-41b7-ad36-b667425072f6 903 2022-03-23T04:19:02.173Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:02.173Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:02.174Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-23T04:19:02.174Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:19:02.176Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:19:02.176Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009142173, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T04:19:02.276Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:19:02.276Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:19:02.277Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:19:02.290Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:19:02.291Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:19:03.176Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1d6270e3-16d9-40c6-bd0b-1309d639faa4 2022-03-23T04:19:03.177Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ab368e52-6535-4456-a0cd-efea52512e49 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=? 2022-03-23T04:19:03.188Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@210b79ca, org.onap.sdc.toscaparser.api.parameters.Input@70cbfec9, org.onap.sdc.toscaparser.api.parameters.Input@1bc88a65, org.onap.sdc.toscaparser.api.parameters.Input@77bcd562, org.onap.sdc.toscaparser.api.parameters.Input@d832776] 2022-03-23T04:19:03.189Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.189Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:03.190Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-23T04:19:03.190Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 5ce53f70-5e01-45c0-8172-4de26f4ae96f 2022-03-23T04:19:03.190Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ce53f70-5e01-45c0-8172-4de26f4ae96f matches Tosca VF Customization UUID: 5ce53f70-5e01-45c0-8172-4de26f4ae96f 2022-03-23T04:19:03.190Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 5ce53f70-5e01-45c0-8172-4de26f4ae96f 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=? 2022-03-23T04:19:03.191Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.191Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:03.192Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 5ce53f70-5e01-45c0-8172-4de26f4ae96f: {\"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\"} 2022-03-23T04:19:03.192Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6cd34d21 2022-03-23T04:19:03.192Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.192Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-23T04:19:03.192Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 842930b7-29d8-44a7-8607-7dcb24e31d01 2022-03-23T04:19:03.192Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 842930b7-29d8-44a7-8607-7dcb24e31d01 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=? 2022-03-23T04:19:03.194Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.194Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T04:19:03.194Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:19:03.194Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.194Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T04:19:03.194Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:19:03.194Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.194Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-23T04:19:03.195Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-23T04:19:03.195Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-23T04:19:03.195Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6237b970-3659-4850-96bf-daebaffa3bfa 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=? 2022-03-23T04:19:03.196Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.196Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T04:19:03.197Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-23T04:19:03.197Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.197Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-23T04:19:03.197Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5ce53f70-5e01-45c0-8172-4de26f4ae96f 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=? 2022-03-23T04:19:03.198Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.198Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:03.198Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1d6270e3-16d9-40c6-bd0b-1309d639faa4: basic_vm_macro 2022-03-23T04:19:03.199Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.199Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:03.199Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.199Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:03.199Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.199Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:03.199Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.199Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:03.199Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-23T04:19:03.199Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-23T04:19:03.199Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 (?, ?, ?, ?, ?) 2022-03-23T04:19:03.285Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ab368e52-6535-4456-a0cd-efea52512e49 1 ASDC deployResourceStructure 2022-03-23T04:19:03.286Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:03.286Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:03.286Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:19:03.286Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:19:03.288Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:19:03.288Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009143286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T04:19:03.388Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:19:03.389Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:19:03.389Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:19:03.401Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:19:03.402Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:19:04.288Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:04.289Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:04.289Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:19:04.290Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:19:04.291Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:19:04.291Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009144288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-23T04:19:04.392Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-23T04:19:04.392Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:19:04.392Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:19:04.405Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:19:04.406Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:19:05.292Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:05.293Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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 2022-03-23T04:19:05.293Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:19:05.293Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:19:05.295Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:19:05.295Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009145292, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-23T04:19:05.396Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:19:05.396Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:19:05.397Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:19:05.409Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:19:05.409Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:19:06.296Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-23T04:19:06.297Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-23T04:19:06.297Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-23T04:19:06.298Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:19:06.300Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:19:06.300Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009146296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:19:06.400Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:19:06.401Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:19:06.401Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:19:06.413Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:19:06.413Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-23T04:19:07.300Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T04:19:07.311Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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=? 2022-03-23T04:19:07.312Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T04:19:07.312Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T04:19:07.312Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T04:19:37.313Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T04:19:37.323Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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=? 2022-03-23T04:19:37.326Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T04:19:37.326Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T04:19:37.326Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T04:19:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:19:59.838Z||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. 2022-03-23T04:19:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:19:59.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:19:59.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-23T04:19:59.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "clamp", "timestamp": 1648009072138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:19:59.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:07.327Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T04:20:07.340Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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=? 2022-03-23T04:20:07.342Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T04:20:07.342Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T04:20:07.343Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T04:20:37.343Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T04:20:37.356Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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=? 2022-03-23T04:20:37.358Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T04:20:37.358Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-23T04:20:37.358Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-23T04:20:59.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:20:59.838Z||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. 2022-03-23T04:20:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:20:59.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:20:59.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "ves-openapi-manager", "timestamp": 1648009072388, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "aai-ml", "timestamp": 1648009074731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "policy-id", "timestamp": 1648009080735, "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=? 2022-03-23T04:20:59.878Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b792d24-d4a2-4311-a4a2-979d5869d2e2 2022-03-23T04:20:59.878Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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=? 2022-03-23T04:20:59.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "aai-ml", "timestamp": 1648009074731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "aai-ml", "timestamp": 1648009074731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009063020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "aai-ml", "timestamp": 1648009083415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009083694, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009085606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648009086609, "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=? 2022-03-23T04:20:59.896Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b792d24-d4a2-4311-a4a2-979d5869d2e2 2022-03-23T04:20:59.896Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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 (?, ?, ?, ?, ?) 2022-03-23T04:20:59.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "clamp", "timestamp": 1648009087045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009088671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "clamp", "timestamp": 1648009089047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "aai-ml", "timestamp": 1648009089087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "clamp", "timestamp": 1648009090050, "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=? 2022-03-23T04:20:59.912Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b792d24-d4a2-4311-a4a2-979d5869d2e2 2022-03-23T04:20:59.912Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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 (?, ?, ?, ?, ?) 2022-03-23T04:20:59.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "aai-ml", "timestamp": 1648009090090, "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=? 2022-03-23T04:20:59.926Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b792d24-d4a2-4311-a4a2-979d5869d2e2 2022-03-23T04:20:59.926Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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 (?, ?, ?, ?, ?) 2022-03-23T04:20:59.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009090731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009091772, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009092820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009093940, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009094942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-23T04:20:59.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009095946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009096950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "841fe936-5eb7-4635-9e7c-ed3979b2a4b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009128313, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-23T04:20:59.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009079836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-23T04:20:59.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-23T04:20:59.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:20:59.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009138018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-23T04:20:59.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:21:07.358Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2022-03-23T04:21:07.372Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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=? 2022-03-23T04:21:07.375Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-23T04:21:07.375Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-23T04:21:07.375Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-23T04:21:07.375Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-23T04:21:07.375Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:21:07.375Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:21:07.375Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:21:07.375Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:21:07.376Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:21:07.376Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-23T04:21:07.376Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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=? 2022-03-23T04:21:07.381Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-23T04:21:37.382Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 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=? 2022-03-23T04:21:37.388Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b792d24-d4a2-4311-a4a2-979d5869d2e2 and serviceModelVersionId: 1d6270e3-16d9-40c6-bd0b-1309d639faa4 2022-03-23T04:21:37.389Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ac5d9d5-2810-4836-bd8a-fcb43c17f192 2022-03-23T04:21:37.389Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ac5d9d5-2810-4836-bd8a-fcb43c17f192/model-vers/model-ver/1d6270e3-16d9-40c6-bd0b-1309d639faa4?depth=0 2022-03-23T04:21:37.396Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-23T04:21:37.420Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac5d9d5-2810-4836-bd8a-fcb43c17f192/model-vers/model-ver/1d6270e3-16d9-40c6-bd0b-1309d639faa4?depth=0|INFO|500||Invoke 2022-03-23T04:21:37.420Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac5d9d5-2810-4836-bd8a-fcb43c17f192/model-vers/model-ver/1d6270e3-16d9-40c6-bd0b-1309d639faa4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac5d9d5-2810-4836-bd8a-fcb43c17f192/model-vers/model-ver/1d6270e3-16d9-40c6-bd0b-1309d639faa4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b792d24-d4a2-4311-a4a2-979d5869d2e2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8e22c80-f34f-4180-9d37-640734210001], X-ECOMP-RequestID=[7b792d24-d4a2-4311-a4a2-979d5869d2e2], X-TransactionId=[], X-ONAP-RequestID=[7b792d24-d4a2-4311-a4a2-979d5869d2e2], Content-Type=[application/merge-patch+json]} 2022-03-23T04:21:37.436Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac5d9d5-2810-4836-bd8a-fcb43c17f192/model-vers/model-ver/1d6270e3-16d9-40c6-bd0b-1309d639faa4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-23T04:21:37.568Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac5d9d5-2810-4836-bd8a-fcb43c17f192/model-vers/model-ver/1d6270e3-16d9-40c6-bd0b-1309d639faa4?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/1ac5d9d5-2810-4836-bd8a-fcb43c17f192/model-vers/model-ver/1d6270e3-16d9-40c6-bd0b-1309d639faa4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-04:21:37:442-53818], vertex-id=[245784], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:21:37 GMT], Content-Type=[application/json]} 2022-03-23T04:21:37.569Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac5d9d5-2810-4836-bd8a-fcb43c17f192/model-vers/model-ver/1d6270e3-16d9-40c6-bd0b-1309d639faa4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-23T04:21:37.569Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac5d9d5-2810-4836-bd8a-fcb43c17f192/model-vers/model-ver/1d6270e3-16d9-40c6-bd0b-1309d639faa4?depth=0|INFO|500||InvokeReturn 2022-03-23T04:21:37.570Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-23T04:21:37.570Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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=? 2022-03-23T04:21:37.574Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||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) 2022-03-23T04:21:37.574Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b792d24-d4a2-4311-a4a2-979d5869d2e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-23T04:21:37.574Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-23T04:21:37.575Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-23T04:21:37.577Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-23T04:21:37.577Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009297574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T04:21:37.677Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-23T04:21:37.678Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-23T04:21:37.678Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SeNllTjaRMxDHdZE) ... 2022-03-23T04:21:37.696Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:21:37.697Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 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=? 2022-03-23T04:21:38.593Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:21:38.594Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:21:38.594Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:21:48.849Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:21:48.850Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:21:48.850Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:21:48.850Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:21:58.392Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:21:58.393Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:21:58.393Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:21:58.393Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:21:59.837Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:21:59.838Z||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. 2022-03-23T04:21:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:21:59.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:21:59.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:21:59.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009140092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-23T04:21:59.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:21:59.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:21:59.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009141136, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-23T04:21:59.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:21:59.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:21:59.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009142173, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-23T04:21:59.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:21:59.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:21:59.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009143286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-23T04:21:59.863Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:21:59.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:21:59.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009144288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-23T04:21:59.863Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:21:59.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:21:59.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009145292, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-23T04:21:59.864Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:21:59.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-23T04:21:59.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009146296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-23T04:21:59.864Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:22:07.932Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:22:07.933Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:22:07.933Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:22:07.933Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:22:17.473Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:22:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:22:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:22:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:22:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:22:59.838Z||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. 2022-03-23T04:22:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:23:00.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:23:00.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-23T04:23:00.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7b792d24-d4a2-4311-a4a2-979d5869d2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648009297574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-23T04:23:00.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-23T04:23:09.391Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:23:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:23:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:23:59.837Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:23:59.837Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:23:59.838Z||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. 2022-03-23T04:23:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:24:09.399Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:24:09.401Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:24:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:24:59.837Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:24:59.837Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:24:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:24:59.838Z||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. 2022-03-23T04:24:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:25:09.404Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:25:09.404Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:25:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:25:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:25:59.837Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:25:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:25:59.838Z||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. 2022-03-23T04:25:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:26:09.383Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:26:09.384Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:26:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:26:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:26:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:26:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:26:59.838Z||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. 2022-03-23T04:26:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:27:09.379Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:27:09.382Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:27:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:27:59.837Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:27:59.837Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:27:59.837Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:27:59.838Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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. 2022-03-23T04:27:59.838Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:28:09.386Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:28:09.388Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:28:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:28:59.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:28:59.839Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:28:59.839Z||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. 2022-03-23T04:28:59.839Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:28:59.839Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:29:09.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:29:09.386Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:29:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:29:59.837Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:29:59.837Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:29:59.837Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:29:59.838Z||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. 2022-03-23T04:29:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:30:09.386Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:30:09.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:30:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:30:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:30:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:30:59.837Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:30:59.838Z||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. 2022-03-23T04:30:59.838Z||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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:31:09.383Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:31:09.388Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:31:59.836Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:31:59.837Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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. 2022-03-23T04:31:59.837Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:31:59.837Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-23T04:31:59.838Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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. 2022-03-23T04:31:59.838Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|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 SeNllTjaRMxDHdZE) ... 2022-03-23T04:32:09.382Z|25ac43cd-7066-4ef8-bc89-dcdc2e635963|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-23T04:32:09.390Z|7b792d24-d4a2-4311-a4a2-979d5869d2e2|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK