JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-10-27T01:56:28.473Z||main|||||INFO|500||The following profiles are active: basic 2021-10-27T01:56:40.601Z||main|||||INFO|500||Starting service [Tomcat] 2021-10-27T01:56:40.602Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-10-27T01:56:40.738Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-10-27T01:56:43.878Z||main|||||INFO|500||catdb-pool - Starting... 2021-10-27T01:56:44.093Z||main|||||INFO|500||catdb-pool - Start completed. 2021-10-27T01:56:44.564Z||main|||||INFO|500||reqdb-pool - Starting... 2021-10-27T01:56:44.573Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-10-27T01:56:44.675Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-10-27T01:56:44.849Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-10-27T01:56:45.385Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-10-27T01:56:46.604Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-27T01:56:49.051Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-27T01:56:49.103Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-10-27T01:56:49.639Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-27T01:56:49.910Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-10-27T01:56:51.455Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-27T01:56:52.727Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-10-27T01:56:52.749Z||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$$c179a1e7.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-10-27T01:56:52.750Z||main|||||WARN|500||The sdc end point is not alive 2021-10-27T01:56:56.450Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-10-27T01:56:59.951Z||main|||||WARN|500||--- 2021-10-27T01:56:59.952Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-10-27T01:56:59.952Z||main|||||WARN|500||--- 2021-10-27T01:57:00.544Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-10-27T01:57:06.245Z||main|||||INFO|500||Started Application in 43.408 seconds (JVM running for 44.818) 2021-10-27T01:57:06.263Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-27T01:57:06.264Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-27T01:57:06.276Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-27T01:57:06.339Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-27T01:57:06.417Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae3e0a28-2edf-4e1e-b114-e3f863104d8e url= /sdc/v1/artifactTypes 2021-10-27T01:57:06.418Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-27T01:57:06.702Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-10-27T01:57:06.737Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-10-27T01:57:06.762Z||scheduling-1|||||DEBUG|500||create keys 2021-10-27T01:57:06.770Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-10-27T01:57:08.016Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T01:57:08.038Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e32265d9-086c-4e16-a2df-78fafa82480c url= /sdc/v1/registerForDistribution 2021-10-27T01:57:08.632Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e32265d9-086c-4e16-a2df-78fafa82480c url= /sdc/v1/registerForDistribution 2021-10-27T01:57:08.632Z||scheduling-1|||||INFO|500||start DistributionClient 2021-10-27T01:57:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T01:57:08.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T01:57:08.649Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T01:57:08.649Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T01:57:08.649Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T01:57:08.650Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T01:57:08.651Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-10-27T01:57:20.323Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T01:57:20.324Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T01:58:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T01:58:08.643Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T01:58:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T01:58:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T01:58:08.647Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T01:58:08.647Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T01:58:18.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T01:58:18.218Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T01:59:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T01:59:08.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T01:59:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T01:59:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T01:59:08.646Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T01:59:08.647Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T01:59:18.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T01:59:18.220Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:00:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:00:08.643Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:00:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:00:08.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:00:08.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:00:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:00:18.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:00:18.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:01:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:01:08.644Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:01:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:01:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:01:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:01:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:01:18.194Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:01:18.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:02:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:02:08.643Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:02:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:02:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:02:08.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:02:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:02:18.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:02:18.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:03:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:03:08.643Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:03:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:03:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:03:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:03:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:03:18.202Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:03:18.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:04:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:04:08.643Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:04:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:04:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:04:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:04:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:04:18.223Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:04:18.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:05:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:05:08.644Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:05:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:05:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:05:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:05:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:05:18.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:05:18.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:06:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:06:08.643Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:06:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:06:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:06:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:06:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:06:18.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:06:18.202Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:06:40.390Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-10-27T02:07:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:07:08.643Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:07:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:07:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:07:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:07:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:07:18.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:07:18.207Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:08:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:08:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:08:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:08:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:08:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:08:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:08:18.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:08:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:09:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:09:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:09:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:09:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:09:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:09:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:09:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:09:18.204Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:10:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:10:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:10:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:10:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:10:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:10:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:10:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:10:18.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:11:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:11:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:11:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:11:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:11:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:11:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:11:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:11:18.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:12:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:12:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:12:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:12:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:12:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:12:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:12:18.209Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:12:18.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:13:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:13:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:13:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:13:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:13:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:13:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:13:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:13:18.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:14:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:14:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:14:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:14:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:14:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:14:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:14:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:14:18.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:15:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:15:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:15:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:15:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:15:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:15:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:15:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:15:18.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:16:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:16:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:16:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:16:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:16:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:16:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:16:18.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:16:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:17:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:17:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:17:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:17:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:17:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:17:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:17:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:17:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:18:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:18:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:18:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:18:08.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:18:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:18:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:18:18.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:18:18.224Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:19:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:19:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:19:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:19:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:19:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:19:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:19:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:19:18.210Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:20:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:20:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:20:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:20:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:20:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:20:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:20:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:20:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:21:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:21:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:21:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:21:08.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:21:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:21:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:21:18.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:21:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:22:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:22:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:22:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:22:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:22:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:22:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:22:18.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:22:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:23:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:23:08.644Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:23:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:23:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:23:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:23:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:23:18.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:23:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:24:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:24:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:24:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:24:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:24:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:24:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:24:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:24:18.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:25:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:25:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:25:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:25:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:25:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:25:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:25:18.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:25:18.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:26:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:26:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:26:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:26:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:26:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:26:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:26:18.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:26:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:27:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:27:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:27:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:27:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:27:08.646Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:27:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:27:18.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:27:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:28:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:28:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:28:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:28:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:28:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:28:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:28:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:28:18.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:29:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:29:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:29:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:29:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:29:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:29:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:29:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:29:18.202Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:30:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:30:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:30:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:30:08.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:30:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:30:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:30:18.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:30:18.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:31:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:31:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:31:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:31:08.645Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:31:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:31:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:31:18.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:31:18.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:32:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:32:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:32:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:32:08.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:32:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:32:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:32:18.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:32:18.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:33:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:33:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:33:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:33:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:33:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:33:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:33:18.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:33:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:34:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:34:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:34:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:34:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:34:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:34:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:34:18.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:34:18.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:35:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:35:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:35:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:35:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:35:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:35:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:35:18.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:35:18.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:36:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:36:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:36:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:36:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:36:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:36:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:36:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:36:18.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:37:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:37:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:37:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:37:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:37:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:37:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:37:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:37:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:38:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:38:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:38:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:38:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:38:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:38:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:38:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:38:18.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:39:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:39:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:39:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:39:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:39:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:39:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:39:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:39:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:40:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:40:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:40:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:40:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:40:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:40:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:40:18.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:40:18.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:41:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:41:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:41:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:41:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:41:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:41:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:41:18.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:41:18.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:42:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:42:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:42:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:42:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:42:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:42:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:42:18.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:42:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:43:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:43:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:43:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:43:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:43:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:43:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:43:18.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:43:18.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:44:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:44:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:44:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:44:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:44:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:44:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:44:18.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:44:18.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:45:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:45:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:45:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:45:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:45:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:45:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:45:18.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:45:18.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:46:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:46:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:46:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:46:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:46:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:46:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:46:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:46:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:47:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:47:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:47:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:47:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:47:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:47:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:47:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:47:18.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:48:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:48:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:48:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:48:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:48:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:48:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:48:18.190Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:48:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:49:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:49:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:49:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:49:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:49:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:49:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:49:18.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:49:18.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:50:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:50:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:50:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:50:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:50:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:50:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:50:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:50:18.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:51:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:51:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:51:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:51:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:51:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:51:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:51:18.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:51:18.208Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:52:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:52:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:52:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:52:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:52:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:52:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:52:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:52:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:53:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:53:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:53:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:53:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:53:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:53:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:53:18.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:53:18.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:54:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:54:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:54:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:54:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:54:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:54:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:54:18.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:54:18.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:55:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:55:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:55:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:55:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:55:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:55:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:55:18.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:55:18.189Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:56:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:56:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:56:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:56:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:56:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:56:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:56:18.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:56:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:57:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:57:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:57:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:57:08.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:57:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:57:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:57:18.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:57:18.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:58:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:58:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:58:08.645Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:58:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:58:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:58:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:58:18.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:58:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:59:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:59:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:59:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:59:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T02:59:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T02:59:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T02:59:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T02:59:18.195Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:00:08.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:00:08.643Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:00:08.643Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ... 2021-10-27T03:00:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:00:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:00:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:00:18.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:00:18.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:01:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:01:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:01:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:01:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:01:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:01:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:01:18.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:01:18.196Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:02:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:02:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:02:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:02:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:02:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:02:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:02:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:02:18.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:03:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:03:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:03:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:03:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:03:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:03:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:03:18.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:03:18.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:04:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:04:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:04:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:04:08.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:04:08.646Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:04:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:04:18.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:04:18.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:05:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:05:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:05:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:05:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:05:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:05:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:05:18.191Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:05:18.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:06:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:06:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:06:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:06:08.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:06:08.646Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:06:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:06:18.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:06:18.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:07:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:07:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:07:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:07:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:07:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:07:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:07:18.205Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:07:18.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:08:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:08:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:08:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:08:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:08:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:08:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:08:18.196Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:08:18.196Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:09:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:09:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:09:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:09:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:09:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:09:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:09:18.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:09:18.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:10:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:10:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:10:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:10:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:10:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:10:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:10:18.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:10:18.202Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:11:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:11:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:11:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:11:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:11:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:11:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:11:18.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:11:18.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:12:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:12:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:12:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:12:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:12:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:12:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:12:18.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:12:18.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:13:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:13:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:13:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:13:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:13:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:13:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:13:18.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:13:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:14:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:14:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:14:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:14:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:14:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:14:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:14:18.199Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:14:18.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:15:08.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:15:08.643Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:15:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:15:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:15:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:15:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:15:18.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:15:18.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:16:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:16:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:16:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:16:08.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:16:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:16:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:16:18.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:16:18.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:17:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:17:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:17:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:17:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:17:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:17:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:17:18.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:17:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:18:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:18:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:18:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:18:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:18:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:18:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:18:18.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:18:18.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:19:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:19:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:19:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:19:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:19:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:19:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:19:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:19:18.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:20:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:20:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:20:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:20:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:20:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:20:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:20:18.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:20:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:21:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:21:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:21:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:21:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:21:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:21:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:21:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:21:18.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:22:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:22:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:22:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:22:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:22:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:22:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:22:18.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:22:18.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:23:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:23:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:23:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:23:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:23:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:23:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:23:18.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:23:18.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:24:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:24:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:24:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:24:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:24:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:24:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:24:18.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:24:18.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:25:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:25:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:25:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:25:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:25:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:25:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:25:18.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:25:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:26:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:26:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:26:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:26:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:26:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:26:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:26:18.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:26:18.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:27:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:27:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:27:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:27:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:27:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:27:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:27:18.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:27:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:28:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:28:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:28:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:28:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:28:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:28:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:28:18.196Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:28:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:29:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:29:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:29:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:29:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:29:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:29:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:29:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:29:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:30:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:30:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:30:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:30:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:30:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:30:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:30:18.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:30:18.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:31:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:31:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:31:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:31:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:31:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:31:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:31:18.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:31:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:32:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:32:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:32:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:32:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:32:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:32:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:32:18.198Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:32:18.198Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:33:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:33:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:33:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:33:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:33:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:33:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:33:18.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:33:18.201Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:34:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:34:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:34:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:34:08.645Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:34:08.646Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:34:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:34:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:34:18.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:35:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:35:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:35:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:35:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:35:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:35:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:35:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:35:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:36:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:36:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:36:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:36:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:36:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:36:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:36:18.186Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:36:18.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:37:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:37:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:37:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:37:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:37:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:37:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:37:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:37:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:38:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:38:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:38:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:38:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:38:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:38:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:38:18.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:38:18.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:39:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:39:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:39:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:39:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:39:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:39:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:39:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:39:18.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:40:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:40:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:40:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:40:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:40:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:40:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:40:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:40:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:41:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:41:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:41:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:41:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:41:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:41:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:41:18.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:41:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:42:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:42:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:42:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:42:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:42:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:42:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:42:18.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:42:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:43:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:43:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:43:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:43:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:43:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:43:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:43:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:43:18.210Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:44:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:44:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:44:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:44:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:44:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:44:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:44:18.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:44:18.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:45:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:45:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:45:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:45:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:45:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:45:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:45:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:45:18.209Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:46:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:46:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:46:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:46:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:46:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:46:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:46:18.207Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:46:18.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:47:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:47:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:47:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:47:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:47:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:47:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:47:18.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:47:18.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:48:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:48:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:48:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:48:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:48:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:48:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:48:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:48:18.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:49:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:49:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:49:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:49:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:49:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:49:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:49:18.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:49:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:50:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:50:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:50:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:50:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:50:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:50:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:50:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:50:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:51:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:51:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:51:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:51:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:51:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:51:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:51:18.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:51:18.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:52:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:52:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:52:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:52:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:52:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:52:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:52:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:52:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:53:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:53:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:53:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:53:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:53:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:53:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:53:18.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:53:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:54:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:54:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:54:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:54:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:54:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:54:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:54:18.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:54:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:55:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:55:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:55:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:55:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:55:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:55:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:55:18.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:55:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:56:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:56:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:56:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:56:08.647Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:56:08.647Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:56:08.647Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:56:18.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:56:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:57:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:57:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:57:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:57:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:57:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:57:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:57:18.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:57:18.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:58:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:58:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:58:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:58:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:58:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:58:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:58:18.209Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:58:18.210Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:59:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:59:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:59:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:59:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T03:59:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T03:59:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T03:59:18.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T03:59:18.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:00:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:00:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:00:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:00:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:00:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:00:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:00:18.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:00:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:01:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:01:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:01:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:01:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:01:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:01:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:01:18.196Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:01:18.198Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:02:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:02:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:02:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:02:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:02:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:02:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:02:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:02:18.201Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:03:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:03:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:03:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:03:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:03:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:03:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:03:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:03:18.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:04:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:04:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:04:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:04:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:04:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:04:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:04:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:04:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:05:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:05:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:05:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:05:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:05:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:05:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:05:18.195Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:05:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:06:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:06:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:06:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:06:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:06:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:06:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:06:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:06:18.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:07:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:07:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:07:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:07:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:07:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:07:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:07:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:07:18.190Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:08:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:08:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:08:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:08:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:08:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:08:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:08:18.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:08:18.209Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:09:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:09:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:09:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:09:08.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:09:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:09:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:09:18.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:09:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:10:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:10:08.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:10:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:10:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:10:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:10:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:10:18.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:10:18.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:11:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:11:08.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:11:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:11:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:11:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:11:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:11:18.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:11:18.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:12:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:12:08.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:12:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:12:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:12:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:12:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:12:18.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:12:18.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:13:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:13:08.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:13:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:13:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:13:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:13:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:13:18.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:13:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:14:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:14:08.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:14:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:14:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:14:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:14:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:14:18.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:14:18.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:15:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:15:08.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:15:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:15:08.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:15:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:15:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:15:18.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:15:18.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:16:08.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:16:08.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:16:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:16:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:16:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:16:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:16:18.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:16:18.195Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:17:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:17:08.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:17:08.642Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ... 2021-10-27T04:17:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:17:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:17:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:17:18.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:17:18.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:18:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:18:08.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:18:08.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ... 2021-10-27T04:18:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:18:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:18:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:18:18.197Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:18:18.209Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:19:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:19:08.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:19:08.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ... 2021-10-27T04:19:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:19:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:19:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:19:18.188Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:19:18.195Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:20:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:20:08.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:20:08.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ... 2021-10-27T04:20:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:20:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:20:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:20:18.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:20:18.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:21:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:21:08.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:21:08.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ... 2021-10-27T04:21:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:21:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:21:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:21:18.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:21:18.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:22:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:22:08.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:22:08.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ... 2021-10-27T04:22:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:22:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:22:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:22:18.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:22:18.199Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:23:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:23:08.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:23:08.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ... 2021-10-27T04:23:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:23:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:23:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:23:18.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:23:18.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:24:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:24:08.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:24:08.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ... 2021-10-27T04:24:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:24:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:24:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:24:18.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:24:18.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:25:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:25:08.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:25:08.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ... 2021-10-27T04:25:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:25:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:25:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:25:18.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:25:18.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:26:08.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:26:08.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:26:08.643Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bhXtMoL05O8ykjkr) ... 2021-10-27T04:26:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:26:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:26:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:26:18.188Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:26:18.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:27:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:27:08.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:27:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:27:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:27:08.646Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:27:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:27:18.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:27:18.204Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:28:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:28:08.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:28:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:28:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:28:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:28:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:28:18.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:28:18.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:29:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:29:08.643Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:29:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:29:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:29:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:29:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:29:18.187Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:29:18.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:30:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:30:08.643Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:30:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:30:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:30:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:30:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:30:18.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:30:18.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:31:08.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:31:08.643Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:31:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:31:08.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:31:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:31:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:31:18.187Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:31:18.187Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:32:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:32:08.644Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:32:08.644Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:32:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:32:08.645Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:32:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:32:18.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:32:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:33:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:33:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:33:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:33:08.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:33:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:33:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:33:18.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:33:18.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:34:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:34:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:34:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:34:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:34:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:34:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:34:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:34:18.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:35:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:35:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:35:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:35:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:35:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:35:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:35:18.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:35:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:36:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:36:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:36:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:36:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:36:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:36:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:36:18.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:36:18.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:37:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:37:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:37:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:37:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:37:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:37:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:37:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:37:18.205Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:38:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:38:08.644Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:38:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:38:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:38:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:38:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:38:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:38:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:39:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:39:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:39:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:39:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:39:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:39:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:39:18.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:39:18.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:40:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:40:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:40:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:40:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:40:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:40:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:40:18.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:40:18.200Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:41:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:41:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:41:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:41:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:41:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:41:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:41:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:41:18.212Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:42:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:42:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:42:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:42:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:42:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:42:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:42:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:42:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:43:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:43:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:43:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:43:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:43:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:43:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:43:18.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:43:18.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:44:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:44:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:44:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:44:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:44:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:44:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:44:18.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:44:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:45:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:45:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:45:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:45:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:45:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:45:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:45:18.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:45:18.213Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:46:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:46:08.644Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:46:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:46:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:46:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:46:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:46:18.189Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:46:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:47:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:47:08.643Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:47:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:47:08.645Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:47:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:47:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:47:18.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:47:18.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:48:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:48:08.643Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:48:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:48:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:48:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:48:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:48:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:48:18.195Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:49:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:49:08.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:49:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:49:08.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:49:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:49:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:49:18.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:49:18.201Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:50:08.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:50:08.643Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:50:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:50:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:50:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:50:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:50:18.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:50:18.199Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:51:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:51:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:51:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:51:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:51:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:51:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:51:18.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:51:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:52:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:52:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:52:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:52:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:52:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:52:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:52:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:52:18.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:53:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:53:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:53:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:53:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:53:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:53:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:53:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:53:18.191Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:54:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:54:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:54:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:54:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:54:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:54:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:54:18.199Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:54:18.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:55:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:55:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:55:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:55:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:55:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:55:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:55:18.197Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:55:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:56:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:56:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:56:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:56:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:56:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:56:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:56:18.206Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:56:18.208Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:57:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:57:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:57:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:57:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:57:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:57:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:57:18.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:57:18.211Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:58:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:58:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:58:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:58:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:58:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:58:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:58:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:58:18.214Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:59:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:59:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:59:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:59:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T04:59:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T04:59:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T04:59:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T04:59:18.192Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:00:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:00:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:00:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:00:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:00:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:00:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:00:18.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:00:18.215Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:01:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:01:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:01:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:01:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:01:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:01:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:01:18.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:01:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:02:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:02:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:02:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:02:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:02:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:02:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:02:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:02:18.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:03:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:03:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:03:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:03:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:03:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:03:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:03:18.204Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:03:18.204Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:04:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:04:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:04:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:04:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:04:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:04:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:04:18.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:04:18.198Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:05:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:05:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:05:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:05:08.645Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:05:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:05:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:05:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:05:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:06:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:06:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:06:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:06:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:06:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:06:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:06:18.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:06:18.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:07:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:07:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:07:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:07:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:07:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:07:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:07:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:07:18.191Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:08:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:08:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:08:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:08:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:08:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:08:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:08:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:08:18.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:09:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:09:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:09:08.644Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:09:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:09:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:09:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:09:18.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:09:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:10:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:10:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:10:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:10:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:10:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:10:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:10:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:10:18.207Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:11:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:11:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:11:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:11:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:11:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:11:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:11:18.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:11:18.187Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:12:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:12:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:12:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:12:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:12:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:12:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:12:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:12:18.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:13:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:13:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:13:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:13:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:13:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:13:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:13:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:13:18.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:14:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:14:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:14:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:14:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:14:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:14:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:14:18.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:14:18.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:15:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:15:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:15:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:15:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:15:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:15:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:15:18.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:15:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:16:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:16:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:16:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:16:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:16:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:16:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:16:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:16:18.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:17:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:17:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:17:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:17:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:17:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:17:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:17:18.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:17:18.189Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:18:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:18:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:18:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:18:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:18:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:18:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:18:18.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:18:18.193Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:19:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:19:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:19:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:19:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:19:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:19:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:19:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:19:18.205Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:20:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:20:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:20:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:20:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:20:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:20:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:20:18.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:20:18.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:21:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:21:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:21:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:21:08.644Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:21:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:21:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:21:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:21:18.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:22:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:22:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:22:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:22:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:22:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:22:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:22:18.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:22:18.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:23:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:23:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:23:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:23:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:23:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:23:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:23:18.197Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:23:18.197Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:24:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:24:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:24:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:24:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:24:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:24:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:24:18.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:24:18.195Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:25:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:25:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:25:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:25:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:25:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:25:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:25:18.186Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:25:18.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:26:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:26:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:26:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:26:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:26:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:26:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:26:18.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:26:18.194Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:27:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:27:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:27:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:27:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:27:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:27:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:27:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:27:18.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:28:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:28:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:28:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:28:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:28:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:28:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:28:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:28:18.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:29:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:29:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:29:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:29:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:29:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:29:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:29:18.191Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:29:18.195Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:30:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:30:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:30:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:30:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:30:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:30:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:30:18.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:30:18.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:31:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:31:08.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:31:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:31:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:31:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:31:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:31:18.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:31:18.193Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:32:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:32:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:32:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:32:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:32:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:32:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:32:18.190Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:32:18.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:08.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:33:08.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:33:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:33:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:33:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:12.954Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:12.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-27T05:33:12.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"14441023-2739-4be2-b6f9-f4e5ca4ca8d7","serviceName":"vFW 2021-10-27 05-29-37","serviceVersion":"1.0","serviceUUID":"326949d1-e5e3-4597-b0d0-b249794811a4","serviceDescription":"catalog service description","serviceInvariantUUID":"1ce9eef6-8547-407a-9277-1b729e3d250a","resources":[{"resourceInstanceName":"vFW bcbfb258-afdf 0","resourceName":"vFW bcbfb258-afdf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61743ea2-c657-4976-8c24-0c47b6e548c7","resourceInvariantUUID":"f44b2ddf-ca20-4497-9069-9528b8bf43e9","resourceCustomizationUUID":"f1853efe-80bc-4ddf-9b84-44e4b4f08f4b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml","artifactChecksum":"OGUxYTdkZGRhMTlhOGQwMTM4YWQ4ZjU2MmJhN2VmNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"636d2a27-f8af-45ba-97b4-2d2145c195b0","artifactVersion":"1"},{"artifactName":"vfwbcbfb258afdf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json","artifactChecksum":"NzhjZTYyMWM0ZjNhNTI0NDdmMjU5MmQ2ODYxNjViNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2769aa39-c8b5-46a7-89e4-83a0c8e76f8a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"af4f825f-350c-458d-8965-692d9c06d0c7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmYxYWVhZGYyN2RkZGMzZDc2M2VhNDhmZjBjN2I5OWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef2d7299-7df8-43b9-91c3-6fc7ab088892","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f15fc91-0bdb-4236-a66a-133abe62993c","artifactVersion":"2","generatedFromUUID":"af4f825f-350c-458d-8965-692d9c06d0c7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211027052937-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml","artifactChecksum":"ODQwYmNmNDQwZmVlMjkwMjAzOGUyNGU4MjJlYTg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a597a9f-96d1-453a-a20b-9c1dc06c48ca","artifactVersion":"1"},{"artifactName":"service-Vfw20211027052937-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar","artifactChecksum":"ZmU1NDBiNWIyM2RmODU3OWU0ZGVjMTkzYzRlYTc5MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"119cf4c9-978f-48d9-b04e-cda7153d2519","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-27T05:33:12.976Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:33:12.984Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:13.003Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:13.003Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:33:13.208Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:13.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:33:13.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312786305, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:33:13.324Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 1 ms 2021-10-27T05:33:13.327Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:13.328Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:13.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:33:13.341Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:13.342Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:14.326Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:33:14.326Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:14.327Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:14.327Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:33:14.428Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:14.428Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:14.428Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:14.449Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:14.449Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:15.328Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:33:15.329Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:15.331Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:15.331Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-27T05:33:15.432Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:15.432Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:15.433Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:15.449Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:15.450Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:33:16.332Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:33:16.333Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:16.335Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:16.335Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:33:16.435Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:16.436Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:16.436Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:16.449Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:16.449Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:17.336Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:33:17.336Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:17.339Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:17.339Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-27T05:33:17.439Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:17.440Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:17.440Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:17.453Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:17.454Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:18.339Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:33:18.340Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:18.342Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:18.343Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:33:18.443Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:18.444Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:18.444Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:18.465Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:18.465Z||pool-8-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:19.343Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:33:19.344Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:19.346Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:19.346Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:33:19.446Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:19.447Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:19.448Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:19.478Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:19.479Z||pool-9-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:33:20.348Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "serviceName": "vFW 2021-10-27 05-29-37", "serviceVersion": "1.0", "serviceUUID": "326949d1-e5e3-4597-b0d0-b249794811a4", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1ce9eef6-8547-407a-9277-1b729e3d250a", "resources": [ { "resourceInstanceName": "vFW bcbfb258-afdf 0", "resourceCustomizationUUID": "f1853efe-80bc-4ddf-9b84-44e4b4f08f4b", "resourceName": "vFW bcbfb258-afdf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "61743ea2-c657-4976-8c24-0c47b6e548c7", "resourceInvariantUUID": "f44b2ddf-ca20-4497-9069-9528b8bf43e9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwbcbfb258afdf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "artifactChecksum": "NzhjZTYyMWM0ZjNhNTI0NDdmMjU5MmQ2ODYxNjViNzc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2769aa39-c8b5-46a7-89e4-83a0c8e76f8a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "af4f825f-350c-458d-8965-692d9c06d0c7", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6f15fc91-0bdb-4236-a66a-133abe62993c", "generatedFromUUID": "af4f825f-350c-458d-8965-692d9c06d0c7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6f15fc91-0bdb-4236-a66a-133abe62993c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211027052937-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "artifactChecksum": "ZmU1NDBiNWIyM2RmODU3OWU0ZGVjMTkzYzRlYTc5MzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "119cf4c9-978f-48d9-b04e-cda7153d2519" } ], "workloadContext": "Production" } 2021-10-27T05:33:20.349Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-27T05:33:20.349Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 326949d1-e5e3-4597-b0d0-b249794811a4 ASDC 2021-10-27T05:33:20.667Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:14441023-2739-4be2-b6f9-f4e5ca4ca8d7 ServiceName:vFW 2021-10-27 05-29-37 ServiceVersion:1.0 ServiceUUID:326949d1-e5e3-4597-b0d0-b249794811a4 ServiceInvariantUUID:1ce9eef6-8547-407a-9277-1b729e3d250a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211027052937-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar ArtifactUUID:119cf4c9-978f-48d9-b04e-cda7153d2519 ArtifactChecksum:ZmU1NDBiNWIyM2RmODU3OWU0ZGVjMTkzYzRlYTc5MzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW bcbfb258-afdf 0 ResourceCustomizationUUID:f1853efe-80bc-4ddf-9b84-44e4b4f08f4b ResourceInvariantUUID:f44b2ddf-ca20-4497-9069-9528b8bf43e9 ResourceName:vFW bcbfb258-afdf ResourceType:VF ResourceUUID:61743ea2-c657-4976-8c24-0c47b6e548c7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwbcbfb258afdf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json ArtifactUUID:2769aa39-c8b5-46a7-89e4-83a0c8e76f8a ArtifactChecksum:NzhjZTYyMWM0ZjNhNTI0NDdmMjU5MmQ2ODYxNjViNzc= 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/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml ArtifactUUID:af4f825f-350c-458d-8965-692d9c06d0c7 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/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env ArtifactUUID:6f15fc91-0bdb-4236-a66a-133abe62993c 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/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env ArtifactUUID:6f15fc91-0bdb-4236-a66a-133abe62993c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-27T05:33:20.667Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 326949d1-e5e3-4597-b0d0-b249794811a4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:33:20.960Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:33:20.961Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-10-27T05:33:20.962Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-10-27T05:33:20.962Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 119cf4c9-978f-48d9-b04e-cda7153d2519 from URL: /sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:20.962Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-27T05:33:20.963Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:21.840Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-27T05:33:21.863Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar 119cf4c9-978f-48d9-b04e-cda7153d2519 98778 2021-10-27T05:33:21.865Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar ASDC sendASDCNotification 2021-10-27T05:33:21.865Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:21.866Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:33:21.867Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:21.868Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:21.868Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312801864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:33:21.968Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:21.969Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:21.969Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:21.980Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:21.980Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:22.869Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:33:22.870Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-10-27T05:33:22.871Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 119cf4c9-978f-48d9-b04e-cda7153d2519, URL: /sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar to file: /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:22.871Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211027052937-csar.csar 2021-10-27T05:33:23.059Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:23.059Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:23.702Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17971408911243592765/Definitions/service-Vfw20211027052937-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-10-27T05:33:27.135Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-27T05:33:27.140Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-10-27T05:33:27.140Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.140Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-10-27T05:33:27.140Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.140Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.141Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bcbfb258-afdf 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-Vfw20211027052937-csar.csar 2021-10-27T05:33:27.142Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-10-27T05:33:27.150Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.151Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:27.159Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria 2021-10-27T05:33:27.159Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-10-27T05:33:27.160Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:33:27.162Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.162Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:27.162Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria 2021-10-27T05:33:27.162Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-10-27T05:33:27.163Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:33:27.163Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.163Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:27.168Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.168Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria 2021-10-27T05:33:27.168Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-27T05:33:27.168Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-27T05:33:27.168Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.169Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:27.169Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-27T05:33:27.169Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.169Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-27T05:33:27.169Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:27.175Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-27T05:33:27.176Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.176Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-27T05:33:27.176Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.176Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-27T05:33:27.177Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.177Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria 2021-10-27T05:33:27.177Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:33:27.178Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.181Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria 2021-10-27T05:33:27.181Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria 2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria 2021-10-27T05:33:27.182Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:27.183Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f60f468a-f295-4261-8742-50da03235022 2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria 2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-27T05:33:27.184Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-27T05:33:27.185Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d755eda-403d-49cd-96e4-8f7cf6dcf1b2 2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria 2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-27T05:33:27.186Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-27T05:33:27.187Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b6e81456-66e0-4202-9ce2-af698049e954 2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:27.188Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:27.189Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-10-27 05-29-37 Description:catalog service description Model UUID:326949d1-e5e3-4597-b0d0-b249794811a4 Model Version:NULL Model InvariantUuid:1ce9eef6-8547-407a-9277-1b729e3d250a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW bcbfb258-afdf Model UUID:424c4561-23b4-4ea3-ba9b-f49ea52729ee Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f44b2ddf-ca20-4497-9069-9528b8bf43e9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f1853efe-80bc-4ddf-9b84-44e4b4f08f4b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3dda02d3-0d4b-41ed-8549-6e1f2f87f963 ModelName:VfwBcbfb258Afdf..base_vfw..module-0 ModelUuid:b79efa8d-cfb1-447e-a519-d32a44293cd4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f60f468a-f295-4261-8742-50da03235022 ModelInvariantUuid:d40e5c35-5cfd-4334-a83f-773a4f54b9af ModelName:vFW bcbfb258-afdf-nodes.vfwCvfc ModelUuid:f1b5c380-1f6c-49f3-ba76-ad9287c41cdd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:794c63b3-e5be-4eb1-b586-08970e69b3c5 ModelInvariantUuid:3f198cc7-02b0-46bb-a307-ed242a5a6669 ModelName:VfwBcbfb258Afdf.compute.nodes.heat.vfw ModelUuid:6a5475fb-bd5c-42f7-965b-f5792f59b6a3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6d755eda-403d-49cd-96e4-8f7cf6dcf1b2 ModelInvariantUuid:e9bf7611-0d36-4db1-ad75-56c3aa137269 ModelName:vFW bcbfb258-afdf-nodes.vsnCvfc ModelUuid:ffd1914e-8bc7-489f-ad30-b4fa973a4cdf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:fea5e7b1-61e2-4dfe-9dc5-4581f72bbef2 ModelInvariantUuid:9e9c4923-68fc-4e28-a484-e9b7d427e8fd ModelName:VfwBcbfb258Afdf.compute.nodes.heat.vsn ModelUuid:1c4c6c29-d6a0-4662-8ccb-1b9b8a813f6c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b6e81456-66e0-4202-9ce2-af698049e954 ModelInvariantUuid:12eb2312-46dc-40ab-92c1-be13a2d9ab67 ModelName:vFW bcbfb258-afdf-nodes.vpgCvfc ModelUuid:60ac3929-7c19-42e4-8c57-29a437845e55 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:86c15eef-ee8f-4dd9-9d66-5e01c78728ad ModelInvariantUuid:eae308fe-5f44-4fb4-a1e9-f2436789855b ModelName:VfwBcbfb258Afdf.compute.nodes.heat.vpg ModelUuid:3a2c5971-3b2c-4367-a745-71f5d2c055f0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-27T05:33:27.256Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 61743ea2-c657-4976-8c24-0c47b6e548c7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:33:27.376Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||vFW bcbfb258-afdf 0 2021-10-27T05:33:27.384Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61743ea2-c657-4976-8c24-0c47b6e548c7 2021-10-27T05:33:27.384Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2769aa39-c8b5-46a7-89e4-83a0c8e76f8a from URL: /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json 2021-10-27T05:33:27.384Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-27T05:33:27.384Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json 2021-10-27T05:33:27.545Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-27T05:33:27.546Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json 2769aa39-c8b5-46a7-89e4-83a0c8e76f8a 785 2021-10-27T05:33:27.546Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json ASDC sendASDCNotification 2021-10-27T05:33:27.546Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json 2021-10-27T05:33:27.546Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:33:27.547Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:27.549Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:27.549Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312807546, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:33:27.649Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:27.650Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:27.651Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:27.661Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:27.662Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:28.550Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBcbfb258Afdf..base_vfw..module-0", "vfModuleModelInvariantUUID": "3dda02d3-0d4b-41ed-8549-6e1f2f87f963", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b79efa8d-cfb1-447e-a519-d32a44293cd4", "vfModuleModelCustomizationUUID": "5a2d825e-5772-4b1f-93c7-33c32396edd2", "isBase": true, "artifacts": [ "af4f825f-350c-458d-8965-692d9c06d0c7", "6f15fc91-0bdb-4236-a66a-133abe62993c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:33:28.567Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBcbfb258Afdf..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b79efa8d-cfb1-447e-a519-d32a44293cd4 VfModuleModelInvariantUUID:3dda02d3-0d4b-41ed-8549-6e1f2f87f963 VfModuleModelDescription:NULL Artifacts UUID List:{ af4f825f-350c-458d-8965-692d9c06d0c7 , 6f15fc91-0bdb-4236-a66a-133abe62993c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:33:28.572Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwBcbfb258Afdf..base_vfw..module-0", "vfModuleModelInvariantUUID": "3dda02d3-0d4b-41ed-8549-6e1f2f87f963", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b79efa8d-cfb1-447e-a519-d32a44293cd4", "vfModuleModelCustomizationUUID": "5a2d825e-5772-4b1f-93c7-33c32396edd2", "isBase": true, "artifacts": [ "af4f825f-350c-458d-8965-692d9c06d0c7", "6f15fc91-0bdb-4236-a66a-133abe62993c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:33:28.572Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwBcbfb258Afdf..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b79efa8d-cfb1-447e-a519-d32a44293cd4 VfModuleModelInvariantUUID:3dda02d3-0d4b-41ed-8549-6e1f2f87f963 VfModuleModelDescription:NULL Artifacts UUID List:{ af4f825f-350c-458d-8965-692d9c06d0c7 , 6f15fc91-0bdb-4236-a66a-133abe62993c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:33:28.572Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: af4f825f-350c-458d-8965-692d9c06d0c7 from URL: /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml 2021-10-27T05:33:28.573Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-27T05:33:28.573Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml 2021-10-27T05:33:28.740Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-27T05:33:28.745Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml af4f825f-350c-458d-8965-692d9c06d0c7 20368 2021-10-27T05:33:28.745Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-27T05:33:28.745Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml 2021-10-27T05:33:28.747Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:33:28.747Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:28.749Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:28.753Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312808745, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:33:28.850Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-10-27T05:33:28.850Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:28.851Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:28.869Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:28.870Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:33:29.754Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f15fc91-0bdb-4236-a66a-133abe62993c from URL: /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env 2021-10-27T05:33:29.754Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-27T05:33:29.755Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env 2021-10-27T05:33:30.024Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-27T05:33:30.024Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env 6f15fc91-0bdb-4236-a66a-133abe62993c 2098 2021-10-27T05:33:30.024Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-27T05:33:30.024Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env 2021-10-27T05:33:30.025Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:33:30.025Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:30.027Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:30.028Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312810024, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:33:30.128Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:30.128Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:30.128Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:30.142Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:30.142Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:31.028Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 326949d1-e5e3-4597-b0d0-b249794811a4 2021-10-27T05:33:31.029Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bcbfb258-afdf 0 61743ea2-c657-4976-8c24-0c47b6e548c7 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:33:31.064Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27167c50, org.onap.sdc.toscaparser.api.parameters.Input@52b4f26, org.onap.sdc.toscaparser.api.parameters.Input@59d173aa, org.onap.sdc.toscaparser.api.parameters.Input@74a6e471, org.onap.sdc.toscaparser.api.parameters.Input@6046e249] 2021-10-27T05:33:31.067Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.068Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:31.068Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-10-27T05:33:31.068Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f1853efe-80bc-4ddf-9b84-44e4b4f08f4b 2021-10-27T05:33:31.068Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f1853efe-80bc-4ddf-9b84-44e4b4f08f4b matches Tosca VF Customization UUID: f1853efe-80bc-4ddf-9b84-44e4b4f08f4b 2021-10-27T05:33:31.068Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f1853efe-80bc-4ddf-9b84-44e4b4f08f4b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-27T05:33:31.073Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.073Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:31.074Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f1853efe-80bc-4ddf-9b84-44e4b4f08f4b: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-10-27T05:33:31.074Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ec3b5c8 2021-10-27T05:33:31.074Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.075Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-27T05:33:31.075Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a2d825e-5772-4b1f-93c7-33c32396edd2 2021-10-27T05:33:31.076Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a2d825e-5772-4b1f-93c7-33c32396edd2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-27T05:33:31.080Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.080Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria 2021-10-27T05:33:31.080Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:33:31.081Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.081Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria 2021-10-27T05:33:31.081Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria 2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-27T05:33:31.082Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-27T05:33:31.083Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-27T05:33:31.084Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f60f468a-f295-4261-8742-50da03235022 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-27T05:33:31.095Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.095Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria 2021-10-27T05:33:31.095Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:33:31.095Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria 2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-27T05:33:31.096Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-27T05:33:31.097Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:31.097Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-27T05:33:31.097Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-27T05:33:31.097Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d755eda-403d-49cd-96e4-8f7cf6dcf1b2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-27T05:33:31.098Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.099Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria 2021-10-27T05:33:31.099Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is not matching search criteria 2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-27T05:33:31.102Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-27T05:33:31.103Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b6e81456-66e0-4202-9ce2-af698049e954 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-27T05:33:31.104Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.105Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria 2021-10-27T05:33:31.105Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:33:31.105Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.105Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Node template vFW bcbfb258-afdf 0 is matching search criteria 2021-10-27T05:33:31.105Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bcbfb258-afdf 0] matching following query criteria: sdcType=VF, customizationUUID=f1853efe-80bc-4ddf-9b84-44e4b4f08f4b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:33:31.106Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.106Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:31.106Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 326949d1-e5e3-4597-b0d0-b249794811a4: vFW bcbfb258-afdf 2021-10-27T05:33:31.106Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.106Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.107Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:31.108Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:33:31.108Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-27 05-29-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:33:31.108Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-10-27 05-29-37 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:33:31.408Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bcbfb258-afdf 61743ea2-c657-4976-8c24-0c47b6e548c7 1 ASDC deployResourceStructure 2021-10-27T05:33:31.409Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json ASDC sendASDCNotification 2021-10-27T05:33:31.409Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json 2021-10-27T05:33:31.409Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:33:31.409Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:31.410Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:31.411Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312811409, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:33:31.511Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:31.512Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:31.512Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:31.524Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:31.525Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:32.412Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-27T05:33:32.412Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml 2021-10-27T05:33:32.412Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:33:32.413Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:32.414Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:32.415Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312812412, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:33:32.515Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:32.516Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:32.516Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:32.529Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:32.530Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:33.416Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-27T05:33:33.416Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env 2021-10-27T05:33:33.416Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:33:33.417Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:33.420Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:33.421Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312813416, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-27T05:33:33.520Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-27T05:33:33.521Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:33.521Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:33.537Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:33.537Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:34.421Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar ASDC sendASDCNotification 2021-10-27T05:33:34.422Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar 2021-10-27T05:33:34.422Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:33:34.422Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:33:34.424Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:33:34.424Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312814421, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:33:34.524Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:33:34.525Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:33:34.525Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:33:34.538Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:33:34.539Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:33:35.425Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:33:35.454Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:33:35.457Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:33:35.457Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:33:35.457Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:34:05.458Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:34:05.470Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:34:05.472Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:34:05.472Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:34:05.473Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:34:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:34:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:34:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:34:08.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:34:08.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:34:08.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "dcae-sch", "timestamp": 1635312789935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:34:08.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:34:35.473Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:34:35.485Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:34:35.487Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:34:35.488Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:34:35.488Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:35:05.488Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:35:05.498Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:35:05.501Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:35:05.501Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:35:05.502Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:35:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:35:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:35:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:35:08.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:35:08.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:35:08.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "policy-id", "timestamp": 1635312788815, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:35:08.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:35:35.502Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:35:35.514Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:35:35.517Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:35:35.517Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:35:35.517Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:36:05.517Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:36:05.528Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:36:05.530Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:36:05.530Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:36:05.530Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:36:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:36:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:36:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:36:08.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:36:08.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312786305, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:36:08.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "dcae-sch", "timestamp": 1635312789935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "policy-id", "timestamp": 1635312788815, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:36:08.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312786305, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-27T05:36:08.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "dcae-sch", "timestamp": 1635312789935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "policy-id", "timestamp": 1635312788815, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-27T05:36:08.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-27T05:36:08.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312786305, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "dcae-sch", "timestamp": 1635312789935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "policy-id", "timestamp": 1635312788815, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312786305, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-27T05:36:08.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "dcae-sch", "timestamp": 1635312789935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "policy-id", "timestamp": 1635312788815, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-27T05:36:08.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "cds", "timestamp": 1635312797236, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312786305, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "dcae-sch", "timestamp": 1635312789935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "policy-id", "timestamp": 1635312788815, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "cds", "timestamp": 1635312797236, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312786305, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "dcae-sch", "timestamp": 1635312789935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "policy-id", "timestamp": 1635312788815, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312788642, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312798935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "clamp", "timestamp": 1635312799134, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "cds", "timestamp": 1635312797236, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312798935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "clamp", "timestamp": 1635312799134, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "ves-openapi-manager", "timestamp": 1635312800175, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "cds", "timestamp": 1635312797236, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312801065, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "policy-id", "timestamp": 1635312801087, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312798935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "clamp", "timestamp": 1635312799134, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "ves-openapi-manager", "timestamp": 1635312800175, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312801864, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "cds", "timestamp": 1635312797236, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "policy-id", "timestamp": 1635312802093, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312802533, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312798935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "clamp", "timestamp": 1635312799134, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "ves-openapi-manager", "timestamp": 1635312800175, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "cds", "timestamp": 1635312797236, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "policy-id", "timestamp": 1635312803097, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:36:08.709Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 2021-10-27T05:36:08.709Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:36:08.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312798935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "clamp", "timestamp": 1635312799134, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "ves-openapi-manager", "timestamp": 1635312800175, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "cds", "timestamp": 1635312797236, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312804164, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.719Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312798935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "clamp", "timestamp": 1635312799134, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "ves-openapi-manager", "timestamp": 1635312800175, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312805320, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:36:08.726Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 2021-10-27T05:36:08.726Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-27T05:36:08.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "cds", "timestamp": 1635312805491, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312798935, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "clamp", "timestamp": 1635312799134, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "ves-openapi-manager", "timestamp": 1635312800175, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "multicloud-k8s-id", "timestamp": 1635312806323, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "cds", "timestamp": 1635312806504, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:36:08.744Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 2021-10-27T05:36:08.744Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:36:08.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "ves-openapi-manager", "timestamp": 1635312800175, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312806868, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.757Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312807546, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312808745, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.758Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "aai-ml", "timestamp": 1635312808231, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "aai-ml", "timestamp": 1635312808231, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312810024, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.759Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "aai-ml", "timestamp": 1635312808231, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312811409, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vfwbcbfb258afdf0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "aai-ml", "timestamp": 1635312808231, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312812324, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312812412, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "aai-ml", "timestamp": 1635312808231, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312813330, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:36:08.767Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 2021-10-27T05:36:08.767Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:36:08.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312813416, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/resourceInstances/vfwbcbfb258afdf0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "aai-ml", "timestamp": 1635312808231, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635312814421, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "aai-ml", "timestamp": 1635312808231, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "aai-ml", "timestamp": 1635312816615, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "clamp", "timestamp": 1635312820889, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "ves-openapi-manager", "timestamp": 1635312820176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "cds", "timestamp": 1635312812236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "clamp", "timestamp": 1635312821964, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "ves-openapi-manager", "timestamp": 1635312820176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "cds", "timestamp": 1635312812236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "clamp", "timestamp": 1635312822968, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:36:08.790Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 2021-10-27T05:36:08.791Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:36:08.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "ves-openapi-manager", "timestamp": 1635312820176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "cds", "timestamp": 1635312812236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "ves-openapi-manager", "timestamp": 1635312820176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "cds", "timestamp": 1635312812236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "ves-openapi-manager", "timestamp": 1635312820176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "cds", "timestamp": 1635312812236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "ves-openapi-manager", "timestamp": 1635312820176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "cds", "timestamp": 1635312812236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312826305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "ves-openapi-manager", "timestamp": 1635312820176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "cds", "timestamp": 1635312812236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312826305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:36:08.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "cds", "timestamp": 1635312828549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312826305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-27T05:36:08.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "policy-id", "timestamp": 1635312828815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "cds", "timestamp": 1635312829553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:36:08.822Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a 2021-10-27T05:36:08.822Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:36:08.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312828935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "clamp", "timestamp": 1635312829141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312826305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "policy-id", "timestamp": 1635312828815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312828935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "dcae-sch", "timestamp": 1635312829935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "clamp", "timestamp": 1635312829141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:36:08.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312826305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-27T05:36:08.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "policy-id", "timestamp": 1635312828815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-27T05:36:08.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312828935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "dcae-sch", "timestamp": 1635312829935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "clamp", "timestamp": 1635312829141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312826305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "policy-id", "timestamp": 1635312828815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312828935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "dcae-sch", "timestamp": 1635312829935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "clamp", "timestamp": 1635312829141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "aai-ml", "timestamp": 1635312832784, "artifactURL": "/sdc/v1/catalog/services/Vfw20211027052937/1.0/artifacts/service-Vfw20211027052937-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312826305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "policy-id", "timestamp": 1635312828815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312828935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "dcae-sch", "timestamp": 1635312829935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "clamp", "timestamp": 1635312829141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "aai-ml", "timestamp": 1635312833790, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:36:08.847Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 2021-10-27T05:36:08.848Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:36:08.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312834161, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "policy-id", "timestamp": 1635312828815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312828935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "dcae-sch", "timestamp": 1635312829935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "clamp", "timestamp": 1635312829141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312835368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.859Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "policy-id", "timestamp": 1635312828815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312828935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "dcae-sch", "timestamp": 1635312829935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "clamp", "timestamp": 1635312829141, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "dcae-sch", "timestamp": 1635312829935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312836651, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "policy-id", "timestamp": 1635312836731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312836967, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312837689, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:36:08.871Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a 2021-10-27T05:36:08.871Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:36:08.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "policy-id", "timestamp": 1635312837735, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.882Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "multicloud-k8s-id", "timestamp": 1635312838693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "policy-id", "timestamp": 1635312838739, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:36:08.889Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a 2021-10-27T05:36:08.890Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-27T05:36:08.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "aai-ml", "timestamp": 1635312838231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312839841, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.898Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "aai-ml", "timestamp": 1635312838231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635312840845, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:36:08.904Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a 2021-10-27T05:36:08.904Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:36:08.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "aai-ml", "timestamp": 1635312838231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "aai-ml", "timestamp": 1635312838231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "clamp", "timestamp": 1635312842864, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "aai-ml", "timestamp": 1635312838231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "aai-ml", "timestamp": 1635312838231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:36:08.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "clamp", "timestamp": 1635312844874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:36:08.919Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:08.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "aai-ml", "timestamp": 1635312838231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:36:08.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:36:08.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "clamp", "timestamp": 1635312845877, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:36:08.926Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a 2021-10-27T05:36:08.926Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:36:08.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:36:08.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "aai-ml", "timestamp": 1635312845963, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:36:08.937Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:36:35.531Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:36:35.549Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:36:35.552Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:36:35.553Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:36:35.560Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-27T05:37:05.561Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-27T05:37:05.574Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 and serviceModelVersionId: 326949d1-e5e3-4597-b0d0-b249794811a4 2021-10-27T05:37:05.574Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ce9eef6-8547-407a-9277-1b729e3d250a 2021-10-27T05:37:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:37:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:37:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:09.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:09.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:37:09.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "aai-ml", "timestamp": 1635312854736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:37:09.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:37:09.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:37:09.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "aai-ml", "timestamp": 1635312855740, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:37:09.183Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e02733f-2023-4a71-b14c-dc223ae4020a 2021-10-27T05:37:09.183Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e02733f-2023-4a71-b14c-dc223ae4020a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:37:25.206Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0 2021-10-27T05:37:25.384Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-10-27T05:37:25.926Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0|INFO|500||Invoke 2021-10-27T05:37:25.933Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[14441023-2739-4be2-b6f9-f4e5ca4ca8d7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f987a86e-f4c2-4513-8e98-170a52e0cbfc], X-ECOMP-RequestID=[14441023-2739-4be2-b6f9-f4e5ca4ca8d7], X-TransactionId=[], X-ONAP-RequestID=[14441023-2739-4be2-b6f9-f4e5ca4ca8d7], Content-Type=[application/merge-patch+json]} 2021-10-27T05:37:26.066Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-27T05:37:26.338Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?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/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211027-05:37:26:075-51776], vertex-id=[180336], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:37:26 GMT], Content-Type=[application/json]} 2021-10-27T05:37:26.340Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-27T05:37:26.340Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce9eef6-8547-407a-9277-1b729e3d250a/model-vers/model-ver/326949d1-e5e3-4597-b0d0-b249794811a4?depth=0|INFO|500||InvokeReturn 2021-10-27T05:37:26.343Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-27T05:37:26.344Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:37:26.348Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-27T05:37:26.357Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14441023-2739-4be2-b6f9-f4e5ca4ca8d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-27T05:37:26.358Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-27T05:37:26.359Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:26.361Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:26.361Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313046357, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:37:26.461Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-27T05:37:26.462Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:26.462Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:26.476Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:26.476Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:37:27.375Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:37:27.376Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:37:27.376Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:31.791Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:31.792Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-27T05:37:31.793Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e02733f-2023-4a71-b14c-dc223ae4020a","serviceName":"basic_onboard_mfLQYy","serviceVersion":"1.0","serviceUUID":"dd6d776e-67ce-4866-91aa-38659f7c82b5","serviceDescription":"service","serviceInvariantUUID":"ba51980f-133f-4829-b8b8-b0171895b7a1","resources":[{"resourceInstanceName":"basic_onboard_mfLQYy 0","resourceName":"basic_onboard_mfLQYy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0152b78-a8a4-400c-a4b8-02ce1543c470","resourceInvariantUUID":"143e7397-ceba-45a2-b7e6-e13fad284e5f","resourceCustomizationUUID":"c0043e38-0763-421a-89e2-abea189ed6ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml","artifactChecksum":"YWVmNzFhY2E0MTQ4MThkYjVkMDhhYzczMWNkN2ZlZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e2e48da4-45c6-46ff-bcff-4a6062652679","artifactVersion":"1"},{"artifactName":"basic_onboard_mflqyy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json","artifactChecksum":"MTUyYzIzNjRkNTEwMDNkZTgzNjMzZjJlOTNmMDJiOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"376dc4fa-f78e-48e8-9b0a-b103c08dd107","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a54ce0c3-42b0-4f82-adf3-6f2bf1929934","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa0c08cb-6660-45d8-a88d-b7de812f929b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb637cca-4d2a-4f7b-93a8-2ef035256aa9","artifactVersion":"2","generatedFromUUID":"a54ce0c3-42b0-4f82-adf3-6f2bf1929934"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMflqyy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml","artifactChecksum":"ZDZiMTlmMDYyZmM5N2M0MWVkYWZlOTFjZWE1NzY3YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ae02625-31d3-4d2e-a3c8-fd49c181a0b4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMflqyy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar","artifactChecksum":"YzBmZTNlNjUwZTFhMjUwZGYxMDRlOTY0M2E3NjE3NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f091dd4-641e-4f00-b948-4436ce6b9286","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-27T05:37:31.796Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:37:31.796Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:31.799Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:31.799Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:37:31.899Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:31.900Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:31.900Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:31.913Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:31.914Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:32.800Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:37:32.800Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:32.802Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:32.802Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:37:32.902Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:32.903Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:32.903Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:32.916Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:32.916Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:37:33.803Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:37:33.803Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:33.805Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:33.805Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-27T05:37:33.906Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:33.907Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:33.907Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:33.921Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:33.922Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:34.806Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:37:34.807Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:34.809Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:34.809Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:37:34.910Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:37:34.911Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:34.911Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:34.923Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:34.924Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:35.810Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:37:35.811Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:35.812Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:35.812Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-27T05:37:35.912Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:35.913Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:35.913Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:35.927Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:35.927Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:36.812Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:37:36.813Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:36.815Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:36.815Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:37:36.916Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:37:36.917Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:36.917Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:36.932Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:36.932Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:37:37.816Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:37:37.817Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:37.818Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:37.819Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:37:37.919Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:37.919Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:37.920Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:37.931Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:37.932Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:38.820Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "serviceName": "basic_onboard_mfLQYy", "serviceVersion": "1.0", "serviceUUID": "dd6d776e-67ce-4866-91aa-38659f7c82b5", "serviceDescription": "service", "serviceInvariantUUID": "ba51980f-133f-4829-b8b8-b0171895b7a1", "resources": [ { "resourceInstanceName": "basic_onboard_mfLQYy 0", "resourceCustomizationUUID": "c0043e38-0763-421a-89e2-abea189ed6ce", "resourceName": "basic_onboard_mfLQYy", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a0152b78-a8a4-400c-a4b8-02ce1543c470", "resourceInvariantUUID": "143e7397-ceba-45a2-b7e6-e13fad284e5f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_mflqyy0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "artifactChecksum": "MTUyYzIzNjRkNTEwMDNkZTgzNjMzZjJlOTNmMDJiOTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "376dc4fa-f78e-48e8-9b0a-b103c08dd107", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a54ce0c3-42b0-4f82-adf3-6f2bf1929934", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cb637cca-4d2a-4f7b-93a8-2ef035256aa9", "generatedFromUUID": "a54ce0c3-42b0-4f82-adf3-6f2bf1929934" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cb637cca-4d2a-4f7b-93a8-2ef035256aa9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardMflqyy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "artifactChecksum": "YzBmZTNlNjUwZTFhMjUwZGYxMDRlOTY0M2E3NjE3NzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6f091dd4-641e-4f00-b948-4436ce6b9286" } ], "workloadContext": "Production" } 2021-10-27T05:37:38.820Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-27T05:37:38.820Z|14441023-2739-4be2-b6f9-f4e5ca4ca8d7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dd6d776e-67ce-4866-91aa-38659f7c82b5 ASDC 2021-10-27T05:37:38.821Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:7e02733f-2023-4a71-b14c-dc223ae4020a ServiceName:basic_onboard_mfLQYy ServiceVersion:1.0 ServiceUUID:dd6d776e-67ce-4866-91aa-38659f7c82b5 ServiceInvariantUUID:ba51980f-133f-4829-b8b8-b0171895b7a1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardMflqyy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar ArtifactUUID:6f091dd4-641e-4f00-b948-4436ce6b9286 ArtifactChecksum:YzBmZTNlNjUwZTFhMjUwZGYxMDRlOTY0M2E3NjE3NzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_mfLQYy 0 ResourceCustomizationUUID:c0043e38-0763-421a-89e2-abea189ed6ce ResourceInvariantUUID:143e7397-ceba-45a2-b7e6-e13fad284e5f ResourceName:basic_onboard_mfLQYy ResourceType:VF ResourceUUID:a0152b78-a8a4-400c-a4b8-02ce1543c470 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_mflqyy0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json ArtifactUUID:376dc4fa-f78e-48e8-9b0a-b103c08dd107 ArtifactChecksum:MTUyYzIzNjRkNTEwMDNkZTgzNjMzZjJlOTNmMDJiOTc= 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/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml ArtifactUUID:a54ce0c3-42b0-4f82-adf3-6f2bf1929934 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/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env ArtifactUUID:cb637cca-4d2a-4f7b-93a8-2ef035256aa9 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/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env ArtifactUUID:cb637cca-4d2a-4f7b-93a8-2ef035256aa9 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-27T05:37:38.821Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd6d776e-67ce-4866-91aa-38659f7c82b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:37:38.857Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:37:38.858Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-10-27T05:37:38.858Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-10-27T05:37:38.858Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f091dd4-641e-4f00-b948-4436ce6b9286 from URL: /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:38.858Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-27T05:37:38.858Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:39.358Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-27T05:37:39.363Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar 6f091dd4-641e-4f00-b948-4436ce6b9286 71366 2021-10-27T05:37:39.363Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar ASDC sendASDCNotification 2021-10-27T05:37:39.363Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:39.363Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:37:39.364Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:39.366Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:39.366Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313059363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:37:39.466Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:39.466Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:39.466Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:39.484Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:39.485Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:40.366Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:37:40.367Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-10-27T05:37:40.368Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6f091dd4-641e-4f00-b948-4436ce6b9286, URL: /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar to file: /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:40.368Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:40.368Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:40.368Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:40.755Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7831187161626665049/Definitions/service-BasicOnboardMflqyy-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-10-27T05:37:42.070Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||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-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:42.071Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mfLQYy 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-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria 2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:37:42.072Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria 2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:42.073Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is not matching search criteria 2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.074Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria 2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria 2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.075Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria 2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is not matching search criteria 2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fa4e286f-a39e-485b-beb6-7627d38fcdec 2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.076Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:42.077Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.077Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:42.077Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:42.077Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:42.077Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_mfLQYy Description:service Model UUID:dd6d776e-67ce-4866-91aa-38659f7c82b5 Model Version:NULL Model InvariantUuid:ba51980f-133f-4829-b8b8-b0171895b7a1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_mfLQYy Model UUID:26b68f0c-388b-430a-88a5-4ed23e86d4c5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:143e7397-ceba-45a2-b7e6-e13fad284e5f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c0043e38-0763-421a-89e2-abea189ed6ce NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e16d5712-5147-40a3-ba76-17aeccb9481c ModelName:BasicOnboardMflqyy..base_ubuntu18..module-0 ModelUuid:f07742d3-68e3-4169-8e44-d2d5ecb91b6d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fa4e286f-a39e-485b-beb6-7627d38fcdec ModelInvariantUuid:d6e61e5c-b97e-4533-bd64-852a4096d653 ModelName:basic_onboard_mfLQYy-nodes.ubuntu18Cvfc ModelUuid:c395c74f-1584-416a-bd7b-ea185e6ef06c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:9853417e-6c7b-423e-abd8-b0a79554b22a ModelInvariantUuid:682ae3c4-8afb-4dea-9e1d-333eaf95655a ModelName:BasicOnboardMflqyy.compute.nodes.heat.ubuntu18 ModelUuid:39693d74-d38a-4b6f-bc52-f25a3ceb9513 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-27T05:37:42.080Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a0152b78-a8a4-400c-a4b8-02ce1543c470 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:37:42.082Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||basic_onboard_mfLQYy 0 2021-10-27T05:37:42.083Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a0152b78-a8a4-400c-a4b8-02ce1543c470 2021-10-27T05:37:42.083Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 376dc4fa-f78e-48e8-9b0a-b103c08dd107 from URL: /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json 2021-10-27T05:37:42.083Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-27T05:37:42.083Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json 2021-10-27T05:37:42.227Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-27T05:37:42.228Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json 376dc4fa-f78e-48e8-9b0a-b103c08dd107 798 2021-10-27T05:37:42.228Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json ASDC sendASDCNotification 2021-10-27T05:37:42.229Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json 2021-10-27T05:37:42.229Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:37:42.229Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:42.236Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:42.236Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313062228, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:37:42.336Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:42.337Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:42.337Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:42.350Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:42.351Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:43.237Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMflqyy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e16d5712-5147-40a3-ba76-17aeccb9481c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f07742d3-68e3-4169-8e44-d2d5ecb91b6d", "vfModuleModelCustomizationUUID": "f878f1f3-1430-45b5-a730-95599fa61ef3", "isBase": true, "artifacts": [ "a54ce0c3-42b0-4f82-adf3-6f2bf1929934", "cb637cca-4d2a-4f7b-93a8-2ef035256aa9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:37:43.241Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMflqyy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f07742d3-68e3-4169-8e44-d2d5ecb91b6d VfModuleModelInvariantUUID:e16d5712-5147-40a3-ba76-17aeccb9481c VfModuleModelDescription:NULL Artifacts UUID List:{ a54ce0c3-42b0-4f82-adf3-6f2bf1929934 , cb637cca-4d2a-4f7b-93a8-2ef035256aa9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:37:43.244Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMflqyy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e16d5712-5147-40a3-ba76-17aeccb9481c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f07742d3-68e3-4169-8e44-d2d5ecb91b6d", "vfModuleModelCustomizationUUID": "f878f1f3-1430-45b5-a730-95599fa61ef3", "isBase": true, "artifacts": [ "a54ce0c3-42b0-4f82-adf3-6f2bf1929934", "cb637cca-4d2a-4f7b-93a8-2ef035256aa9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:37:43.249Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMflqyy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f07742d3-68e3-4169-8e44-d2d5ecb91b6d VfModuleModelInvariantUUID:e16d5712-5147-40a3-ba76-17aeccb9481c VfModuleModelDescription:NULL Artifacts UUID List:{ a54ce0c3-42b0-4f82-adf3-6f2bf1929934 , cb637cca-4d2a-4f7b-93a8-2ef035256aa9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:37:43.249Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a54ce0c3-42b0-4f82-adf3-6f2bf1929934 from URL: /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml 2021-10-27T05:37:43.249Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-27T05:37:43.249Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml 2021-10-27T05:37:43.444Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-27T05:37:43.444Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml a54ce0c3-42b0-4f82-adf3-6f2bf1929934 5033 2021-10-27T05:37:43.444Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-27T05:37:43.444Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml 2021-10-27T05:37:43.445Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:37:43.445Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:43.447Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:43.447Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313063444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:37:43.547Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:43.548Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:43.548Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:43.563Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:43.563Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:37:44.447Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cb637cca-4d2a-4f7b-93a8-2ef035256aa9 from URL: /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env 2021-10-27T05:37:44.448Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-10-27T05:37:44.448Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env 2021-10-27T05:37:44.554Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-10-27T05:37:44.555Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env cb637cca-4d2a-4f7b-93a8-2ef035256aa9 909 2021-10-27T05:37:44.555Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-27T05:37:44.555Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env 2021-10-27T05:37:44.555Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:37:44.555Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:44.557Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:44.557Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313064555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:37:44.658Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-27T05:37:44.658Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:44.658Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:44.671Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:44.671Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:45.558Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: dd6d776e-67ce-4866-91aa-38659f7c82b5 2021-10-27T05:37:45.559Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mfLQYy 0 a0152b78-a8a4-400c-a4b8-02ce1543c470 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:37:45.568Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36982d80, org.onap.sdc.toscaparser.api.parameters.Input@4b762f1b, org.onap.sdc.toscaparser.api.parameters.Input@2385dcf8, org.onap.sdc.toscaparser.api.parameters.Input@568aeb6f, org.onap.sdc.toscaparser.api.parameters.Input@21893813] 2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c0043e38-0763-421a-89e2-abea189ed6ce 2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0043e38-0763-421a-89e2-abea189ed6ce matches Tosca VF Customization UUID: c0043e38-0763-421a-89e2-abea189ed6ce 2021-10-27T05:37:45.570Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c0043e38-0763-421a-89e2-abea189ed6ce matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-27T05:37:45.572Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.572Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:45.572Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c0043e38-0763-421a-89e2-abea189ed6ce: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-10-27T05:37:45.572Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9174bdb 2021-10-27T05:37:45.573Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.573Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-27T05:37:45.573Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f878f1f3-1430-45b5-a730-95599fa61ef3 2021-10-27T05:37:45.573Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f878f1f3-1430-45b5-a730-95599fa61ef3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-27T05:37:45.575Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.575Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria 2021-10-27T05:37:45.575Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:37:45.575Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.575Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria 2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is not matching search criteria 2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-27T05:37:45.576Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fa4e286f-a39e-485b-beb6-7627d38fcdec Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-27T05:37:45.578Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.578Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria 2021-10-27T05:37:45.578Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:37:45.578Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.579Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_mfLQYy 0 is matching search criteria 2021-10-27T05:37:45.579Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_mfLQYy 0] matching following query criteria: sdcType=VF, customizationUUID=c0043e38-0763-421a-89e2-abea189ed6ce Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:37:45.580Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.580Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:45.580Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid dd6d776e-67ce-4866-91aa-38659f7c82b5: basic_onboard_mfLQYy 2021-10-27T05:37:45.580Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.580Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.581Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:45.582Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:37:45.582Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_mfLQYy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:37:45.582Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_mfLQYy Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:37:45.639Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mfLQYy a0152b78-a8a4-400c-a4b8-02ce1543c470 1 ASDC deployResourceStructure 2021-10-27T05:37:45.639Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json ASDC sendASDCNotification 2021-10-27T05:37:45.640Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json 2021-10-27T05:37:45.640Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:37:45.640Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:45.641Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:45.642Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313065639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:37:45.742Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:45.743Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:45.743Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:45.758Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:45.759Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:46.643Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-27T05:37:46.643Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml 2021-10-27T05:37:46.643Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:37:46.644Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:46.646Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:46.646Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313066642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:37:46.746Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:46.747Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:46.747Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:46.761Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:46.762Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:47.646Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-27T05:37:47.647Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env 2021-10-27T05:37:47.647Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:37:47.648Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:47.650Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:47.650Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313067646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-27T05:37:47.750Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:47.751Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:47.751Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:47.763Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:47.763Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:48.650Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar ASDC sendASDCNotification 2021-10-27T05:37:48.651Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar 2021-10-27T05:37:48.651Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:37:48.651Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:37:48.653Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:37:48.653Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313068650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:37:48.753Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:37:48.754Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:37:48.754Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:37:48.767Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:37:48.767Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:37:49.654Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e02733f-2023-4a71-b14c-dc223ae4020a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:37:49.667Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e02733f-2023-4a71-b14c-dc223ae4020a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:37:49.671Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:37:49.672Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:37:49.673Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:37:49.673Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:37:49.673Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:37:49.680Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-27T05:38:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:38:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:38:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:38:09.270Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:38:09.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14441023-2739-4be2-b6f9-f4e5ca4ca8d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313046357, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:38:09.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:38:09.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:38:09.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:38:09.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-27T05:38:09.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:38:09.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:38:09.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-27T05:38:09.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:38:09.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313047375, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:38:09.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313059363, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:38:09.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313062228, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313063444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313064555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313065639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/basic_onboard_mflqyy0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:38:09.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313066642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:38:09.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313067646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/resourceInstances/basic_onboard_mflqyy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-27T05:38:09.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-27T05:38:09.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313068650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMflqyy/1.0/artifacts/service-BasicOnboardMflqyy-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:38:09.276Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:38:19.681Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e02733f-2023-4a71-b14c-dc223ae4020a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-27T05:38:19.686Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e02733f-2023-4a71-b14c-dc223ae4020a and serviceModelVersionId: dd6d776e-67ce-4866-91aa-38659f7c82b5 2021-10-27T05:38:19.687Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba51980f-133f-4829-b8b8-b0171895b7a1 2021-10-27T05:38:19.688Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?depth=0 2021-10-27T05:38:19.693Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-10-27T05:38:19.732Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-10-27T05:38:19.733Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?depth=0|INFO|500||Invoke 2021-10-27T05:38:19.764Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-27T05:38:20.362Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?depth=0|INFO|500||InvokeReturn 2021-10-27T05:38:20.363Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba51980f-133f-4829-b8b8-b0171895b7a1/model-vers/model-ver/dd6d776e-67ce-4866-91aa-38659f7c82b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211027-05:38:19:771-16947], vertex-id=[168144], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:38:19 GMT], Content-Type=[application/json]} 2021-10-27T05:38:20.364Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-10-27T05:38:20.364Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-27T05:38:20.364Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:38:20.367Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-27T05:38:20.367Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e02733f-2023-4a71-b14c-dc223ae4020a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-27T05:38:20.367Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-27T05:38:20.368Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:38:20.369Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:38:20.370Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313100367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:38:20.477Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2021-10-27T05:38:20.478Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:38:20.478Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:38:20.494Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:38:20.495Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:38:21.387Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:38:21.388Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:38:21.388Z|7e02733f-2023-4a71-b14c-dc223ae4020a|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:38:30.936Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:38:30.936Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:38:30.937Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:38:30.937Z|7e02733f-2023-4a71-b14c-dc223ae4020a|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:38:40.485Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:38:40.485Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:38:40.486Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:38:40.486Z|7e02733f-2023-4a71-b14c-dc223ae4020a|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:38:50.028Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:38:50.029Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:38:50.030Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:38:50.030Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:38:59.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:39:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:39:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:39:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:39:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:39:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:39:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:39:09.274Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:39:09.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-27T05:39:09.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e02733f-2023-4a71-b14c-dc223ae4020a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313100367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:39:09.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:39:18.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:40:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:40:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:40:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:40:08.644Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:40:08.645Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:40:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:40:18.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:40:18.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:41:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:41:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:41:08.642Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:41:08.644Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:41:08.645Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:41:08.645Z|7e02733f-2023-4a71-b14c-dc223ae4020a|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:41:18.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:41:18.190Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:42:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:42:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:42:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:42:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:42:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:42:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:42:18.203Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:42:18.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:43:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:43:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:43:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:43:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:43:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:43:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:43:18.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:43:18.197Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:44:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:44:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:44:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:44:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:44:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:44:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:44:18.209Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:44:18.209Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:45:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:45:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:45:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:45:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:45:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:45:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:45:18.199Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:45:18.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:46:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:46:08.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:46:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:46:08.644Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:46:08.645Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:46:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:46:18.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:46:18.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:47:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:47:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:47:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:47:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:47:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:47:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:47:18.231Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:47:18.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:48:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:48:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:48:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:48:08.645Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:48:08.648Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:48:08.648Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:48:18.200Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:48:18.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:08.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:49:08.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:49:08.643Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:49:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:49:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:09.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:09.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "cds", "timestamp": 1635313712236, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "ves-openapi-manager", "timestamp": 1635313720175, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "cds", "timestamp": 1635313712236, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "ves-openapi-manager", "timestamp": 1635313720175, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "cds", "timestamp": 1635313722927, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:49:09.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:49:09.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "cds", "timestamp": 1635313723934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:49:09.100Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d67fe017-19b6-4e7a-b1de-040b3f41a264 2021-10-27T05:49:09.101Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d67fe017-19b6-4e7a-b1de-040b3f41a264 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:49:09.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "multicloud-k8s-id", "timestamp": 1635313726305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "multicloud-k8s-id", "timestamp": 1635313726305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:49:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "policy-id", "timestamp": 1635313728815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313728935, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "clamp", "timestamp": 1635313729134, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "policy-id", "timestamp": 1635313728815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:49:09.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "dcae-sch", "timestamp": 1635313729935, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313728935, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:49:09.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "clamp", "timestamp": 1635313729134, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "dcae-sch", "timestamp": 1635313729935, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313732185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "policy-id", "timestamp": 1635313732167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "policy-id", "timestamp": 1635313733171, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:49:09.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:49:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313733739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:49:09.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:49:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "policy-id", "timestamp": 1635313734178, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:49:09.128Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d67fe017-19b6-4e7a-b1de-040b3f41a264 2021-10-27T05:49:09.129Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d67fe017-19b6-4e7a-b1de-040b3f41a264 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:49:09.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313734742, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:49:09.147Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d67fe017-19b6-4e7a-b1de-040b3f41a264 2021-10-27T05:49:09.148Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d67fe017-19b6-4e7a-b1de-040b3f41a264 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:49:09.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "cds", "timestamp": 1635313727236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "cds", "timestamp": 1635313727236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "cds", "timestamp": 1635313727236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "aai-ml", "timestamp": 1635313738231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "cds", "timestamp": 1635313727236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "aai-ml", "timestamp": 1635313738231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:49:09.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "cds", "timestamp": 1635313727236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "ves-openapi-manager", "timestamp": 1635313740175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "cds", "timestamp": 1635313727236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "aai-ml", "timestamp": 1635313741474, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:49:09.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:49:09.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "ves-openapi-manager", "timestamp": 1635313740175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "clamp", "timestamp": 1635313742020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:49:09.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:49:09.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "cds", "timestamp": 1635313727236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:49:09.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "ves-openapi-manager", "timestamp": 1635313740175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "ves-openapi-manager", "timestamp": 1635313740175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "cds", "timestamp": 1635313744237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:49:09.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:49:09.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "ves-openapi-manager", "timestamp": 1635313740175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "clamp", "timestamp": 1635313745022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:49:09.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:49:09.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "cds", "timestamp": 1635313745253, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:49:09.183Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 2021-10-27T05:49:09.183Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:49:09.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "ves-openapi-manager", "timestamp": 1635313740175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "clamp", "timestamp": 1635313746025, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:49:09.200Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d67fe017-19b6-4e7a-b1de-040b3f41a264 2021-10-27T05:49:09.200Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d67fe017-19b6-4e7a-b1de-040b3f41a264 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:49:09.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "ves-openapi-manager", "timestamp": 1635313740175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313746305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "aai-ml", "timestamp": 1635313746936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:49:09.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "aai-ml", "timestamp": 1635313747940, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:49:09.216Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d67fe017-19b6-4e7a-b1de-040b3f41a264 2021-10-27T05:49:09.216Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d67fe017-19b6-4e7a-b1de-040b3f41a264 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:49:09.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313746305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:49:09.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:49:09.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:09.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-27T05:49:09.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d67fe017-19b6-4e7a-b1de-040b3f41a264","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0966bd45-1bde-454a-97ca-c221ffc48e61","serviceDescription":"service","serviceInvariantUUID":"514468c7-2954-4bba-b706-9626d5cbc08c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0b9b6f3b-324e-4daf-9d1e-144a5646e4af","resourceInvariantUUID":"f23f96f5-3c1a-4e67-9203-915c9d0d6b9c","resourceCustomizationUUID":"8bc5bf49-7dc0-4142-97a9-b5f7ae259018","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":"MzdhMmYzMTk1M2EwZWZmOWI5NTQxYWE1N2EzZmM1OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85182d18-e9c6-403f-9fef-958c78e038c4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzAwYTMwN2QxMzFiMzdkMTZmMGU2NTIxOWQwNmM1YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32b70637-c07a-4352-86d6-3f1cc5472ccf","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-27T05:49:09.279Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:49:09.279Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:09.285Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:09.285Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:09.382Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-10-27T05:49:09.383Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:09.383Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:09.396Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:09.396Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:49:10.286Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:49:10.287Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:10.289Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:10.289Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:49:10.389Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:10.390Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:10.390Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:10.404Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:10.405Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:49:11.291Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "0966bd45-1bde-454a-97ca-c221ffc48e61", "serviceDescription": "service", "serviceInvariantUUID": "514468c7-2954-4bba-b706-9626d5cbc08c", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8bc5bf49-7dc0-4142-97a9-b5f7ae259018", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0b9b6f3b-324e-4daf-9d1e-144a5646e4af", "resourceInvariantUUID": "f23f96f5-3c1a-4e67-9203-915c9d0d6b9c", "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": "YzAwYTMwN2QxMzFiMzdkMTZmMGU2NTIxOWQwNmM1YjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "32b70637-c07a-4352-86d6-3f1cc5472ccf" } ], "workloadContext": "Production" } 2021-10-27T05:49:11.291Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-27T05:49:11.291Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0966bd45-1bde-454a-97ca-c221ffc48e61 ASDC 2021-10-27T05:49:11.292Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d67fe017-19b6-4e7a-b1de-040b3f41a264 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:0966bd45-1bde-454a-97ca-c221ffc48e61 ServiceInvariantUUID:514468c7-2954-4bba-b706-9626d5cbc08c 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:32b70637-c07a-4352-86d6-3f1cc5472ccf ArtifactChecksum:YzAwYTMwN2QxMzFiMzdkMTZmMGU2NTIxOWQwNmM1YjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8bc5bf49-7dc0-4142-97a9-b5f7ae259018 ResourceInvariantUUID:f23f96f5-3c1a-4e67-9203-915c9d0d6b9c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0b9b6f3b-324e-4daf-9d1e-144a5646e4af ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-10-27T05:49:11.292Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0966bd45-1bde-454a-97ca-c221ffc48e61 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:49:11.325Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:49:11.326Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:49:11.326Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:49:11.326Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 32b70637-c07a-4352-86d6-3f1cc5472ccf from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-27T05:49:11.326Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:49:11.326Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-27T05:49:11.469Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:49:11.473Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 32b70637-c07a-4352-86d6-3f1cc5472ccf 52177 2021-10-27T05:49:11.473Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-10-27T05:49:11.473Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-27T05:49:11.473Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:49:11.474Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:11.476Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:11.476Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313751473, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:49:11.576Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:11.576Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:11.577Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:11.592Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:11.593Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:49:12.476Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:49:12.477Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:49:12.478Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 32b70637-c07a-4352-86d6-3f1cc5472ccf, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-27T05:49:12.478Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-10-27T05:49:12.478Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-27T05:49:12.478Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-27T05:49:12.574Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP710288747557294247/Definitions/service-BasicNetwork-template.yml 2021-10-27T05:49:13.039Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|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-BasicNetwork-csar.csar 2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-27T05:49:13.040Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-27T05:49:13.041Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:49:13.042Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:49:13.042Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.042Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.043Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-27T05:49:13.043Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:49:13.043Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:49:13.043Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.043Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.044Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.045Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.045Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.045Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:0966bd45-1bde-454a-97ca-c221ffc48e61 Model Version:NULL Model InvariantUuid:514468c7-2954-4bba-b706-9626d5cbc08c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:f23f96f5-3c1a-4e67-9203-915c9d0d6b9c Model UUID:364470be-caa9-446a-8693-21bd51ee1f37 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8bc5bf49-7dc0-4142-97a9-b5f7ae259018 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-27T05:49:13.047Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 0b9b6f3b-324e-4daf-9d1e-144a5646e4af 2021-10-27T05:49:13.048Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||No resources found for Service: 0966bd45-1bde-454a-97ca-c221ffc48e61 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:49:13.051Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500|| 2021-10-27T05:49:13.051Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-10-27T05:49:13.051Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 0966bd45-1bde-454a-97ca-c221ffc48e61 2021-10-27T05:49:13.052Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0966bd45-1bde-454a-97ca-c221ffc48e61 2021-10-27T05:49:13.052Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-10-27T05:49:13.052Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:49:13.055Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e81f80f, org.onap.sdc.toscaparser.api.parameters.Input@99c7e57, org.onap.sdc.toscaparser.api.parameters.Input@5f504acb, org.onap.sdc.toscaparser.api.parameters.Input@6712539f, org.onap.sdc.toscaparser.api.parameters.Input@6b29ef2] 2021-10-27T05:49:13.056Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0966bd45-1bde-454a-97ca-c221ffc48e61: Generic NeutronNet 2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.057Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.058Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.058Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-10-27T05:49:13.087Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.087Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.088Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.088Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.088Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:13.088Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:13.088Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-27T05:49:13.139Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-10-27T05:49:13.139Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-10-27T05:49:13.140Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-27T05:49:13.140Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:49:13.140Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:13.141Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:13.141Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313753139, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:49:13.242Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:13.243Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:13.243Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:13.261Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:13.262Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:49:14.142Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d67fe017-19b6-4e7a-b1de-040b3f41a264 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:49:14.156Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d67fe017-19b6-4e7a-b1de-040b3f41a264 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:49:14.159Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:49:14.160Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:49:14.161Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|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=? 2021-10-27T05:49:14.168Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-27T05:49:44.168Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d67fe017-19b6-4e7a-b1de-040b3f41a264 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-27T05:49:44.175Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d67fe017-19b6-4e7a-b1de-040b3f41a264 and serviceModelVersionId: 0966bd45-1bde-454a-97ca-c221ffc48e61 2021-10-27T05:49:44.175Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 514468c7-2954-4bba-b706-9626d5cbc08c 2021-10-27T05:49:44.176Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0 2021-10-27T05:49:44.180Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-10-27T05:49:44.219Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0|INFO|500||Invoke 2021-10-27T05:49:44.219Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d67fe017-19b6-4e7a-b1de-040b3f41a264], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41a05b5b-a506-4ee3-aa45-023ad1942c74], X-ECOMP-RequestID=[d67fe017-19b6-4e7a-b1de-040b3f41a264], X-TransactionId=[], X-ONAP-RequestID=[d67fe017-19b6-4e7a-b1de-040b3f41a264], Content-Type=[application/merge-patch+json]} 2021-10-27T05:49:44.248Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-27T05:49:44.462Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?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/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211027-05:49:44:257-60633], vertex-id=[184400], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:49:44 GMT], Content-Type=[application/json]} 2021-10-27T05:49:44.462Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-27T05:49:44.463Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/514468c7-2954-4bba-b706-9626d5cbc08c/model-vers/model-ver/0966bd45-1bde-454a-97ca-c221ffc48e61?depth=0|INFO|500||InvokeReturn 2021-10-27T05:49:44.463Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-27T05:49:44.463Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|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=? 2021-10-27T05:49:44.468Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|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) 2021-10-27T05:49:44.468Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d67fe017-19b6-4e7a-b1de-040b3f41a264 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-27T05:49:44.468Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-27T05:49:44.469Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:44.470Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:44.471Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313784468, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:49:44.571Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:44.571Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:44.571Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:44.592Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:44.593Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:49:45.487Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-27T05:49:45.487Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b6b47026-c8ed-4c70-8ed9-27332dd5327c","serviceDescription":"service","serviceInvariantUUID":"ffe00b65-2667-4f32-91a1-6ccba21589b0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f65d7cf3-1cb6-494c-b2d9-293495132981","resourceInvariantUUID":"93906535-a504-4661-b874-2d935b653595","resourceCustomizationUUID":"269dba37-6869-42eb-addf-06683b54262e","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":"MTY5Nzg0MWRmZDNjNjYyMmIxNmY0M2E0ODZmYjUwNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8de10f2b-9fdf-4adf-b480-9d2c2b3dccc7","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":"MWY2OGZkYzI1NGZiMjdmY2JmYTQ2N2MzOGQzYWZlYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"da3ff995-3fc6-4650-b9d3-7d52000540fe","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":"fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7","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":"4c182195-4295-4290-9ffe-27495a692f85","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":"8fe55be4-eb66-4207-b08f-7fdac51e3091","artifactVersion":"2","generatedFromUUID":"fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjNhMmE3OGQyNGJmYWIxZWFiMTdkNDFhOTAzNzM3NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c54d30f0-facb-484d-9012-3973165d200e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGZhZWQxNThlMGVjNjQ1ZGZkOGFjMGRhYTQ4NzRkYTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae4af702-4338-4c45-9c89-9de373803c13","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-27T05:49:45.488Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:49:45.488Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:45.490Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:45.490Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:45.591Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:45.591Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:45.592Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:45.612Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:45.613Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:49:46.490Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:49:46.491Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:46.494Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:46.494Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:49:46.594Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:46.595Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:46.596Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:46.611Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:46.612Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:49:47.494Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:49:47.495Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:47.497Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:47.497Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-27T05:49:47.597Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:47.598Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:47.598Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:47.610Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:47.610Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:49:48.497Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:49:48.498Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:48.500Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:48.500Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:48.600Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:48.601Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:48.601Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:48.614Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:48.614Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:49:49.501Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:49:49.501Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:49.503Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:49.503Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-27T05:49:49.603Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:49.604Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:49.604Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:49.619Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:49.620Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:49:50.503Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:49:50.504Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:50.506Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:50.506Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:49:50.606Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:50.607Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:50.607Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:50.656Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:50.657Z||pool-45-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:49:51.506Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:49:51.507Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:51.509Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:51.509Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:49:51.610Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:51.610Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:51.611Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:51.631Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:51.632Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:49:52.511Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "b6b47026-c8ed-4c70-8ed9-27332dd5327c", "serviceDescription": "service", "serviceInvariantUUID": "ffe00b65-2667-4f32-91a1-6ccba21589b0", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "269dba37-6869-42eb-addf-06683b54262e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f65d7cf3-1cb6-494c-b2d9-293495132981", "resourceInvariantUUID": "93906535-a504-4661-b874-2d935b653595", "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": "MWY2OGZkYzI1NGZiMjdmY2JmYTQ2N2MzOGQzYWZlYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da3ff995-3fc6-4650-b9d3-7d52000540fe", "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": "fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7", "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": "8fe55be4-eb66-4207-b08f-7fdac51e3091", "generatedFromUUID": "fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7" }, "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": "8fe55be4-eb66-4207-b08f-7fdac51e3091", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MGZhZWQxNThlMGVjNjQ1ZGZkOGFjMGRhYTQ4NzRkYTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ae4af702-4338-4c45-9c89-9de373803c13" } ], "workloadContext": "Production" } 2021-10-27T05:49:52.511Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-27T05:49:52.511Z|d67fe017-19b6-4e7a-b1de-040b3f41a264|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b6b47026-c8ed-4c70-8ed9-27332dd5327c ASDC 2021-10-27T05:49:52.512Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:b6b47026-c8ed-4c70-8ed9-27332dd5327c ServiceInvariantUUID:ffe00b65-2667-4f32-91a1-6ccba21589b0 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:ae4af702-4338-4c45-9c89-9de373803c13 ArtifactChecksum:MGZhZWQxNThlMGVjNjQ1ZGZkOGFjMGRhYTQ4NzRkYTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:269dba37-6869-42eb-addf-06683b54262e ResourceInvariantUUID:93906535-a504-4661-b874-2d935b653595 ResourceName:basic_vm ResourceType:VF ResourceUUID:f65d7cf3-1cb6-494c-b2d9-293495132981 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:da3ff995-3fc6-4650-b9d3-7d52000540fe ArtifactChecksum:MWY2OGZkYzI1NGZiMjdmY2JmYTQ2N2MzOGQzYWZlYWE= 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:fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7 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:8fe55be4-eb66-4207-b08f-7fdac51e3091 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:8fe55be4-eb66-4207-b08f-7fdac51e3091 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-27T05:49:52.512Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6b47026-c8ed-4c70-8ed9-27332dd5327c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:49:52.545Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:49:52.545Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:49:52.546Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:49:52.546Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ae4af702-4338-4c45-9c89-9de373803c13 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-27T05:49:52.546Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:49:52.546Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-27T05:49:52.671Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:49:52.675Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ae4af702-4338-4c45-9c89-9de373803c13 70875 2021-10-27T05:49:52.675Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-10-27T05:49:52.675Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-27T05:49:52.675Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:49:52.676Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:52.678Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:52.678Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313792675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:49:52.779Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:52.779Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:52.780Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:52.798Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:52.799Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:49:53.679Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:49:53.680Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:49:53.680Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ae4af702-4338-4c45-9c89-9de373803c13, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-27T05:49:53.681Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-10-27T05:49:53.681Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-27T05:49:53.681Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-10-27T05:49:53.905Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6059698763475529389/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 2021-10-27T05:49:55.113Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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-BasicVm-csar.csar 2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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-BasicVm-csar.csar 2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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-BasicVm-csar.csar 2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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-BasicVm-csar.csar 2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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-BasicVm-csar.csar 2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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-BasicVm-csar.csar 2021-10-27T05:49:55.114Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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-BasicVm-csar.csar 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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-BasicVm-csar.csar 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:49:55.115Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-27T05:49:55.116Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.117Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=312c5c50-d7b0-4c88-bb09-9112f1df64cb 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:55.118Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:55.119Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:b6b47026-c8ed-4c70-8ed9-27332dd5327c Model Version:NULL Model InvariantUuid:ffe00b65-2667-4f32-91a1-6ccba21589b0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5648a8c4-18bf-410b-8589-29632c70a3f4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:93906535-a504-4661-b874-2d935b653595 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:269dba37-6869-42eb-addf-06683b54262e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b722efda-a647-481b-9787-bb5856793ceb ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d60753dd-1841-462f-858b-054da2fdec9f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:312c5c50-d7b0-4c88-bb09-9112f1df64cb ModelInvariantUuid:45481b30-8ea5-44b4-a461-ba45bb0252ad ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:2f74d958-9f43-4704-92d8-a23c805d743e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:947d0a89-17c4-47fb-afc8-7b1e9102b29c ModelInvariantUuid:26c79ef1-ec0e-4d98-98dd-b627ec715227 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:b1270d19-c89e-4643-9c86-a65e99ba2d5e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-27T05:49:55.121Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f65d7cf3-1cb6-494c-b2d9-293495132981 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:49:55.123Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||basic_vm 0 2021-10-27T05:49:55.123Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f65d7cf3-1cb6-494c-b2d9-293495132981 2021-10-27T05:49:55.123Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: da3ff995-3fc6-4650-b9d3-7d52000540fe from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-27T05:49:55.123Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:49:55.123Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-27T05:49:55.566Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:49:55.566Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json da3ff995-3fc6-4650-b9d3-7d52000540fe 787 2021-10-27T05:49:55.566Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-10-27T05:49:55.567Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-27T05:49:55.567Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:49:55.567Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:55.569Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:55.569Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313795566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:49:55.669Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:55.670Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:55.671Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:55.684Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:55.685Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:49:56.570Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b722efda-a647-481b-9787-bb5856793ceb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d60753dd-1841-462f-858b-054da2fdec9f", "vfModuleModelCustomizationUUID": "628f12d8-a15e-4f64-a163-1543a7bd79d0", "isBase": true, "artifacts": [ "fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7", "8fe55be4-eb66-4207-b08f-7fdac51e3091" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:49:56.574Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d60753dd-1841-462f-858b-054da2fdec9f VfModuleModelInvariantUUID:b722efda-a647-481b-9787-bb5856793ceb VfModuleModelDescription:NULL Artifacts UUID List:{ fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7 , 8fe55be4-eb66-4207-b08f-7fdac51e3091 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:49:56.576Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b722efda-a647-481b-9787-bb5856793ceb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d60753dd-1841-462f-858b-054da2fdec9f", "vfModuleModelCustomizationUUID": "628f12d8-a15e-4f64-a163-1543a7bd79d0", "isBase": true, "artifacts": [ "fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7", "8fe55be4-eb66-4207-b08f-7fdac51e3091" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:49:56.576Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d60753dd-1841-462f-858b-054da2fdec9f VfModuleModelInvariantUUID:b722efda-a647-481b-9787-bb5856793ceb VfModuleModelDescription:NULL Artifacts UUID List:{ fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7 , 8fe55be4-eb66-4207-b08f-7fdac51e3091 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:49:56.577Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-27T05:49:56.577Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:49:56.577Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-27T05:49:56.766Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:49:56.767Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml fbcf23eb-c1c4-431f-a1d0-ccfbcdd2ecc7 5033 2021-10-27T05:49:56.767Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-27T05:49:56.767Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-27T05:49:56.767Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:49:56.767Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:56.769Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:56.769Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313796767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:49:56.869Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:56.870Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:56.870Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:56.882Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:56.883Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:49:57.770Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8fe55be4-eb66-4207-b08f-7fdac51e3091 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-27T05:49:57.770Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:49:57.770Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-27T05:49:58.164Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:49:58.164Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8fe55be4-eb66-4207-b08f-7fdac51e3091 903 2021-10-27T05:49:58.165Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-27T05:49:58.165Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-27T05:49:58.165Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:49:58.165Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:58.167Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:58.167Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313798165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:49:58.267Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-27T05:49:58.268Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:58.268Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:58.296Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:58.296Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:49:59.168Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b6b47026-c8ed-4c70-8ed9-27332dd5327c 2021-10-27T05:49:59.169Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f65d7cf3-1cb6-494c-b2d9-293495132981 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:49:59.179Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ab8580, org.onap.sdc.toscaparser.api.parameters.Input@738f68a3, org.onap.sdc.toscaparser.api.parameters.Input@ce2e28e, org.onap.sdc.toscaparser.api.parameters.Input@58878b48, org.onap.sdc.toscaparser.api.parameters.Input@25a825d] 2021-10-27T05:49:59.181Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.181Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:59.181Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-10-27T05:49:59.181Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 269dba37-6869-42eb-addf-06683b54262e 2021-10-27T05:49:59.181Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 269dba37-6869-42eb-addf-06683b54262e matches Tosca VF Customization UUID: 269dba37-6869-42eb-addf-06683b54262e 2021-10-27T05:49:59.181Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 269dba37-6869-42eb-addf-06683b54262e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-27T05:49:59.183Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.183Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:59.184Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 269dba37-6869-42eb-addf-06683b54262e: {\"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\"} 2021-10-27T05:49:59.184Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75cc5937 2021-10-27T05:49:59.184Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.184Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-27T05:49:59.184Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 628f12d8-a15e-4f64-a163-1543a7bd79d0 2021-10-27T05:49:59.184Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 628f12d8-a15e-4f64-a163-1543a7bd79d0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-27T05:49:59.186Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.186Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-27T05:49:59.186Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:49:59.186Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.186Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-27T05:49:59.187Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:49:59.187Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.187Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-27T05:49:59.187Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-27T05:49:59.187Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-27T05:49:59.187Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=312c5c50-d7b0-4c88-bb09-9112f1df64cb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-27T05:49:59.190Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.190Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-27T05:49:59.190Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:49:59.190Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.190Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-27T05:49:59.190Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=269dba37-6869-42eb-addf-06683b54262e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:49:59.192Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.192Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:59.192Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b6b47026-c8ed-4c70-8ed9-27332dd5327c: basic_vm 2021-10-27T05:49:59.192Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.192Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:59.192Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.193Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:59.193Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.193Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:59.193Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.193Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:59.193Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:49:59.194Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:49:59.194Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||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 (?, ?, ?, ?, ?) 2021-10-27T05:49:59.246Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f65d7cf3-1cb6-494c-b2d9-293495132981 1 ASDC deployResourceStructure 2021-10-27T05:49:59.247Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-10-27T05:49:59.247Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-27T05:49:59.247Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:49:59.247Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:49:59.249Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:49:59.249Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313799247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:49:59.349Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:49:59.350Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:49:59.350Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:49:59.372Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:49:59.373Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:50:00.250Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-10-27T05:50:00.251Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-27T05:50:00.251Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:50:00.251Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:50:00.253Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:50:00.254Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313800250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:50:00.354Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:50:00.354Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:50:00.354Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:50:00.367Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:50:00.368Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:50:01.254Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-10-27T05:50:01.255Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-27T05:50:01.255Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:50:01.256Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:50:01.258Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:50:01.258Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313801254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-27T05:50:01.358Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:50:01.359Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:50:01.359Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:50:01.378Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:50:01.379Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:50:02.260Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-10-27T05:50:02.260Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-27T05:50:02.260Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:50:02.260Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:50:02.263Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:50:02.263Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313802260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:50:02.363Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:50:02.365Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:50:02.365Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:50:02.377Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:50:02.378Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:50:03.264Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:50:03.276Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:50:03.278Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:50:03.278Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:50:03.279Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:50:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:50:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:50:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:50:08.669Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:50:08.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:50:08.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "aai-ml", "timestamp": 1635313738231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:50:08.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:50:33.279Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:50:33.290Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:50:33.294Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:50:33.294Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:50:33.294Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:51:03.295Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:51:03.308Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:51:03.310Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:51:03.310Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:51:03.310Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:51:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:51:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:51:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:51:08.675Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:51:08.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:51:08.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313746305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-27T05:51:08.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:51:33.310Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:51:33.321Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:51:33.324Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:51:33.324Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:51:33.325Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:52:03.325Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:52:03.335Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:52:03.338Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:52:03.338Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:52:03.338Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:52:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:52:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:52:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:52:08.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:52:08.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.680Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "policy-id", "timestamp": 1635313748815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "aai-ml", "timestamp": 1635313738231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313746305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "policy-id", "timestamp": 1635313748815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "dcae-sch", "timestamp": 1635313749935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313746305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "aai-ml", "timestamp": 1635313738231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313751473, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "policy-id", "timestamp": 1635313748815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "dcae-sch", "timestamp": 1635313749935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "aai-ml", "timestamp": 1635313738231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313746305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "policy-id", "timestamp": 1635313748815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "dcae-sch", "timestamp": 1635313749935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "aai-ml", "timestamp": 1635313738231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313746305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313753139, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.684Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "policy-id", "timestamp": 1635313748815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "dcae-sch", "timestamp": 1635313749935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "aai-ml", "timestamp": 1635313738231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "policy-id", "timestamp": 1635313748815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313754528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "dcae-sch", "timestamp": 1635313749935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "aai-ml", "timestamp": 1635313738231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "policy-id", "timestamp": 1635313748815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "dcae-sch", "timestamp": 1635313749935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313755770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "aai-ml", "timestamp": 1635313756336, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "dcae-sch", "timestamp": 1635313749935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "policy-id", "timestamp": 1635313756862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313757063, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "cds", "timestamp": 1635313757236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "policy-id", "timestamp": 1635313757872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.688Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313758087, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:52:08.694Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 2021-10-27T05:52:08.694Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:52:08.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "cds", "timestamp": 1635313757236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "policy-id", "timestamp": 1635313758875, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:52:08.709Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 2021-10-27T05:52:08.709Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-27T05:52:08.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "multicloud-k8s-id", "timestamp": 1635313759091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "cds", "timestamp": 1635313757236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:52:08.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "ves-openapi-manager", "timestamp": 1635313760175, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "cds", "timestamp": 1635313757236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "ves-openapi-manager", "timestamp": 1635313760175, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "cds", "timestamp": 1635313757236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "ves-openapi-manager", "timestamp": 1635313760175, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "cds", "timestamp": 1635313757236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "ves-openapi-manager", "timestamp": 1635313760175, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "cds", "timestamp": 1635313757236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "ves-openapi-manager", "timestamp": 1635313760175, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "cds", "timestamp": 1635313757236, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "ves-openapi-manager", "timestamp": 1635313760175, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "cds", "timestamp": 1635313766255, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.724Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "ves-openapi-manager", "timestamp": 1635313760175, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313766949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313766305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "aai-ml", "timestamp": 1635313767430, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "ves-openapi-manager", "timestamp": 1635313760175, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313766305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:52:08.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "aai-ml", "timestamp": 1635313768434, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:52:08.732Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 2021-10-27T05:52:08.733Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:52:08.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "cds", "timestamp": 1635313768732, "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 (?, ?, ?, ?, ?) 2021-10-27T05:52:08.761Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 2021-10-27T05:52:08.761Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:52:08.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313766305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-27T05:52:08.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313769296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "policy-id", "timestamp": 1635313768815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313766305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "aai-ml", "timestamp": 1635313769437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313770299, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:52:08.780Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 2021-10-27T05:52:08.780Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:52:08.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "policy-id", "timestamp": 1635313768815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "dcae-sch", "timestamp": 1635313769935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313766305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-27T05:52:08.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "aai-ml", "timestamp": 1635313769437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "policy-id", "timestamp": 1635313768815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-27T05:52:08.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "dcae-sch", "timestamp": 1635313769935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313766305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "aai-ml", "timestamp": 1635313769437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "policy-id", "timestamp": 1635313768815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "dcae-sch", "timestamp": 1635313769935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313766305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "aai-ml", "timestamp": 1635313769437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "policy-id", "timestamp": 1635313768815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "dcae-sch", "timestamp": 1635313769935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313766305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "aai-ml", "timestamp": 1635313769437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "policy-id", "timestamp": 1635313768815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "dcae-sch", "timestamp": 1635313769935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "aai-ml", "timestamp": 1635313769437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "policy-id", "timestamp": 1635313768815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "dcae-sch", "timestamp": 1635313769935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313775629, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "aai-ml", "timestamp": 1635313769437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "policy-id", "timestamp": 1635313768815, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "dcae-sch", "timestamp": 1635313769935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313777027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "aai-ml", "timestamp": 1635313769437, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "dcae-sch", "timestamp": 1635313769935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "policy-id", "timestamp": 1635313777731, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313758935, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313778411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "aai-ml", "timestamp": 1635313778417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "policy-id", "timestamp": 1635313778734, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "clamp", "timestamp": 1635313779026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313779396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313779442, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:52:08.809Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 2021-10-27T05:52:08.809Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:52:08.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "policy-id", "timestamp": 1635313779737, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:52:08.823Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 2021-10-27T05:52:08.823Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-27T05:52:08.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "multicloud-k8s-id", "timestamp": 1635313780446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313781752, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "clamp", "timestamp": 1635313782028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313782755, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:52:08.839Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 2021-10-27T05:52:08.839Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:52:08.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "clamp", "timestamp": 1635313783031, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:52:08.856Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 2021-10-27T05:52:08.856Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:52:08.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d67fe017-19b6-4e7a-b1de-040b3f41a264", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313784468, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:52:08.865Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:52:08.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "aai-ml", "timestamp": 1635313786441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:52:08.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "aai-ml", "timestamp": 1635313787444, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:52:08.873Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 2021-10-27T05:52:08.873Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:52:08.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-27T05:52:08.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "clamp", "timestamp": 1635313759134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313748642, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313792675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "clamp", "timestamp": 1635313795028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313795566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313796767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "clamp", "timestamp": 1635313798032, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313798165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "clamp", "timestamp": 1635313799035, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:52:08.888Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 2021-10-27T05:52:08.888Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:52:08.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313799247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313800250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313801254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:08.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:52:08.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313802260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:52:08.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:52:33.339Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:52:33.350Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:52:33.353Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:52:33.353Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-27T05:52:33.353Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-27T05:52:33.354Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-27T05:52:33.354Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:52:33.354Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:52:33.354Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:52:33.354Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:52:33.354Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:52:33.354Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:52:33.354Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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=? 2021-10-27T05:52:33.359Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-27T05:53:03.359Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-27T05:53:03.364Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 and serviceModelVersionId: b6b47026-c8ed-4c70-8ed9-27332dd5327c 2021-10-27T05:53:03.364Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffe00b65-2667-4f32-91a1-6ccba21589b0 2021-10-27T05:53:03.365Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffe00b65-2667-4f32-91a1-6ccba21589b0/model-vers/model-ver/b6b47026-c8ed-4c70-8ed9-27332dd5327c?depth=0 2021-10-27T05:53:03.371Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-10-27T05:53:03.418Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe00b65-2667-4f32-91a1-6ccba21589b0/model-vers/model-ver/b6b47026-c8ed-4c70-8ed9-27332dd5327c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-10-27T05:53:03.425Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe00b65-2667-4f32-91a1-6ccba21589b0/model-vers/model-ver/b6b47026-c8ed-4c70-8ed9-27332dd5327c?depth=0|INFO|500||Invoke 2021-10-27T05:53:03.461Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe00b65-2667-4f32-91a1-6ccba21589b0/model-vers/model-ver/b6b47026-c8ed-4c70-8ed9-27332dd5327c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-27T05:53:03.745Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe00b65-2667-4f32-91a1-6ccba21589b0/model-vers/model-ver/b6b47026-c8ed-4c70-8ed9-27332dd5327c?depth=0|INFO|500||InvokeReturn 2021-10-27T05:53:03.746Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffe00b65-2667-4f32-91a1-6ccba21589b0/model-vers/model-ver/b6b47026-c8ed-4c70-8ed9-27332dd5327c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211027-05:53:03:468-83499], vertex-id=[217200], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:53:03 GMT], Content-Type=[application/json]} 2021-10-27T05:53:03.746Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-10-27T05:53:03.746Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-27T05:53:03.746Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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=? 2021-10-27T05:53:03.755Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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) 2021-10-27T05:53:03.755Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-27T05:53:03.756Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-27T05:53:03.756Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:03.761Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:03.761Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313983755, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:53:03.858Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-10-27T05:53:03.859Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:03.859Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:03.879Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:03.879Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:53:04.772Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:53:04.773Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:53:04.773Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:53:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:53:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:08.705Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:08.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "cds", "timestamp": 1635313817236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "dcae-sch", "timestamp": 1635313809935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "policy-id", "timestamp": 1635313808815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "dcae-sch", "timestamp": 1635313809935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "cds", "timestamp": 1635313817236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "policy-id", "timestamp": 1635313808815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313818935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "clamp", "timestamp": 1635313819134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "dcae-sch", "timestamp": 1635313809935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "cds", "timestamp": 1635313817236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "policy-id", "timestamp": 1635313808815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313818935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "clamp", "timestamp": 1635313819134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "ves-openapi-manager", "timestamp": 1635313820175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "dcae-sch", "timestamp": 1635313809935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "cds", "timestamp": 1635313817236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "policy-id", "timestamp": 1635313808815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313818935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "clamp", "timestamp": 1635313819134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "ves-openapi-manager", "timestamp": 1635313820175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "dcae-sch", "timestamp": 1635313809935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "cds", "timestamp": 1635313817236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "policy-id", "timestamp": 1635313808815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313818935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "clamp", "timestamp": 1635313819134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "ves-openapi-manager", "timestamp": 1635313820175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "dcae-sch", "timestamp": 1635313809935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "cds", "timestamp": 1635313817236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "policy-id", "timestamp": 1635313808815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313818935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "clamp", "timestamp": 1635313819134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "ves-openapi-manager", "timestamp": 1635313820175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "dcae-sch", "timestamp": 1635313809935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "cds", "timestamp": 1635313817236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "policy-id", "timestamp": 1635313808815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313818935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "clamp", "timestamp": 1635313819134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "ves-openapi-manager", "timestamp": 1635313820175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "cds", "timestamp": 1635313817236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "dcae-sch", "timestamp": 1635313809935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "policy-id", "timestamp": 1635313808815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313818935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "clamp", "timestamp": 1635313819134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "ves-openapi-manager", "timestamp": 1635313820175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "cds", "timestamp": 1635313826554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "policy-id", "timestamp": 1635313826540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313818935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "clamp", "timestamp": 1635313819134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "ves-openapi-manager", "timestamp": 1635313820175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "multicloud-k8s-id", "timestamp": 1635313826305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "cds", "timestamp": 1635313827559, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:53:08.734Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64916eeb-f82e-4535-a49d-b0699e8033de 2021-10-27T05:53:08.734Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64916eeb-f82e-4535-a49d-b0699e8033de and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:53:08.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "policy-id", "timestamp": 1635313827544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:53:08.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:53:08.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313827759, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:53:08.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:53:08.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "ves-openapi-manager", "timestamp": 1635313820175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "multicloud-k8s-id", "timestamp": 1635313826305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "policy-id", "timestamp": 1635313828546, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:53:08.750Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64916eeb-f82e-4535-a49d-b0699e8033de 2021-10-27T05:53:08.750Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64916eeb-f82e-4535-a49d-b0699e8033de and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:53:08.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "aai-ml", "timestamp": 1635313828231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "multicloud-k8s-id", "timestamp": 1635313826305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "ves-openapi-manager", "timestamp": 1635313829239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:53:08.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:53:08.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313829626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:53:08.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:53:08.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "aai-ml", "timestamp": 1635313828231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "multicloud-k8s-id", "timestamp": 1635313826305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "ves-openapi-manager", "timestamp": 1635313830527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:53:08.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:53:08.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313830630, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:53:08.773Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64916eeb-f82e-4535-a49d-b0699e8033de 2021-10-27T05:53:08.773Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64916eeb-f82e-4535-a49d-b0699e8033de and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:53:08.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "aai-ml", "timestamp": 1635313828231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "multicloud-k8s-id", "timestamp": 1635313826305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "ves-openapi-manager", "timestamp": 1635313831534, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:53:08.800Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 64916eeb-f82e-4535-a49d-b0699e8033de 2021-10-27T05:53:08.800Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64916eeb-f82e-4535-a49d-b0699e8033de and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:53:08.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "aai-ml", "timestamp": 1635313828231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "multicloud-k8s-id", "timestamp": 1635313826305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "aai-ml", "timestamp": 1635313828231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "multicloud-k8s-id", "timestamp": 1635313826305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "aai-ml", "timestamp": 1635313828231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "multicloud-k8s-id", "timestamp": 1635313826305, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:53:08.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "aai-ml", "timestamp": 1635313828231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "clamp", "timestamp": 1635313835033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "aai-ml", "timestamp": 1635313828231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "clamp", "timestamp": 1635313837042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "aai-ml", "timestamp": 1635313837331, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "clamp", "timestamp": 1635313838045, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:53:08.817Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 64916eeb-f82e-4535-a49d-b0699e8033de 2021-10-27T05:53:08.817Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64916eeb-f82e-4535-a49d-b0699e8033de and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:53:08.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "aai-ml", "timestamp": 1635313843533, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:53:08.827Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:53:08.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:53:08.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "aai-ml", "timestamp": 1635313844536, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:53:08.838Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64916eeb-f82e-4535-a49d-b0699e8033de 2021-10-27T05:53:08.838Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64916eeb-f82e-4535-a49d-b0699e8033de and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:53:09.144Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:09.146Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-27T05:53:09.146Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"014033b8-7ec8-4fb2-be2f-c17ec2fc6740","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"929d99a1-727e-4ec8-9e42-fec6d85de755","serviceDescription":"service","serviceInvariantUUID":"2405fa9f-6d40-4d91-8d0c-31bcb5f5a811","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25958191-869c-402e-993b-7009ffbeec73","resourceInvariantUUID":"11a5347b-4798-41fe-9e5f-ad05b53ed9b7","resourceCustomizationUUID":"665145f5-9bf1-4bcc-b175-e2febf850b05","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":"MjAwN2JkNDUwNTMzZmYxZDI5YjM3YzBjMDk5ZGUxZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"589ec8a1-d3be-40c4-8fcc-5eb4125b3d2a","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":"YjQ3YmIwNDhhYWRkODU4ZWI5YWQwOWE4N2Y1ZmYzZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c7d1956-b35a-42e4-a30b-8d413e727814","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":"e7906a6d-ea04-4d5e-a40b-238116b033d5","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":"5c802c9f-2737-4374-a2bf-30733ed42330","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":"44a9ba39-46f6-45a5-8c6b-756249962036","artifactVersion":"2","generatedFromUUID":"e7906a6d-ea04-4d5e-a40b-238116b033d5"},{"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":"YTkxMzk2NWQ4YWIzNTJjNGQwY2E1MGE5YTQ1MmZjNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c174abea-46bb-4da7-aac6-d13e3fbfbf02","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":"ZjVkOGFlY2I1MGVmNmMwN2FiYTVhZGQyNTExNmY4ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be808ca4-da13-407c-86c4-a9b00fe52e30","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NThlM2QwYzc3ZjdkYjcxYmU3Y2JiYmU5M2Y4MGVkZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dba92286-b20c-455c-ac21-863f2b3bee1d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-27T05:53:09.148Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:53:09.149Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:09.150Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:09.151Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:09.251Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:09.252Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:09.252Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:09.270Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:09.271Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:10.152Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:53:10.153Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:10.154Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:10.154Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:53:10.255Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:53:10.256Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:10.256Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:10.279Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:10.279Z||pool-57-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:11.155Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:53:11.155Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:11.157Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:11.157Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-27T05:53:11.257Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:11.258Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:11.258Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:11.270Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:11.270Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:12.157Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:53:12.158Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:12.161Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:12.161Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:12.261Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:12.261Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:12.261Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:12.276Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:12.277Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:13.161Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:53:13.163Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:13.164Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:13.165Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-27T05:53:13.265Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:13.265Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:13.265Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:13.279Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:13.280Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:14.165Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:53:14.166Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:14.168Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:14.168Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:14.268Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:14.269Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:14.269Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:14.282Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:14.282Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:53:15.168Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:53:15.169Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:15.171Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:15.171Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:53:15.272Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:15.273Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:15.273Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:15.287Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:15.287Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:16.172Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:53:16.173Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:16.174Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:16.174Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:53:16.275Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:16.275Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:16.276Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:16.286Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:16.286Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:17.176Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "929d99a1-727e-4ec8-9e42-fec6d85de755", "serviceDescription": "service", "serviceInvariantUUID": "2405fa9f-6d40-4d91-8d0c-31bcb5f5a811", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "665145f5-9bf1-4bcc-b175-e2febf850b05", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "25958191-869c-402e-993b-7009ffbeec73", "resourceInvariantUUID": "11a5347b-4798-41fe-9e5f-ad05b53ed9b7", "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": "YjQ3YmIwNDhhYWRkODU4ZWI5YWQwOWE4N2Y1ZmYzZjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c7d1956-b35a-42e4-a30b-8d413e727814", "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": "e7906a6d-ea04-4d5e-a40b-238116b033d5", "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": "44a9ba39-46f6-45a5-8c6b-756249962036", "generatedFromUUID": "e7906a6d-ea04-4d5e-a40b-238116b033d5" }, "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": "44a9ba39-46f6-45a5-8c6b-756249962036", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NThlM2QwYzc3ZjdkYjcxYmU3Y2JiYmU5M2Y4MGVkZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dba92286-b20c-455c-ac21-863f2b3bee1d" } ], "workloadContext": "Production" } 2021-10-27T05:53:17.176Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-27T05:53:17.176Z|7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 929d99a1-727e-4ec8-9e42-fec6d85de755 ASDC 2021-10-27T05:53:17.177Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:014033b8-7ec8-4fb2-be2f-c17ec2fc6740 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:929d99a1-727e-4ec8-9e42-fec6d85de755 ServiceInvariantUUID:2405fa9f-6d40-4d91-8d0c-31bcb5f5a811 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:dba92286-b20c-455c-ac21-863f2b3bee1d ArtifactChecksum:NThlM2QwYzc3ZjdkYjcxYmU3Y2JiYmU5M2Y4MGVkZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:665145f5-9bf1-4bcc-b175-e2febf850b05 ResourceInvariantUUID:11a5347b-4798-41fe-9e5f-ad05b53ed9b7 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:25958191-869c-402e-993b-7009ffbeec73 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:9c7d1956-b35a-42e4-a30b-8d413e727814 ArtifactChecksum:YjQ3YmIwNDhhYWRkODU4ZWI5YWQwOWE4N2Y1ZmYzZjI= 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:e7906a6d-ea04-4d5e-a40b-238116b033d5 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:44a9ba39-46f6-45a5-8c6b-756249962036 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:44a9ba39-46f6-45a5-8c6b-756249962036 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-27T05:53:17.177Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 929d99a1-727e-4ec8-9e42-fec6d85de755 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:53:18.169Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:53:18.170Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:53:18.170Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:53:18.170Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dba92286-b20c-455c-ac21-863f2b3bee1d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-27T05:53:18.170Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:53:18.171Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:19.630Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:53:19.636Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar dba92286-b20c-455c-ac21-863f2b3bee1d 78604 2021-10-27T05:53:19.637Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:19.637Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:19.637Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:53:19.637Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:19.640Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:19.640Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313999637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:53:19.740Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:19.741Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:19.741Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:19.769Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:19.770Z||pool-64-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:53:20.641Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:53:20.642Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:53:20.643Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: dba92286-b20c-455c-ac21-863f2b3bee1d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-27T05:53:20.643Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-10-27T05:53:20.643Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-27T05:53:20.643Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-27T05:53:20.834Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6540131883060257011/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-10-27T05:53:22.167Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-27T05:53:22.167Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:53:22.167Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-27T05:53:22.168Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-27T05:53:22.168Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.168Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.168Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.168Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.169Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.169Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.169Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.169Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.169Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.169Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:53:22.170Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.170Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.170Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-27T05:53:22.170Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:53:22.170Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:53:22.171Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.171Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:22.171Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-27T05:53:22.171Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:53:22.172Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:53:22.172Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.172Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:22.172Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.173Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-27T05:53:22.173Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-27T05:53:22.173Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-27T05:53:22.173Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-27T05:53:22.173Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-27T05:53:22.174Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-27T05:53:22.174Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.174Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.174Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.175Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-27T05:53:22.175Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:53:22.175Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.175Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-27T05:53:22.176Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:53:22.176Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.176Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-27T05:53:22.176Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:53:22.177Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.177Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-27T05:53:22.177Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-27T05:53:22.177Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-27T05:53:22.177Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=837a395b-9d04-438f-9e3d-23933490f173 2021-10-27T05:53:22.178Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.178Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:22.178Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.178Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:22.179Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.179Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:22.179Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:22.179Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:22.179Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:929d99a1-727e-4ec8-9e42-fec6d85de755 Model Version:NULL Model InvariantUuid:2405fa9f-6d40-4d91-8d0c-31bcb5f5a811 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:4f433793-96aa-4fbb-90f0-fdf26bccbb27 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:11a5347b-4798-41fe-9e5f-ad05b53ed9b7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:665145f5-9bf1-4bcc-b175-e2febf850b05 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:57fd3b46-3edf-435d-a94d-767f3b8c6904 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:89e2b8a6-fcf4-44fc-869e-b13d1b33f7eb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:837a395b-9d04-438f-9e3d-23933490f173 ModelInvariantUuid:5e5c95e5-3f5d-4c31-908f-f1708db6ddf9 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:a9fbc5ee-2acd-4d82-95bf-6521980c504a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6ee5c14a-f881-412e-ba35-a6cc549a4d56 ModelInvariantUuid:40856c25-c064-416e-b3b2-c8f83a74db58 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:69423e0f-5690-4fde-9a41-cf73ea874bda ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-27T05:53:22.184Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 25958191-869c-402e-993b-7009ffbeec73 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:53:22.186Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2021-10-27T05:53:22.187Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25958191-869c-402e-993b-7009ffbeec73 2021-10-27T05:53:22.187Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9c7d1956-b35a-42e4-a30b-8d413e727814 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-27T05:53:22.187Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:53:22.187Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.537Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:53:22.537Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 9c7d1956-b35a-42e4-a30b-8d413e727814 792 2021-10-27T05:53:22.538Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.538Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:22.538Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:53:22.538Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:22.539Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:22.540Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314002538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:53:22.640Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:22.641Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:22.641Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:22.682Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:22.682Z||pool-65-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:53:23.540Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "57fd3b46-3edf-435d-a94d-767f3b8c6904", "vfModuleModelVersion": "1", "vfModuleModelUUID": "89e2b8a6-fcf4-44fc-869e-b13d1b33f7eb", "vfModuleModelCustomizationUUID": "3c8a9530-b57b-4629-ace1-bea1351b8083", "isBase": true, "artifacts": [ "e7906a6d-ea04-4d5e-a40b-238116b033d5", "44a9ba39-46f6-45a5-8c6b-756249962036" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:53:23.545Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:89e2b8a6-fcf4-44fc-869e-b13d1b33f7eb VfModuleModelInvariantUUID:57fd3b46-3edf-435d-a94d-767f3b8c6904 VfModuleModelDescription:NULL Artifacts UUID List:{ e7906a6d-ea04-4d5e-a40b-238116b033d5 , 44a9ba39-46f6-45a5-8c6b-756249962036 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:53:23.547Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "57fd3b46-3edf-435d-a94d-767f3b8c6904", "vfModuleModelVersion": "1", "vfModuleModelUUID": "89e2b8a6-fcf4-44fc-869e-b13d1b33f7eb", "vfModuleModelCustomizationUUID": "3c8a9530-b57b-4629-ace1-bea1351b8083", "isBase": true, "artifacts": [ "e7906a6d-ea04-4d5e-a40b-238116b033d5", "44a9ba39-46f6-45a5-8c6b-756249962036" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:53:23.548Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:89e2b8a6-fcf4-44fc-869e-b13d1b33f7eb VfModuleModelInvariantUUID:57fd3b46-3edf-435d-a94d-767f3b8c6904 VfModuleModelDescription:NULL Artifacts UUID List:{ e7906a6d-ea04-4d5e-a40b-238116b033d5 , 44a9ba39-46f6-45a5-8c6b-756249962036 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:53:23.548Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e7906a6d-ea04-4d5e-a40b-238116b033d5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-27T05:53:23.548Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:53:23.548Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:24.334Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:53:24.334Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 e7906a6d-ea04-4d5e-a40b-238116b033d5 5033 2021-10-27T05:53:24.334Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:24.335Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:24.335Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:53:24.335Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:24.336Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:24.336Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314004334, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:53:24.437Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:53:24.437Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:24.437Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:24.456Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:24.456Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:25.337Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 44a9ba39-46f6-45a5-8c6b-756249962036 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-27T05:53:25.337Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:53:25.338Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:26.133Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:53:26.133Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 44a9ba39-46f6-45a5-8c6b-756249962036 903 2021-10-27T05:53:26.134Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:26.134Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:26.134Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:53:26.134Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:26.136Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:26.136Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314006134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:53:26.236Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:26.237Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:26.237Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:26.250Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:26.250Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:27.137Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 929d99a1-727e-4ec8-9e42-fec6d85de755 2021-10-27T05:53:27.137Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 25958191-869c-402e-993b-7009ffbeec73 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:53:27.147Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@447a2835, org.onap.sdc.toscaparser.api.parameters.Input@5c15bc0a, org.onap.sdc.toscaparser.api.parameters.Input@6fe2cf3b, org.onap.sdc.toscaparser.api.parameters.Input@7fb05044, org.onap.sdc.toscaparser.api.parameters.Input@6a1ef407] 2021-10-27T05:53:27.149Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.149Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:27.149Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-10-27T05:53:27.149Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 665145f5-9bf1-4bcc-b175-e2febf850b05 2021-10-27T05:53:27.149Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 665145f5-9bf1-4bcc-b175-e2febf850b05 matches Tosca VF Customization UUID: 665145f5-9bf1-4bcc-b175-e2febf850b05 2021-10-27T05:53:27.149Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 665145f5-9bf1-4bcc-b175-e2febf850b05 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-27T05:53:27.151Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.151Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:27.152Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 665145f5-9bf1-4bcc-b175-e2febf850b05: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2021-10-27T05:53:27.152Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fb73196 2021-10-27T05:53:27.152Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.152Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:27.153Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c8a9530-b57b-4629-ace1-bea1351b8083 2021-10-27T05:53:27.153Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c8a9530-b57b-4629-ace1-bea1351b8083 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-27T05:53:27.154Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.154Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-27T05:53:27.154Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:53:27.155Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.155Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-27T05:53:27.155Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:53:27.157Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.158Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-27T05:53:27.158Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-27T05:53:27.158Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-27T05:53:27.158Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=837a395b-9d04-438f-9e3d-23933490f173 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-27T05:53:27.160Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.161Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-27T05:53:27.162Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:53:27.162Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.162Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-27T05:53:27.162Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=665145f5-9bf1-4bcc-b175-e2febf850b05 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:53:27.165Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.165Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:27.165Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 929d99a1-727e-4ec8-9e42-fec6d85de755: basic_vm_macro 2021-10-27T05:53:27.165Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.166Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:27.166Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.166Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:27.166Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.167Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:27.167Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.167Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:27.167Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:53:27.167Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:53:27.167Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 (?, ?, ?, ?, ?) 2021-10-27T05:53:27.265Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 25958191-869c-402e-993b-7009ffbeec73 1 ASDC deployResourceStructure 2021-10-27T05:53:27.265Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:27.265Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:27.265Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:53:27.266Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:27.267Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:27.267Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314007265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:53:27.368Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:53:27.368Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:27.369Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:27.407Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:27.407Z||pool-68-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:28.268Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:28.269Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:28.269Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:53:28.269Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:28.271Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:28.271Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314008268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:53:28.371Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:28.372Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:28.373Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:28.385Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:28.386Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:29.272Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:29.272Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:29.272Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:53:29.273Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:29.274Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:29.274Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314009271, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-27T05:53:29.375Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:53:29.375Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:29.375Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:29.389Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:29.390Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:30.275Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:30.276Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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 2021-10-27T05:53:30.276Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:53:30.277Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:53:30.279Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:53:30.280Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314010275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:53:30.379Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-10-27T05:53:30.380Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:53:30.380Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:53:30.392Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:53:30.392Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:53:31.286Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:53:31.295Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:53:31.298Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:53:31.298Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-27T05:53:31.298Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-27T05:53:31.298Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-27T05:53:31.298Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:53:31.298Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:53:31.298Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:53:31.298Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:53:31.298Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:53:31.298Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:53:31.298Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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=? 2021-10-27T05:53:31.302Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-27T05:54:01.302Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-27T05:54:01.308Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 and serviceModelVersionId: 929d99a1-727e-4ec8-9e42-fec6d85de755 2021-10-27T05:54:01.308Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2405fa9f-6d40-4d91-8d0c-31bcb5f5a811 2021-10-27T05:54:01.309Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2405fa9f-6d40-4d91-8d0c-31bcb5f5a811/model-vers/model-ver/929d99a1-727e-4ec8-9e42-fec6d85de755?depth=0 2021-10-27T05:54:01.312Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-10-27T05:54:01.341Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2405fa9f-6d40-4d91-8d0c-31bcb5f5a811/model-vers/model-ver/929d99a1-727e-4ec8-9e42-fec6d85de755?depth=0|INFO|500||Invoke 2021-10-27T05:54:01.342Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2405fa9f-6d40-4d91-8d0c-31bcb5f5a811/model-vers/model-ver/929d99a1-727e-4ec8-9e42-fec6d85de755?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2405fa9f-6d40-4d91-8d0c-31bcb5f5a811/model-vers/model-ver/929d99a1-727e-4ec8-9e42-fec6d85de755?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[014033b8-7ec8-4fb2-be2f-c17ec2fc6740], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[164e4689-fcdd-459f-907a-855dd12e0c45], X-ECOMP-RequestID=[014033b8-7ec8-4fb2-be2f-c17ec2fc6740], X-TransactionId=[], X-ONAP-RequestID=[014033b8-7ec8-4fb2-be2f-c17ec2fc6740], Content-Type=[application/merge-patch+json]} 2021-10-27T05:54:01.366Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2405fa9f-6d40-4d91-8d0c-31bcb5f5a811/model-vers/model-ver/929d99a1-727e-4ec8-9e42-fec6d85de755?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-27T05:54:01.960Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2405fa9f-6d40-4d91-8d0c-31bcb5f5a811/model-vers/model-ver/929d99a1-727e-4ec8-9e42-fec6d85de755?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/2405fa9f-6d40-4d91-8d0c-31bcb5f5a811/model-vers/model-ver/929d99a1-727e-4ec8-9e42-fec6d85de755?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211027-05:54:01:372-31804], vertex-id=[229416], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:54:01 GMT], Content-Type=[application/json]} 2021-10-27T05:54:01.960Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2405fa9f-6d40-4d91-8d0c-31bcb5f5a811/model-vers/model-ver/929d99a1-727e-4ec8-9e42-fec6d85de755?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-27T05:54:01.961Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2405fa9f-6d40-4d91-8d0c-31bcb5f5a811/model-vers/model-ver/929d99a1-727e-4ec8-9e42-fec6d85de755?depth=0|INFO|500||InvokeReturn 2021-10-27T05:54:01.961Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-27T05:54:01.961Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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=? 2021-10-27T05:54:01.967Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|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) 2021-10-27T05:54:01.967Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 014033b8-7ec8-4fb2-be2f-c17ec2fc6740 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-27T05:54:01.967Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-27T05:54:01.967Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:01.969Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:01.969Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314041967, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:54:02.069Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:02.070Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:02.070Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:02.086Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:02.087Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:54:02.981Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-27T05:54:02.981Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"64916eeb-f82e-4535-a49d-b0699e8033de","serviceName":"Demo_pNF_IUQ6HzsurILy0Jqb1dKg","serviceVersion":"1.0","serviceUUID":"75089318-d1b4-46a3-b870-cd4b0b64f4f7","serviceDescription":"catalog service description","serviceInvariantUUID":"a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42","resources":[{"resourceInstanceName":"pNF 6e7fa583-b9a4 0","resourceName":"pNF 6e7fa583-b9a4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"eab128d7-1519-436a-b831-6fc89790fe10","resourceInvariantUUID":"72c1b57a-878c-4956-9f89-abeadcaf233c","resourceCustomizationUUID":"1b16a3c8-7bdf-4bdb-b994-d2d5e1b75ad2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vf-license-model.xml","artifactChecksum":"OGNmOTljZTc4NmUyYzc5YTA5YTRkNTcyZjY0Njk1MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0f48637f-3768-40e4-b799-433ea0772bc4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/pNF.csar","artifactChecksum":"NzAzZThiMmNmZGJhOGRjMjcwMDE1YjlmMmE1Y2EzMWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea8e75a2-1863-4feb-9c59-3e9c4ca0a6a6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"87a1875a-b2d8-4b47-ab2d-bade3a947317","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vendor-license-model.xml","artifactChecksum":"ZTkzZTFjYzA2NTU4ZmI4NDkwMjQ0YjU1NWMzMDA4MjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7098a77e-d1aa-49fe-be18-cf71b32b7381","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4aa863f2-1e86-4d72-82b5-ef9b47e4e2f3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99e55498-a98f-453f-a814-746d16089d2b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml","artifactChecksum":"ZjkwYjI2MWE1NmVhNzViOGIxMGRmOWM2M2Y4MWI0N2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c17c784-7e4b-4016-a94d-f91d73f3fcf5","artifactVersion":"1"},{"artifactName":"service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar","artifactChecksum":"NWQwYjEwNzBjMmM3N2U5YzUzZWZhY2RkY2NlZWViZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"68aff4ca-3572-46aa-bcb3-84f1bc4f2013","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-27T05:54:02.981Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:02.982Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:02.983Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:02.983Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:03.084Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:03.084Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:03.084Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:03.097Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:03.098Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:03.984Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:03.987Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:03.989Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:03.990Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:04.090Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:04.091Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:04.091Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:04.109Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:04.109Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:04.991Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:04.991Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:04.994Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:04.994Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:05.094Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:05.095Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:05.095Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:05.106Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:05.106Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:05.994Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:05.995Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:05.997Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:05.997Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:06.098Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:54:06.098Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:06.098Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:06.110Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:06.111Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:06.998Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:07.000Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:07.002Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:07.002Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:07.103Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:54:07.103Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:07.103Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:07.115Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:07.115Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:08.003Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:08.004Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:08.006Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:08.006Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.106Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:08.107Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:08.107Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:08.122Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:08.123Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:08.644Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:54:08.645Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:54:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:08.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:08.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313968935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "dcae-sch", "timestamp": 1635313969935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635313969134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313968815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.683Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635313978231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "dcae-sch", "timestamp": 1635313969935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313968935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635313969134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313968815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635313978231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635313969134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "dcae-sch", "timestamp": 1635313969935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313968935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313968815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "ves-openapi-manager", "timestamp": 1635313980175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635313978231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313968935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635313969134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "dcae-sch", "timestamp": 1635313969935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313968815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "ves-openapi-manager", "timestamp": 1635313980175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635313978231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "dcae-sch", "timestamp": 1635313969935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635313969134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313968935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313968815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "ves-openapi-manager", "timestamp": 1635313980175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635313978231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "cds", "timestamp": 1635313982236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "dcae-sch", "timestamp": 1635313969935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635313969134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313968935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313968815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c2ffb1b-8f0d-40cf-9886-f9f9647e1f25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313983755, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "ves-openapi-manager", "timestamp": 1635313980175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "cds", "timestamp": 1635313982236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635313978231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "dcae-sch", "timestamp": 1635313969935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313968935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635313969134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313968815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "ves-openapi-manager", "timestamp": 1635313980175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "cds", "timestamp": 1635313982236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635313978231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "dcae-sch", "timestamp": 1635313969935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635313969134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313968935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313968815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "ves-openapi-manager", "timestamp": 1635313980175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "cds", "timestamp": 1635313982236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635313978231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "dcae-sch", "timestamp": 1635313969935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635313969134, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313968935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313968815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "ves-openapi-manager", "timestamp": 1635313980175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "cds", "timestamp": 1635313982236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635313978231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313986305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313987646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313987645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:54:08.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "ves-openapi-manager", "timestamp": 1635313980175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "cds", "timestamp": 1635313982236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313986305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635313988049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:54:08.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:54:09.006Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:09.007Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:09.009Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:09.009Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:09.109Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:09.110Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:09.110Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:09.124Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:09.124Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:10.010Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:10.011Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:10.013Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:10.013Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:54:10.113Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:10.114Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:10.114Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:10.126Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:10.127Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:11.014Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "serviceName": "Demo_pNF_IUQ6HzsurILy0Jqb1dKg", "serviceVersion": "1.0", "serviceUUID": "75089318-d1b4-46a3-b870-cd4b0b64f4f7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42", "resources": [ { "resourceInstanceName": "pNF 6e7fa583-b9a4 0", "resourceCustomizationUUID": "1b16a3c8-7bdf-4bdb-b994-d2d5e1b75ad2", "resourceName": "pNF 6e7fa583-b9a4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "eab128d7-1519-436a-b831-6fc89790fe10", "resourceInvariantUUID": "72c1b57a-878c-4956-9f89-abeadcaf233c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "artifactChecksum": "NWQwYjEwNzBjMmM3N2U5YzUzZWZhY2RkY2NlZWViZTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "68aff4ca-3572-46aa-bcb3-84f1bc4f2013" } ], "workloadContext": "Production" } 2021-10-27T05:54:11.015Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-27T05:54:11.015Z|014033b8-7ec8-4fb2-be2f-c17ec2fc6740|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 75089318-d1b4-46a3-b870-cd4b0b64f4f7 ASDC 2021-10-27T05:54:11.015Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:64916eeb-f82e-4535-a49d-b0699e8033de ServiceName:Demo_pNF_IUQ6HzsurILy0Jqb1dKg ServiceVersion:1.0 ServiceUUID:75089318-d1b4-46a3-b870-cd4b0b64f4f7 ServiceInvariantUUID:a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar ArtifactUUID:68aff4ca-3572-46aa-bcb3-84f1bc4f2013 ArtifactChecksum:NWQwYjEwNzBjMmM3N2U5YzUzZWZhY2RkY2NlZWViZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6e7fa583-b9a4 0 ResourceCustomizationUUID:1b16a3c8-7bdf-4bdb-b994-d2d5e1b75ad2 ResourceInvariantUUID:72c1b57a-878c-4956-9f89-abeadcaf233c ResourceName:pNF 6e7fa583-b9a4 ResourceType:PNF ResourceUUID:eab128d7-1519-436a-b831-6fc89790fe10 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-27T05:54:11.015Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 75089318-d1b4-46a3-b870-cd4b0b64f4f7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:54:11.042Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:54:11.043Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:54:11.044Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:54:11.044Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 68aff4ca-3572-46aa-bcb3-84f1bc4f2013 from URL: /sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:11.044Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:54:11.044Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:11.881Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:54:11.885Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 68aff4ca-3572-46aa-bcb3-84f1bc4f2013 82543 2021-10-27T05:54:11.886Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar ASDC sendASDCNotification 2021-10-27T05:54:11.886Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:11.886Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:54:11.886Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:11.888Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:11.888Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314051886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:54:11.989Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:54:11.989Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:11.990Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:12.003Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:12.004Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:54:12.889Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:54:12.890Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:54:12.890Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 68aff4ca-3572-46aa-bcb3-84f1bc4f2013, URL: /sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar to file: /app/ASDC/1/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:12.891Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:12.891Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:12.891Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:13.025Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6626654014287124192/Definitions/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml 2021-10-27T05:54:13.761Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-27T05:54:13.762Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:54:13.762Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:13.762Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-27T05:54:13.763Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||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-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:13.763Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:13.763Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||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-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:13.763Z|64916eeb-f82e-4535-a49d-b0699e8033de|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-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:13.763Z|64916eeb-f82e-4535-a49d-b0699e8033de|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-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:13.763Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6e7fa583-b9a4 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-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:13.763Z|64916eeb-f82e-4535-a49d-b0699e8033de|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-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:13.763Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:54:13.764Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:13.764Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_IUQ6HzsurILy0Jqb1dKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:13.764Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Node template pNF 6e7fa583-b9a4 0 is matching search criteria 2021-10-27T05:54:13.764Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:54:13.764Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6e7fa583-b9a4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:54:13.765Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:13.765Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_IUQ6HzsurILy0Jqb1dKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:13.765Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Node template pNF 6e7fa583-b9a4 0 is matching search criteria 2021-10-27T05:54:13.765Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:54:13.765Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6e7fa583-b9a4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:54:13.765Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:13.765Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_IUQ6HzsurILy0Jqb1dKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:13.765Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:13.765Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_IUQ6HzsurILy0Jqb1dKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:13.766Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:13.766Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_IUQ6HzsurILy0Jqb1dKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:13.766Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:13.766Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_IUQ6HzsurILy0Jqb1dKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:13.766Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:13.766Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_IUQ6HzsurILy0Jqb1dKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:13.766Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_IUQ6HzsurILy0Jqb1dKg Description:catalog service description Model UUID:75089318-d1b4-46a3-b870-cd4b0b64f4f7 Model Version:NULL Model InvariantUuid:a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-27T05:54:13.769Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: eab128d7-1519-436a-b831-6fc89790fe10 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:54:13.771Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||pNF 6e7fa583-b9a4 0 2021-10-27T05:54:13.772Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: eab128d7-1519-436a-b831-6fc89790fe10 2021-10-27T05:54:13.772Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 75089318-d1b4-46a3-b870-cd4b0b64f4f7 2021-10-27T05:54:13.772Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 75089318-d1b4-46a3-b870-cd4b0b64f4f7 2021-10-27T05:54:13.772Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6e7fa583-b9a4 0 eab128d7-1519-436a-b831-6fc89790fe10 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:54:13.782Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3966364d, org.onap.sdc.toscaparser.api.parameters.Input@5ba551ce, org.onap.sdc.toscaparser.api.parameters.Input@286b8c4, org.onap.sdc.toscaparser.api.parameters.Input@38825e46, org.onap.sdc.toscaparser.api.parameters.Input@30dec345] 2021-10-27T05:54:13.783Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:13.783Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_IUQ6HzsurILy0Jqb1dKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:13.783Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 75089318-d1b4-46a3-b870-cd4b0b64f4f7: pNF 6e7fa583-b9a4 2021-10-27T05:54:13.783Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||Processing PNF resource: eab128d7-1519-436a-b831-6fc89790fe10 2021-10-27T05:54:13.783Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:13.783Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_IUQ6HzsurILy0Jqb1dKg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:13.784Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||Resource customization UUID: 1b16a3c8-7bdf-4bdb-b994-d2d5e1b75ad2 is the same as notified resource customizationUUID: 1b16a3c8-7bdf-4bdb-b994-d2d5e1b75ad2 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-27T05:54:13.863Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6e7fa583-b9a4 eab128d7-1519-436a-b831-6fc89790fe10 0 ASDC deployResourceStructure 2021-10-27T05:54:13.863Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar ASDC sendASDCNotification 2021-10-27T05:54:13.863Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar 2021-10-27T05:54:13.863Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:54:13.864Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:13.865Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:13.865Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314053863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:54:13.967Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:54:13.968Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:13.968Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:13.986Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:13.987Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:14.866Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64916eeb-f82e-4535-a49d-b0699e8033de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:54:14.876Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64916eeb-f82e-4535-a49d-b0699e8033de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:54:14.878Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:54:14.878Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-27T05:54:14.878Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-27T05:54:14.879Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-27T05:54:14.879Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:54:14.879Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:54:14.879Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:54:14.879Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:54:14.879Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:54:14.879Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:54:14.879Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:54:14.879Z|64916eeb-f82e-4535-a49d-b0699e8033de|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=? 2021-10-27T05:54:14.884Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-27T05:54:44.885Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64916eeb-f82e-4535-a49d-b0699e8033de and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-27T05:54:44.889Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64916eeb-f82e-4535-a49d-b0699e8033de and serviceModelVersionId: 75089318-d1b4-46a3-b870-cd4b0b64f4f7 2021-10-27T05:54:44.890Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42 2021-10-27T05:54:44.890Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42/model-vers/model-ver/75089318-d1b4-46a3-b870-cd4b0b64f4f7?depth=0 2021-10-27T05:54:44.894Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-10-27T05:54:44.937Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42/model-vers/model-ver/75089318-d1b4-46a3-b870-cd4b0b64f4f7?depth=0|INFO|500||Invoke 2021-10-27T05:54:44.937Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42/model-vers/model-ver/75089318-d1b4-46a3-b870-cd4b0b64f4f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42/model-vers/model-ver/75089318-d1b4-46a3-b870-cd4b0b64f4f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64916eeb-f82e-4535-a49d-b0699e8033de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[647e665b-b841-4f4b-94b0-511405bc2cc6], X-ECOMP-RequestID=[64916eeb-f82e-4535-a49d-b0699e8033de], X-TransactionId=[], X-ONAP-RequestID=[64916eeb-f82e-4535-a49d-b0699e8033de], Content-Type=[application/merge-patch+json]} 2021-10-27T05:54:44.965Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42/model-vers/model-ver/75089318-d1b4-46a3-b870-cd4b0b64f4f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-27T05:54:45.257Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42/model-vers/model-ver/75089318-d1b4-46a3-b870-cd4b0b64f4f7?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/a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42/model-vers/model-ver/75089318-d1b4-46a3-b870-cd4b0b64f4f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211027-05:54:44:979-54417], vertex-id=[295160], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:54:44 GMT], Content-Type=[application/json]} 2021-10-27T05:54:45.257Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42/model-vers/model-ver/75089318-d1b4-46a3-b870-cd4b0b64f4f7?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-27T05:54:45.258Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3695e57-1c95-4a63-aa3b-d2fdf4b6ae42/model-vers/model-ver/75089318-d1b4-46a3-b870-cd4b0b64f4f7?depth=0|INFO|500||InvokeReturn 2021-10-27T05:54:45.258Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-27T05:54:45.258Z|64916eeb-f82e-4535-a49d-b0699e8033de|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=? 2021-10-27T05:54:45.261Z|64916eeb-f82e-4535-a49d-b0699e8033de|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) 2021-10-27T05:54:45.261Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64916eeb-f82e-4535-a49d-b0699e8033de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-27T05:54:45.261Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-27T05:54:45.261Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:45.263Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:45.263Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314085261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:54:45.364Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:45.365Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:45.365Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:45.383Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:45.383Z||pool-83-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=? 2021-10-27T05:54:46.385Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-27T05:54:46.385Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"88d83619-64bf-4634-9d27-660aa85cc2fc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"17e78e94-1155-4bbb-807b-62fce39e0081","serviceDescription":"service","serviceInvariantUUID":"6913895e-304f-4a81-b579-6d1bdc67611a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5fc8fa8a-eecf-420b-9037-b50b44c2805f","resourceInvariantUUID":"3c1cd5b1-29c7-4eec-8337-25bf4ca74124","resourceCustomizationUUID":"8d7529f6-24aa-4da9-b518-1b3915d2bc59","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":"MTBkZmNmMzg2NjAyNTY4Y2Y5YjU5ODcxODU3ZjY3Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ef414e9-691f-494b-9416-81c61dafeead","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":"4479c448-e27a-4295-8a19-f335bdf8a41f","artifactVersion":"2","generatedFromUUID":"d73a7ee1-c7a6-4219-b351-625e21df0414"},{"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":"d73a7ee1-c7a6-4219-b351-625e21df0414","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":"ZTM5M2ZmMTBlNDc5NDcyNDMwODQ3Nzc2YzFiOWZjNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb65f779-ac71-40f7-a8c5-f8e55d2b2ba1","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":"d5a16186-ac1b-4ac8-962a-56a63ef9f513","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":"fdb79996-7ea1-40c6-81b3-97274c8c7967","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":"cb742516-b6b1-4a4c-925a-8a092e539ad9","artifactVersion":"2","generatedFromUUID":"d5a16186-ac1b-4ac8-962a-56a63ef9f513"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjdmMDgwMmZlNjY3NjAyZWQyMDI0YzE2ODhhZWQ3Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6d97810-aa29-4728-9e6a-88f7dbea94c7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWI4NTc4NTg0OWUyNTc1NTJiZjY2MWE3NDcwYjAxNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84509e87-9ae7-406a-937b-2ba52345eb50","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-27T05:54:46.386Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:46.386Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:46.388Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:46.388Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:46.488Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:46.489Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:46.489Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:46.502Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:46.502Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:47.388Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:47.389Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:47.391Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:47.391Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-27T05:54:47.491Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:47.492Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:47.492Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:47.504Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:47.505Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:48.391Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:48.392Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:48.394Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:48.394Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-27T05:54:48.494Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:48.495Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:48.495Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:48.510Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:48.510Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:49.394Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:49.395Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:49.397Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:49.397Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:54:49.498Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:49.499Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:49.499Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:49.521Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:49.521Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:50.398Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:50.399Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:50.401Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:50.401Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-27T05:54:50.501Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:50.502Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:50.502Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:50.514Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:50.514Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:51.403Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:51.404Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:51.405Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:51.405Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:51.506Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:54:51.506Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:51.507Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:51.519Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:51.520Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:54:52.406Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:52.407Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:52.408Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:52.408Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-27T05:54:52.509Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:54:52.509Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:52.509Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:52.522Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:52.522Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:53.409Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:53.410Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:53.411Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:53.412Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:54:53.512Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:53.512Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:53.512Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:53.528Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:53.528Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:54.412Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:54:54.413Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:54.415Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:54.415Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:54:54.515Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:54.516Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:54.516Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:54.531Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:54.532Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:55.416Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "17e78e94-1155-4bbb-807b-62fce39e0081", "serviceDescription": "service", "serviceInvariantUUID": "6913895e-304f-4a81-b579-6d1bdc67611a", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "8d7529f6-24aa-4da9-b518-1b3915d2bc59", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5fc8fa8a-eecf-420b-9037-b50b44c2805f", "resourceInvariantUUID": "3c1cd5b1-29c7-4eec-8337-25bf4ca74124", "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": "4479c448-e27a-4295-8a19-f335bdf8a41f", "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": "d73a7ee1-c7a6-4219-b351-625e21df0414", "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": "ZTM5M2ZmMTBlNDc5NDcyNDMwODQ3Nzc2YzFiOWZjNzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cb65f779-ac71-40f7-a8c5-f8e55d2b2ba1", "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": "d5a16186-ac1b-4ac8-962a-56a63ef9f513", "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": "cb742516-b6b1-4a4c-925a-8a092e539ad9", "generatedFromUUID": "d5a16186-ac1b-4ac8-962a-56a63ef9f513" }, "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": "cb742516-b6b1-4a4c-925a-8a092e539ad9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MWI4NTc4NTg0OWUyNTc1NTJiZjY2MWE3NDcwYjAxNjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "84509e87-9ae7-406a-937b-2ba52345eb50" } ], "workloadContext": "Production" } 2021-10-27T05:54:55.416Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-27T05:54:55.417Z|64916eeb-f82e-4535-a49d-b0699e8033de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 17e78e94-1155-4bbb-807b-62fce39e0081 ASDC 2021-10-27T05:54:55.418Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:88d83619-64bf-4634-9d27-660aa85cc2fc ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:17e78e94-1155-4bbb-807b-62fce39e0081 ServiceInvariantUUID:6913895e-304f-4a81-b579-6d1bdc67611a 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:84509e87-9ae7-406a-937b-2ba52345eb50 ArtifactChecksum:MWI4NTc4NTg0OWUyNTc1NTJiZjY2MWE3NDcwYjAxNjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:8d7529f6-24aa-4da9-b518-1b3915d2bc59 ResourceInvariantUUID:3c1cd5b1-29c7-4eec-8337-25bf4ca74124 ResourceName:basic_cnf ResourceType:VF ResourceUUID:5fc8fa8a-eecf-420b-9037-b50b44c2805f 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:4479c448-e27a-4295-8a19-f335bdf8a41f 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:d73a7ee1-c7a6-4219-b351-625e21df0414 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:cb65f779-ac71-40f7-a8c5-f8e55d2b2ba1 ArtifactChecksum:ZTM5M2ZmMTBlNDc5NDcyNDMwODQ3Nzc2YzFiOWZjNzQ= 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:d5a16186-ac1b-4ac8-962a-56a63ef9f513 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:cb742516-b6b1-4a4c-925a-8a092e539ad9 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:cb742516-b6b1-4a4c-925a-8a092e539ad9 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-27T05:54:55.419Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17e78e94-1155-4bbb-807b-62fce39e0081 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:54:55.451Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:54:55.453Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:54:55.453Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:54:55.453Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 84509e87-9ae7-406a-937b-2ba52345eb50 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-27T05:54:55.453Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:54:55.454Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-27T05:54:55.769Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:54:55.773Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 84509e87-9ae7-406a-937b-2ba52345eb50 68764 2021-10-27T05:54:55.773Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-10-27T05:54:55.774Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-27T05:54:55.774Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:54:55.774Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:55.776Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:55.776Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314095773, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:54:55.876Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:55.877Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:55.877Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:55.891Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:55.891Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:56.776Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:54:56.778Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:54:56.778Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 84509e87-9ae7-406a-937b-2ba52345eb50, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-27T05:54:56.778Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-10-27T05:54:56.779Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-27T05:54:56.779Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-27T05:54:56.881Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3273873037099189049/Definitions/service-BasicCnf-template.yml 2021-10-27T05:54:58.054Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-27T05:54:58.054Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:54:58.054Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-27T05:54:58.054Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-10-27T05:54:58.054Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|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-BasicCnf-csar.csar 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:58.055Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-27T05:54:58.056Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:54:58.056Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:54:58.056Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.056Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:58.056Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.056Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-27T05:54:58.056Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-10-27T05:54:58.056Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2021-10-27T05:54:58.056Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-27T05:54:58.056Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.057Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-27T05:54:58.057Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.057Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-27T05:54:58.057Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:54:58.057Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.057Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-27T05:54:58.057Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:54:58.057Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.057Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-27T05:54:58.057Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:54:58.057Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1843e014-c6ea-4e39-9c73-77f669775e64 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:54:58.058Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:17e78e94-1155-4bbb-807b-62fce39e0081 Model Version:NULL Model InvariantUuid:6913895e-304f-4a81-b579-6d1bdc67611a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:5b23aca7-491f-4402-b27a-e7757d113299 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3c1cd5b1-29c7-4eec-8337-25bf4ca74124 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8d7529f6-24aa-4da9-b518-1b3915d2bc59 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dff8b1c9-f3e4-447f-947b-fd88d69184a4 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:bbe774a8-1451-4e3d-b270-b1f320201740 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1843e014-c6ea-4e39-9c73-77f669775e64 ModelInvariantUuid:6e0a3715-403e-4eca-8e72-b8297a707893 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:87e110af-f469-4bbb-91f0-515fd15f71a2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:6fb01c1f-53a8-4892-85df-feb4721ea313 ModelInvariantUuid:3a78f146-6719-40ea-9924-4de70e452793 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:28ef035f-7c19-4836-acae-6b80dd587248 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-27T05:54:58.071Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5fc8fa8a-eecf-420b-9037-b50b44c2805f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:54:58.074Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||basic_cnf 0 2021-10-27T05:54:58.074Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5fc8fa8a-eecf-420b-9037-b50b44c2805f 2021-10-27T05:54:58.074Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4479c448-e27a-4295-8a19-f335bdf8a41f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-10-27T05:54:58.074Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:54:58.074Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-10-27T05:54:58.255Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:54:58.255Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4479c448-e27a-4295-8a19-f335bdf8a41f 12 2021-10-27T05:54:58.255Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-10-27T05:54:58.255Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-10-27T05:54:58.256Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:54:58.256Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:58.257Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:58.257Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314098255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:54:58.358Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:54:58.358Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:58.358Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:58.369Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:58.370Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:54:59.258Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d73a7ee1-c7a6-4219-b351-625e21df0414 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-10-27T05:54:59.259Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:54:59.259Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-10-27T05:54:59.403Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:54:59.403Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d73a7ee1-c7a6-4219-b351-625e21df0414 2688 2021-10-27T05:54:59.403Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-10-27T05:54:59.403Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-10-27T05:54:59.403Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:54:59.404Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:54:59.405Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:54:59.406Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314099403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-27T05:54:59.506Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:54:59.506Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:54:59.506Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:54:59.518Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:54:59.518Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:55:00.407Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cb65f779-ac71-40f7-a8c5-f8e55d2b2ba1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-27T05:55:00.407Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:55:00.408Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-27T05:55:00.658Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:55:00.658Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json cb65f779-ac71-40f7-a8c5-f8e55d2b2ba1 828 2021-10-27T05:55:00.658Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-10-27T05:55:00.658Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-27T05:55:00.658Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:55:00.659Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:55:00.660Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:55:00.660Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314100658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:55:00.761Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:55:00.761Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:55:00.761Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:55:00.775Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:55:00.776Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:55:01.662Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "dff8b1c9-f3e4-447f-947b-fd88d69184a4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bbe774a8-1451-4e3d-b270-b1f320201740", "vfModuleModelCustomizationUUID": "d98dbdf5-e0d0-4982-8948-8a0aaa0f1901", "isBase": true, "artifacts": [ "d5a16186-ac1b-4ac8-962a-56a63ef9f513", "d73a7ee1-c7a6-4219-b351-625e21df0414", "cb742516-b6b1-4a4c-925a-8a092e539ad9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:55:01.665Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bbe774a8-1451-4e3d-b270-b1f320201740 VfModuleModelInvariantUUID:dff8b1c9-f3e4-447f-947b-fd88d69184a4 VfModuleModelDescription:NULL Artifacts UUID List:{ d5a16186-ac1b-4ac8-962a-56a63ef9f513 , d73a7ee1-c7a6-4219-b351-625e21df0414 , cb742516-b6b1-4a4c-925a-8a092e539ad9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:55:01.668Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "dff8b1c9-f3e4-447f-947b-fd88d69184a4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bbe774a8-1451-4e3d-b270-b1f320201740", "vfModuleModelCustomizationUUID": "d98dbdf5-e0d0-4982-8948-8a0aaa0f1901", "isBase": true, "artifacts": [ "d5a16186-ac1b-4ac8-962a-56a63ef9f513", "d73a7ee1-c7a6-4219-b351-625e21df0414", "cb742516-b6b1-4a4c-925a-8a092e539ad9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:55:01.668Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bbe774a8-1451-4e3d-b270-b1f320201740 VfModuleModelInvariantUUID:dff8b1c9-f3e4-447f-947b-fd88d69184a4 VfModuleModelDescription:NULL Artifacts UUID List:{ d5a16186-ac1b-4ac8-962a-56a63ef9f513 , d73a7ee1-c7a6-4219-b351-625e21df0414 , cb742516-b6b1-4a4c-925a-8a092e539ad9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:55:01.668Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d5a16186-ac1b-4ac8-962a-56a63ef9f513 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-27T05:55:01.668Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:55:01.668Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-27T05:55:02.232Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:55:02.232Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d5a16186-ac1b-4ac8-962a-56a63ef9f513 1164 2021-10-27T05:55:02.232Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-10-27T05:55:02.232Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-27T05:55:02.233Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:55:02.233Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:55:02.234Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:55:02.235Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314102232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:55:02.335Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:55:02.335Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:55:02.335Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:55:02.351Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:55:02.351Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:55:03.235Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cb742516-b6b1-4a4c-925a-8a092e539ad9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-27T05:55:03.236Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:55:03.236Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-27T05:55:03.438Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:55:03.438Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cb742516-b6b1-4a4c-925a-8a092e539ad9 200 2021-10-27T05:55:03.438Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-10-27T05:55:03.438Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-27T05:55:03.439Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:55:03.439Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:55:03.441Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:55:03.441Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314103438, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:55:03.541Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:55:03.542Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:55:03.542Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:55:03.554Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:55:03.554Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:55:04.441Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 17e78e94-1155-4bbb-807b-62fce39e0081 2021-10-27T05:55:04.442Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5fc8fa8a-eecf-420b-9037-b50b44c2805f 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=? 2021-10-27T05:55:04.515Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||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=? 2021-10-27T05:55:04.522Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b958597, org.onap.sdc.toscaparser.api.parameters.Input@57df35d8, org.onap.sdc.toscaparser.api.parameters.Input@759b71d4, org.onap.sdc.toscaparser.api.parameters.Input@9b8275a, org.onap.sdc.toscaparser.api.parameters.Input@1e96a2c7] 2021-10-27T05:55:04.523Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.523Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:55:04.524Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-10-27T05:55:04.524Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8d7529f6-24aa-4da9-b518-1b3915d2bc59 2021-10-27T05:55:04.524Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d7529f6-24aa-4da9-b518-1b3915d2bc59 matches Tosca VF Customization UUID: 8d7529f6-24aa-4da9-b518-1b3915d2bc59 2021-10-27T05:55:04.524Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8d7529f6-24aa-4da9-b518-1b3915d2bc59 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-27T05:55:04.526Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.526Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:55:04.527Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8d7529f6-24aa-4da9-b518-1b3915d2bc59: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-10-27T05:55:04.527Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56b89147 2021-10-27T05:55:04.527Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.527Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-27T05:55:04.528Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d98dbdf5-e0d0-4982-8948-8a0aaa0f1901 2021-10-27T05:55:04.528Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d98dbdf5-e0d0-4982-8948-8a0aaa0f1901 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-27T05:55:04.530Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.530Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-27T05:55:04.530Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:55:04.531Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.531Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-27T05:55:04.531Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:55:04.531Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.531Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-10-27T05:55:04.532Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-10-27T05:55:04.532Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1843e014-c6ea-4e39-9c73-77f669775e64 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-27T05:55:04.534Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.535Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-27T05:55:04.535Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:55:04.535Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.535Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-10-27T05:55:04.536Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8d7529f6-24aa-4da9-b518-1b3915d2bc59 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:55:04.537Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.538Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:55:04.538Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 17e78e94-1155-4bbb-807b-62fce39e0081: basic_cnf 2021-10-27T05:55:04.538Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.538Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:55:04.538Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.539Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:55:04.539Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.539Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:55:04.539Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.539Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:55:04.540Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:55:04.540Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:55:04.540Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:55:04.619Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5fc8fa8a-eecf-420b-9037-b50b44c2805f 1 ASDC deployResourceStructure 2021-10-27T05:55:04.620Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-10-27T05:55:04.620Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-10-27T05:55:04.620Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-27T05:55:04.621Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:55:04.622Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:55:04.622Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314104620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-27T05:55:04.723Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:55:04.723Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:55:04.724Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:55:04.737Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:55:04.738Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:55:05.624Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-10-27T05:55:05.624Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-10-27T05:55:05.624Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-10-27T05:55:05.624Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:55:05.626Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:55:05.626Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314105624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-27T05:55:05.727Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:55:05.728Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:55:05.728Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:55:05.743Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:55:05.744Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:55:06.628Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-10-27T05:55:06.628Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-10-27T05:55:06.628Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:55:06.628Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:55:06.630Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:55:06.630Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314106627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:55:06.731Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:55:06.731Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:55:06.731Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:55:06.750Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:55:06.750Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:55:07.631Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-10-27T05:55:07.632Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-10-27T05:55:07.632Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:55:07.632Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:55:07.634Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:55:07.634Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314107631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:55:07.735Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:55:07.736Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:55:07.736Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:55:07.748Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:55:07.749Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:55:08.635Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-10-27T05:55:08.636Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-10-27T05:55:08.636Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:55:08.636Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:55:08.638Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:55:08.638Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314108635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-10-27T05:55:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:55:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:55:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:55:08.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:55:08.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:55:08.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313988648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:55:08.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:55:08.738Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:55:08.739Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:55:08.739Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:55:08.751Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:55:08.751Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:55:09.639Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-10-27T05:55:09.640Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-10-27T05:55:09.640Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:55:09.640Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:55:09.642Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:55:09.642Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314109639, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:55:09.742Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:55:09.743Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:55:09.743Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:55:09.759Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:55:09.760Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:55:10.642Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d83619-64bf-4634-9d27-660aa85cc2fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:55:10.652Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d83619-64bf-4634-9d27-660aa85cc2fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:55:10.654Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:55:10.654Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:55:10.654Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:55:40.655Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d83619-64bf-4634-9d27-660aa85cc2fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:55:40.665Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d83619-64bf-4634-9d27-660aa85cc2fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:55:40.667Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:55:40.667Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:55:40.667Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:56:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:56:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:56:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:08.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:08.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "ves-openapi-manager", "timestamp": 1635313980175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "cds", "timestamp": 1635313982236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313986305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-27T05:56:08.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.684Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "policy-id", "timestamp": 1635313989651, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:56:08.692Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88d83619-64bf-4634-9d27-660aa85cc2fc 2021-10-27T05:56:08.693Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d83619-64bf-4634-9d27-660aa85cc2fc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:56:08.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313989853, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.706Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "cds", "timestamp": 1635313982236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313986305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:56:08.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:56:08.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635313990856, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:56:08.713Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88d83619-64bf-4634-9d27-660aa85cc2fc 2021-10-27T05:56:08.713Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d83619-64bf-4634-9d27-660aa85cc2fc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:56:08.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "cds", "timestamp": 1635313982236, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:56:08.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313986305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-27T05:56:08.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-27T05:56:08.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313986305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "cds", "timestamp": 1635313992176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313986305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-27T05:56:08.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-27T05:56:08.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "cds", "timestamp": 1635313993181, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:56:08.731Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88d83619-64bf-4634-9d27-660aa85cc2fc 2021-10-27T05:56:08.731Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d83619-64bf-4634-9d27-660aa85cc2fc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:56:08.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313986305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313986305, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313996447, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313997761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635313999063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635313999328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635313999464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313999637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "aai-ml", "timestamp": 1635314000468, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:56:08.748Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88d83619-64bf-4634-9d27-660aa85cc2fc 2021-10-27T05:56:08.748Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d83619-64bf-4634-9d27-660aa85cc2fc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:56:08.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635314001071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314001326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "clamp", "timestamp": 1635314002073, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:56:08.778Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88d83619-64bf-4634-9d27-660aa85cc2fc 2021-10-27T05:56:08.778Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d83619-64bf-4634-9d27-660aa85cc2fc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:56:08.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314002391, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:56:08.810Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88d83619-64bf-4634-9d27-660aa85cc2fc 2021-10-27T05:56:08.810Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d83619-64bf-4634-9d27-660aa85cc2fc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-27T05:56:08.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314002538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314003394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314004334, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314006134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314007265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314008268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314009271, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314010275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "ves-openapi-manager", "timestamp": 1635314020175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "ves-openapi-manager", "timestamp": 1635314020175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "ves-openapi-manager", "timestamp": 1635314020175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "ves-openapi-manager", "timestamp": 1635314020175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314026305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "ves-openapi-manager", "timestamp": 1635314020175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "cds", "timestamp": 1635314027237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314026305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "ves-openapi-manager", "timestamp": 1635314020175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "cds", "timestamp": 1635314027237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314026305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:56:08.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "ves-openapi-manager", "timestamp": 1635314020175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "policy-id", "timestamp": 1635314028815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314028935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314029134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "cds", "timestamp": 1635314027237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314026305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "ves-openapi-manager", "timestamp": 1635314020175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "policy-id", "timestamp": 1635314028815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "dcae-sch", "timestamp": 1635314029935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-10-27T05:56:08.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314028935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314029134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "cds", "timestamp": 1635314027237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314026305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "policy-id", "timestamp": 1635314028815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "dcae-sch", "timestamp": 1635314029935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314028935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314029134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "cds", "timestamp": 1635314027237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314026305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "policy-id", "timestamp": 1635314028815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "dcae-sch", "timestamp": 1635314029935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314028935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314029134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "cds", "timestamp": 1635314027237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314026305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "policy-id", "timestamp": 1635314028815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "dcae-sch", "timestamp": 1635314029935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314028935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314029134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "cds", "timestamp": 1635314027237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314026305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "policy-id", "timestamp": 1635314028815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "dcae-sch", "timestamp": 1635314029935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314028935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314029134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "cds", "timestamp": 1635314027237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "policy-id", "timestamp": 1635314028815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "dcae-sch", "timestamp": 1635314029935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314028935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314029134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314035959, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "cds", "timestamp": 1635314036471, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "policy-id", "timestamp": 1635314028815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "dcae-sch", "timestamp": 1635314029935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314028935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314029134, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314037347, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "cds", "timestamp": 1635314037476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:56:08.849Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9458389d-1c67-4e85-8e98-6471ee8be0aa 2021-10-27T05:56:08.849Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9458389d-1c67-4e85-8e98-6471ee8be0aa and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:56:08.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "dcae-sch", "timestamp": 1635314029935, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314037844, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "policy-id", "timestamp": 1635314037834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314038758, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "policy-id", "timestamp": 1635314038837, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "aai-ml", "timestamp": 1635314038231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314039781, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:56:08.873Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9458389d-1c67-4e85-8e98-6471ee8be0aa 2021-10-27T05:56:08.873Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9458389d-1c67-4e85-8e98-6471ee8be0aa and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:56:08.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "policy-id", "timestamp": 1635314039845, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:56:08.891Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9458389d-1c67-4e85-8e98-6471ee8be0aa 2021-10-27T05:56:08.891Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9458389d-1c67-4e85-8e98-6471ee8be0aa and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-10-27T05:56:08.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "aai-ml", "timestamp": 1635314038231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314040075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.899Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1635314040784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.899Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "aai-ml", "timestamp": 1635314038231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314041079, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:56:08.904Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9458389d-1c67-4e85-8e98-6471ee8be0aa 2021-10-27T05:56:08.905Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9458389d-1c67-4e85-8e98-6471ee8be0aa and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:56:08.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "dcae-sch", "timestamp": 1635314041179, "artifactURL": "/sdc/v1/catalog/services/902dace9-6f45-4656-86ec-2769ad876ea1/resourceInstances/basicclamp0/artifacts/1b8dceb7-54e0-4c8a-8e2a-06601bb3359f", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.913Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "aai-ml", "timestamp": 1635314038231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "014033b8-7ec8-4fb2-be2f-c17ec2fc6740", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314041967, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "dcae-sch", "timestamp": 1635314042475, "artifactURL": "/sdc/v1/catalog/services/902dace9-6f45-4656-86ec-2769ad876ea1/resourceInstances/basicclamp0/artifacts/1b8dceb7-54e0-4c8a-8e2a-06601bb3359f", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "aai-ml", "timestamp": 1635314038231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314043075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "dcae-sch", "timestamp": 1635314043479, "artifactURL": "/sdc/v1/catalog/services/902dace9-6f45-4656-86ec-2769ad876ea1/resourceInstances/basicclamp0/artifacts/1b8dceb7-54e0-4c8a-8e2a-06601bb3359f", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:56:08.924Z||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 9458389d-1c67-4e85-8e98-6471ee8be0aa 2021-10-27T05:56:08.924Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9458389d-1c67-4e85-8e98-6471ee8be0aa and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "aai-ml", "timestamp": 1635314038231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314044079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "aai-ml", "timestamp": 1635314038231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "aai-ml", "timestamp": 1635314038231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314046175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "aai-ml", "timestamp": 1635314047140, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:08.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314047178, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:56:08.936Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:56:08.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/resourceInstances/pnf6e7fa583b9a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:08.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:56:08.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:56:08.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "clamp", "timestamp": 1635314048181, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:56:08.943Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9458389d-1c67-4e85-8e98-6471ee8be0aa 2021-10-27T05:56:08.943Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9458389d-1c67-4e85-8e98-6471ee8be0aa and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:56:10.667Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d83619-64bf-4634-9d27-660aa85cc2fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:56:10.678Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d83619-64bf-4634-9d27-660aa85cc2fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:56:10.681Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:56:10.681Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-27T05:56:10.681Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-27T05:56:10.681Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-27T05:56:10.681Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:56:10.681Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:56:10.681Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:56:10.681Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:56:10.681Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:56:10.681Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:56:10.681Z|88d83619-64bf-4634-9d27-660aa85cc2fc|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=? 2021-10-27T05:56:10.686Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-27T05:56:40.687Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88d83619-64bf-4634-9d27-660aa85cc2fc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-27T05:56:40.691Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88d83619-64bf-4634-9d27-660aa85cc2fc and serviceModelVersionId: 17e78e94-1155-4bbb-807b-62fce39e0081 2021-10-27T05:56:40.691Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6913895e-304f-4a81-b579-6d1bdc67611a 2021-10-27T05:56:40.692Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6913895e-304f-4a81-b579-6d1bdc67611a/model-vers/model-ver/17e78e94-1155-4bbb-807b-62fce39e0081?depth=0 2021-10-27T05:56:40.698Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-10-27T05:56:40.732Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6913895e-304f-4a81-b579-6d1bdc67611a/model-vers/model-ver/17e78e94-1155-4bbb-807b-62fce39e0081?depth=0|INFO|500||Invoke 2021-10-27T05:56:40.732Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6913895e-304f-4a81-b579-6d1bdc67611a/model-vers/model-ver/17e78e94-1155-4bbb-807b-62fce39e0081?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6913895e-304f-4a81-b579-6d1bdc67611a/model-vers/model-ver/17e78e94-1155-4bbb-807b-62fce39e0081?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88d83619-64bf-4634-9d27-660aa85cc2fc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3ee0f9d8-13fa-4c98-a311-d8eb59d995c2], X-ECOMP-RequestID=[88d83619-64bf-4634-9d27-660aa85cc2fc], X-TransactionId=[], X-ONAP-RequestID=[88d83619-64bf-4634-9d27-660aa85cc2fc], Content-Type=[application/merge-patch+json]} 2021-10-27T05:56:40.758Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6913895e-304f-4a81-b579-6d1bdc67611a/model-vers/model-ver/17e78e94-1155-4bbb-807b-62fce39e0081?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-27T05:56:41.243Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6913895e-304f-4a81-b579-6d1bdc67611a/model-vers/model-ver/17e78e94-1155-4bbb-807b-62fce39e0081?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/6913895e-304f-4a81-b579-6d1bdc67611a/model-vers/model-ver/17e78e94-1155-4bbb-807b-62fce39e0081?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211027-05:56:40:765-77266], vertex-id=[225408], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:56:40 GMT], Content-Type=[application/json]} 2021-10-27T05:56:41.243Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6913895e-304f-4a81-b579-6d1bdc67611a/model-vers/model-ver/17e78e94-1155-4bbb-807b-62fce39e0081?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-27T05:56:41.244Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6913895e-304f-4a81-b579-6d1bdc67611a/model-vers/model-ver/17e78e94-1155-4bbb-807b-62fce39e0081?depth=0|INFO|500||InvokeReturn 2021-10-27T05:56:41.244Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-27T05:56:41.244Z|88d83619-64bf-4634-9d27-660aa85cc2fc|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=? 2021-10-27T05:56:41.251Z|88d83619-64bf-4634-9d27-660aa85cc2fc|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) 2021-10-27T05:56:41.252Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88d83619-64bf-4634-9d27-660aa85cc2fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-27T05:56:41.252Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-27T05:56:41.252Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:41.254Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:41.254Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314201252, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:56:41.354Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:56:41.355Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:41.355Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:41.374Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:41.374Z||pool-105-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:56:42.267Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:56:42.267Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:56:42.268Z|88d83619-64bf-4634-9d27-660aa85cc2fc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:46.700Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:46.701Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-27T05:56:46.701Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9458389d-1c67-4e85-8e98-6471ee8be0aa","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"902dace9-6f45-4656-86ec-2769ad876ea1","serviceDescription":"service","serviceInvariantUUID":"3a295a77-bb05-44a5-b300-b1bc6bb18d70","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4fdc372-6071-4df1-ae2d-603627f49df8","resourceInvariantUUID":"0af4c121-f234-48b0-b77d-7508f3137628","resourceCustomizationUUID":"9f19ab8b-4e73-4f47-a133-02fd46d7d836","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":"1b8dceb7-54e0-4c8a-8e2a-06601bb3359f","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":"OGRlYTQyMjkwNGU2YWJkMzgxNWQ0OTVlYzA2YjE0YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"417bc962-ad12-4ca7-bb0e-4f34174cb607","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":"ZDQyYTBkODAxN2NmNmM3MjVlMjBmMTFlMjQxZjhjZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0b0effe-050b-4964-ba7a-255cf322606b","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":"910c5c6e-b0e6-441f-be02-a64903a8b786","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":"f794c433-ba4a-4ed5-a65c-4d7ddcc01f19","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":"37bf8df3-a1e7-4fc4-a01d-71b85ccb52f8","artifactVersion":"2","generatedFromUUID":"910c5c6e-b0e6-441f-be02-a64903a8b786"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZGM4OWNiZWE3ZDhkN2MwNWI1NDgzNWY2YjkxODhkYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc8dc9f8-9e25-488b-9529-2cc5abbdb1da","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Nzg4NTllMWViNDAzODdlYTg1NDhhNDEyMjgyNmRmYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de40b4d2-a81a-494b-aaf5-a82b7f35990f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-27T05:56:46.702Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:56:46.703Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:46.705Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:46.705Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:46.805Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:56:46.806Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:46.806Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:46.825Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:46.825Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:56:47.705Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:56:47.706Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:47.709Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:47.709Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:47.810Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:56:47.810Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:47.811Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:47.839Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:47.839Z||pool-107-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:56:48.711Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:56:48.712Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:48.713Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:48.714Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:56:48.814Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:56:48.814Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:48.815Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:48.828Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:48.829Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:56:49.714Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:56:49.715Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:49.717Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:49.717Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-27T05:56:49.817Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:56:49.818Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:49.818Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:49.833Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:49.833Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:56:50.717Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:56:50.718Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:50.721Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:50.721Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:50.821Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:56:50.822Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:50.822Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:50.841Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:50.842Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:56:51.722Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:56:51.723Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:51.724Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:51.725Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-27T05:56:51.825Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:56:51.825Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:51.826Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:51.841Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:51.842Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:56:52.725Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:56:52.726Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:52.728Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:52.728Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:56:52.829Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:56:52.829Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:52.829Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:52.850Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:52.850Z||pool-112-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:56:53.729Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:56:53.730Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:53.732Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:53.732Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:56:53.832Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:56:53.833Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:53.833Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:53.845Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:53.845Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:56:54.733Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "902dace9-6f45-4656-86ec-2769ad876ea1", "serviceDescription": "service", "serviceInvariantUUID": "3a295a77-bb05-44a5-b300-b1bc6bb18d70", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "9f19ab8b-4e73-4f47-a133-02fd46d7d836", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c4fdc372-6071-4df1-ae2d-603627f49df8", "resourceInvariantUUID": "0af4c121-f234-48b0-b77d-7508f3137628", "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": "ZDQyYTBkODAxN2NmNmM3MjVlMjBmMTFlMjQxZjhjZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d0b0effe-050b-4964-ba7a-255cf322606b", "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": "910c5c6e-b0e6-441f-be02-a64903a8b786", "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": "37bf8df3-a1e7-4fc4-a01d-71b85ccb52f8", "generatedFromUUID": "910c5c6e-b0e6-441f-be02-a64903a8b786" }, "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": "37bf8df3-a1e7-4fc4-a01d-71b85ccb52f8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "Nzg4NTllMWViNDAzODdlYTg1NDhhNDEyMjgyNmRmYWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de40b4d2-a81a-494b-aaf5-a82b7f35990f" } ], "workloadContext": "Production" } 2021-10-27T05:56:54.733Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-27T05:56:54.733Z|88d83619-64bf-4634-9d27-660aa85cc2fc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 902dace9-6f45-4656-86ec-2769ad876ea1 ASDC 2021-10-27T05:56:54.734Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:9458389d-1c67-4e85-8e98-6471ee8be0aa ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:902dace9-6f45-4656-86ec-2769ad876ea1 ServiceInvariantUUID:3a295a77-bb05-44a5-b300-b1bc6bb18d70 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:de40b4d2-a81a-494b-aaf5-a82b7f35990f ArtifactChecksum:Nzg4NTllMWViNDAzODdlYTg1NDhhNDEyMjgyNmRmYWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:9f19ab8b-4e73-4f47-a133-02fd46d7d836 ResourceInvariantUUID:0af4c121-f234-48b0-b77d-7508f3137628 ResourceName:basicclamp ResourceType:VF ResourceUUID:c4fdc372-6071-4df1-ae2d-603627f49df8 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:d0b0effe-050b-4964-ba7a-255cf322606b ArtifactChecksum:ZDQyYTBkODAxN2NmNmM3MjVlMjBmMTFlMjQxZjhjZDU= 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:910c5c6e-b0e6-441f-be02-a64903a8b786 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:37bf8df3-a1e7-4fc4-a01d-71b85ccb52f8 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:37bf8df3-a1e7-4fc4-a01d-71b85ccb52f8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-27T05:56:54.734Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 902dace9-6f45-4656-86ec-2769ad876ea1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:56:54.783Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:56:54.784Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:56:54.784Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:56:54.784Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: de40b4d2-a81a-494b-aaf5-a82b7f35990f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-27T05:56:54.784Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:56:54.784Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:55.430Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:56:55.433Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar de40b4d2-a81a-494b-aaf5-a82b7f35990f 73467 2021-10-27T05:56:55.434Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:55.434Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:55.434Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:56:55.435Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:55.439Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:55.439Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314215434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:55.540Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:56:55.540Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:55.541Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:55.555Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:55.555Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:56:56.440Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:56:56.441Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:56:56.441Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: de40b4d2-a81a-494b-aaf5-a82b7f35990f, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-27T05:56:56.442Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-10-27T05:56:56.442Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-27T05:56:56.442Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-27T05:56:56.545Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4340375265745479227/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-10-27T05:56:57.807Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-27T05:56:57.807Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:56:57.808Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-27T05:56:57.809Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:56:57.809Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:56:57.809Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.809Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:56:57.809Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-27T05:56:57.809Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:56:57.809Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:56:57.809Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.809Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:56:57.809Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.809Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-27T05:56:57.810Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-27T05:56:57.810Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-27T05:56:57.810Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-27T05:56:57.810Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-27T05:56:57.810Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-27T05:56:57.810Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.810Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-27T05:56:57.810Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.810Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-27T05:56:57.810Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:56:57.811Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.811Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-27T05:56:57.811Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:56:57.811Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.811Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-27T05:56:57.811Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:56:57.811Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.811Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-27T05:56:57.811Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-27T05:56:57.811Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-27T05:56:57.811Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2faffca1-0d09-4a86-a7ab-bc722d384859 2021-10-27T05:56:57.812Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.812Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:56:57.812Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.812Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:56:57.812Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.812Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:56:57.812Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:56:57.812Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:56:57.812Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:902dace9-6f45-4656-86ec-2769ad876ea1 Model Version:NULL Model InvariantUuid:3a295a77-bb05-44a5-b300-b1bc6bb18d70 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:5865952a-5396-4022-8cea-7901f8294359 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0af4c121-f234-48b0-b77d-7508f3137628 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9f19ab8b-4e73-4f47-a133-02fd46d7d836 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3e05a0f6-1b7d-4041-9552-1b497a779154 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:48478d68-0aa8-4cf0-b92c-645c5b27249d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2faffca1-0d09-4a86-a7ab-bc722d384859 ModelInvariantUuid:5899d0b7-cd4a-4868-b9d7-2840caa4c891 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:7d808086-d40e-4836-ac9d-bd09ead40084 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:eddca960-7883-4742-9470-fddb591f2bd0 ModelInvariantUuid:5ad8b99a-de8e-4dc6-939b-a326a9ca73d3 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:e0aeb247-317f-4e7e-b9d2-ff2a6d8284e8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-27T05:56:57.818Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c4fdc372-6071-4df1-ae2d-603627f49df8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:56:57.821Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-10-27T05:56:57.821Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4fdc372-6071-4df1-ae2d-603627f49df8 2021-10-27T05:56:57.821Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d0b0effe-050b-4964-ba7a-255cf322606b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-27T05:56:57.821Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:56:57.821Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:58.282Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:56:58.283Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d0b0effe-050b-4964-ba7a-255cf322606b 790 2021-10-27T05:56:58.283Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:58.283Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:58.283Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:56:58.283Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:58.285Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:58.285Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314218283, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:58.385Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:56:58.386Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:58.386Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:58.404Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:58.404Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:56:59.285Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3e05a0f6-1b7d-4041-9552-1b497a779154", "vfModuleModelVersion": "1", "vfModuleModelUUID": "48478d68-0aa8-4cf0-b92c-645c5b27249d", "vfModuleModelCustomizationUUID": "d1956594-e99d-41dd-aedf-5938c423dce0", "isBase": true, "artifacts": [ "910c5c6e-b0e6-441f-be02-a64903a8b786", "37bf8df3-a1e7-4fc4-a01d-71b85ccb52f8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:56:59.288Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:48478d68-0aa8-4cf0-b92c-645c5b27249d VfModuleModelInvariantUUID:3e05a0f6-1b7d-4041-9552-1b497a779154 VfModuleModelDescription:NULL Artifacts UUID List:{ 910c5c6e-b0e6-441f-be02-a64903a8b786 , 37bf8df3-a1e7-4fc4-a01d-71b85ccb52f8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:56:59.290Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3e05a0f6-1b7d-4041-9552-1b497a779154", "vfModuleModelVersion": "1", "vfModuleModelUUID": "48478d68-0aa8-4cf0-b92c-645c5b27249d", "vfModuleModelCustomizationUUID": "d1956594-e99d-41dd-aedf-5938c423dce0", "isBase": true, "artifacts": [ "910c5c6e-b0e6-441f-be02-a64903a8b786", "37bf8df3-a1e7-4fc4-a01d-71b85ccb52f8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-10-27T05:56:59.291Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:48478d68-0aa8-4cf0-b92c-645c5b27249d VfModuleModelInvariantUUID:3e05a0f6-1b7d-4041-9552-1b497a779154 VfModuleModelDescription:NULL Artifacts UUID List:{ 910c5c6e-b0e6-441f-be02-a64903a8b786 , 37bf8df3-a1e7-4fc4-a01d-71b85ccb52f8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-10-27T05:56:59.291Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 910c5c6e-b0e6-441f-be02-a64903a8b786 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-27T05:56:59.291Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:56:59.291Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:59.473Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:56:59.473Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 910c5c6e-b0e6-441f-be02-a64903a8b786 5033 2021-10-27T05:56:59.473Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:59.473Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:56:59.474Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:56:59.474Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:56:59.476Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:56:59.476Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314219473, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:56:59.576Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:56:59.577Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-10-27T05:56:59.577Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:56:59.590Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:56:59.591Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:57:00.476Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37bf8df3-a1e7-4fc4-a01d-71b85ccb52f8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-27T05:57:00.477Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:57:00.477Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:57:00.832Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:57:00.833Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 37bf8df3-a1e7-4fc4-a01d-71b85ccb52f8 909 2021-10-27T05:57:00.833Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:57:00.833Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:57:00.833Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:57:00.833Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:57:00.835Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:57:00.835Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314220833, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:57:00.935Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:57:00.936Z||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. 2021-10-27T05:57:00.936Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:57:00.954Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:57:00.954Z||pool-117-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:57:01.835Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 902dace9-6f45-4656-86ec-2769ad876ea1 2021-10-27T05:57:01.836Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 c4fdc372-6071-4df1-ae2d-603627f49df8 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:57:01.851Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3893ba97, org.onap.sdc.toscaparser.api.parameters.Input@686365a, org.onap.sdc.toscaparser.api.parameters.Input@5eea5022, org.onap.sdc.toscaparser.api.parameters.Input@6f6aa628, org.onap.sdc.toscaparser.api.parameters.Input@4a88ee50] 2021-10-27T05:57:01.853Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.853Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:57:01.853Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-10-27T05:57:01.853Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9f19ab8b-4e73-4f47-a133-02fd46d7d836 2021-10-27T05:57:01.854Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f19ab8b-4e73-4f47-a133-02fd46d7d836 matches Tosca VF Customization UUID: 9f19ab8b-4e73-4f47-a133-02fd46d7d836 2021-10-27T05:57:01.854Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9f19ab8b-4e73-4f47-a133-02fd46d7d836 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-27T05:57:01.856Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.857Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:57:01.857Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9f19ab8b-4e73-4f47-a133-02fd46d7d836: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-10-27T05:57:01.858Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b0da28d 2021-10-27T05:57:01.858Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.858Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-27T05:57:01.858Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d1956594-e99d-41dd-aedf-5938c423dce0 2021-10-27T05:57:01.858Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d1956594-e99d-41dd-aedf-5938c423dce0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-27T05:57:01.861Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.861Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-27T05:57:01.861Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:57:01.861Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.862Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-27T05:57:01.862Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:57:01.862Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.862Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-27T05:57:01.862Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-27T05:57:01.862Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-27T05:57:01.862Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2faffca1-0d09-4a86-a7ab-bc722d384859 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-27T05:57:01.864Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.865Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-27T05:57:01.865Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-27T05:57:01.865Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.865Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-27T05:57:01.865Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=9f19ab8b-4e73-4f47-a133-02fd46d7d836 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:57:01.867Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.867Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:57:01.867Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 902dace9-6f45-4656-86ec-2769ad876ea1: basicclamp 2021-10-27T05:57:01.867Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.868Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:57:01.868Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.868Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:57:01.868Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.868Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:57:01.868Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.868Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:57:01.868Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:57:01.868Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:57:01.868Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 (?, ?, ?, ?, ?) 2021-10-27T05:57:01.978Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp c4fdc372-6071-4df1-ae2d-603627f49df8 1 ASDC deployResourceStructure 2021-10-27T05:57:01.978Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:57:01.978Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:57:01.978Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:57:01.979Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:57:01.984Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:57:01.984Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314221978, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:57:02.085Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:57:02.085Z||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. 2021-10-27T05:57:02.085Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:57:02.098Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:57:02.098Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:57:02.985Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:57:02.985Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:57:02.986Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:57:02.986Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:57:02.987Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:57:02.987Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314222985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:57:03.087Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:57:03.088Z||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. 2021-10-27T05:57:03.088Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:57:03.111Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:57:03.112Z||pool-119-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:57:03.988Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:57:03.988Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:57:03.989Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:57:03.989Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:57:03.990Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:57:03.990Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314223988, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-27T05:57:04.090Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:57:04.091Z||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. 2021-10-27T05:57:04.091Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:57:04.109Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:57:04.110Z||pool-120-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:57:04.991Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:57:04.991Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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 2021-10-27T05:57:04.991Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:57:04.992Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:57:04.994Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:57:04.994Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314224991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:57:05.094Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:57:05.097Z||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. 2021-10-27T05:57:05.097Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:57:05.123Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:57:05.124Z||pool-121-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:57:05.994Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9458389d-1c67-4e85-8e98-6471ee8be0aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:57:06.012Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9458389d-1c67-4e85-8e98-6471ee8be0aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:57:06.014Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:57:06.014Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-27T05:57:06.014Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-27T05:57:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:57:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:57:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:57:08.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:57:08.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:57:08.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314051886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:57:08.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314053863, "artifactURL": "/sdc/v1/catalog/services/DemoPnfIuq6hzsurily0jqb1dkg/1.0/artifacts/service-DemoPnfIuq6hzsurily0jqb1dkg-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:57:08.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "aai-ml", "timestamp": 1635314058336, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:57:08.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "aai-ml", "timestamp": 1635314059339, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:57:08.689Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9458389d-1c67-4e85-8e98-6471ee8be0aa 2021-10-27T05:57:08.689Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9458389d-1c67-4e85-8e98-6471ee8be0aa and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:57:08.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "64916eeb-f82e-4535-a49d-b0699e8033de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314085261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:57:08.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635313984772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314095773, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314098255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314099403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314100658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314102232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:57:08.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "cds", "timestamp": 1635314102236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314100175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314098231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314103438, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314098231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314100175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "cds", "timestamp": 1635314102236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314104620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314100175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314098231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.703Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "cds", "timestamp": 1635314102236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314105624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314098231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "cds", "timestamp": 1635314102236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314100175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314106627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314100175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314098231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "cds", "timestamp": 1635314102236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314106305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314107631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314100175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "cds", "timestamp": 1635314102236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314098231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:08.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:57:08.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314106305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:57:08.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:57:36.015Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9458389d-1c67-4e85-8e98-6471ee8be0aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:57:36.045Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9458389d-1c67-4e85-8e98-6471ee8be0aa Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:57:36.047Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:57:36.047Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-27T05:57:36.047Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-27T05:57:36.047Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-27T05:57:36.047Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:57:36.048Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:57:36.048Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:57:36.048Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:57:36.048Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:57:36.048Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:57:36.048Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:57:36.048Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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=? 2021-10-27T05:57:36.052Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-27T05:58:06.052Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9458389d-1c67-4e85-8e98-6471ee8be0aa and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-27T05:58:06.076Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9458389d-1c67-4e85-8e98-6471ee8be0aa and serviceModelVersionId: 902dace9-6f45-4656-86ec-2769ad876ea1 2021-10-27T05:58:06.076Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a295a77-bb05-44a5-b300-b1bc6bb18d70 2021-10-27T05:58:06.077Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a295a77-bb05-44a5-b300-b1bc6bb18d70/model-vers/model-ver/902dace9-6f45-4656-86ec-2769ad876ea1?depth=0 2021-10-27T05:58:06.082Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-10-27T05:58:06.116Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a295a77-bb05-44a5-b300-b1bc6bb18d70/model-vers/model-ver/902dace9-6f45-4656-86ec-2769ad876ea1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-10-27T05:58:06.116Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a295a77-bb05-44a5-b300-b1bc6bb18d70/model-vers/model-ver/902dace9-6f45-4656-86ec-2769ad876ea1?depth=0|INFO|500||Invoke 2021-10-27T05:58:06.139Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a295a77-bb05-44a5-b300-b1bc6bb18d70/model-vers/model-ver/902dace9-6f45-4656-86ec-2769ad876ea1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-27T05:58:06.469Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a295a77-bb05-44a5-b300-b1bc6bb18d70/model-vers/model-ver/902dace9-6f45-4656-86ec-2769ad876ea1?depth=0|INFO|500||InvokeReturn 2021-10-27T05:58:06.469Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a295a77-bb05-44a5-b300-b1bc6bb18d70/model-vers/model-ver/902dace9-6f45-4656-86ec-2769ad876ea1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211027-05:58:06:166-92419], vertex-id=[237648], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:58:06 GMT], Content-Type=[application/json]} 2021-10-27T05:58:06.469Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-10-27T05:58:06.469Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-27T05:58:06.470Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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=? 2021-10-27T05:58:06.477Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|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) 2021-10-27T05:58:06.477Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9458389d-1c67-4e85-8e98-6471ee8be0aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-27T05:58:06.477Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-27T05:58:06.477Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:06.480Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:06.481Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314286477, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:58:06.580Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-27T05:58:06.581Z||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. 2021-10-27T05:58:06.581Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:06.598Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:06.599Z||pool-122-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=? 2021-10-27T05:58:07.495Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-10-27T05:58:07.495Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"512b6c4d-15b1-4a4c-abbf-7680a9b96dfc","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6ae490ad-ce0f-4428-b302-033e76f611ca","serviceDescription":"service","serviceInvariantUUID":"56f7a183-4de7-4dd0-98b5-1de0e6cc81cf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2fce2c0-70c8-4054-8379-f9415e261ab6","resourceInvariantUUID":"91b600d1-3bd3-4680-820d-e762875d9861","resourceCustomizationUUID":"94ff70de-445d-40d2-b1fd-55c804258b4f","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":"NmUzOTBjY2U4YjM1Y2MxNDgwYWJhMzNmMjIyZmUwOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e99dee6-fbcf-42e2-bd4d-f3b33eb83383","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":"a8762525-8980-4fb0-a27f-d31e3bfabf13","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":"f56298fd-f578-485b-83ff-5ac085b1ecc8","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":"MDc0Y2IzMWIzNTlmMDY4YTY3YjA4MzYwY2RmMmUwNzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3d6593fc-3938-49e2-806c-d9f1513dffd6","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":"822f789c-54a6-4b8f-9262-90abffbfcdec","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":"07855725-d849-4370-bd5b-35290cf03c4a","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":"ee563b41-ec70-4c3b-a9d6-bb7d20017718","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":"NzFlMjNjYjQxYzFiZmU1NzAyMjgxMzNiNDUyNWM1ZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a03de09a-9326-48c1-8fdd-7c547c6ecccb","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWMyYTkwYmVmODQ1NmFjOWYzNTk0YjA2MjVjY2Q1ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71bca9bf-3139-4277-906c-333b5769e0f2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-27T05:58:07.496Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:58:07.496Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:07.498Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:07.498Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:07.598Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:58:07.599Z||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. 2021-10-27T05:58:07.599Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:07.610Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:07.611Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:58:08.498Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:58:08.499Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:08.501Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:08.501Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.602Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:58:08.602Z||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. 2021-10-27T05:58:08.603Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:08.615Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:08.615Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:58:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:58:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:58:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:08.672Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:08.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314108635, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-10-27T05:58:08.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314100175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-27T05:58:08.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314098231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "cds", "timestamp": 1635314102236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314106305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314108815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314109639, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314100175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "cds", "timestamp": 1635314102236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314098231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314106305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314108815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "dcae-sch", "timestamp": 1635314109935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314100175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "cds", "timestamp": 1635314102236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314098231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314106305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314108815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "dcae-sch", "timestamp": 1635314109935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314106305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314112282, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "cds", "timestamp": 1635314112368, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314112370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314108815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "dcae-sch", "timestamp": 1635314109935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314106305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314113303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314108815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "dcae-sch", "timestamp": 1635314109935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "cds", "timestamp": 1635314113601, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:58:08.693Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc 2021-10-27T05:58:08.693Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:58:08.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314106305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.702Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "ves-openapi-manager", "timestamp": 1635314114305, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:58:08.706Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc 2021-10-27T05:58:08.706Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:58:08.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314108815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "dcae-sch", "timestamp": 1635314109935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "multicloud-k8s-id", "timestamp": 1635314106305, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314108815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "dcae-sch", "timestamp": 1635314109935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314108815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "dcae-sch", "timestamp": 1635314109935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314108815, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:58:08.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "dcae-sch", "timestamp": 1635314109935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.716Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314118231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:58:08.716Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "dcae-sch", "timestamp": 1635314109935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314118571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:58:08.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "aai-ml", "timestamp": 1635314119234, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:58:08.728Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc 2021-10-27T05:58:08.728Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:58:08.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314118935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314119574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:58:08.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314119134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314118935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "policy-id", "timestamp": 1635314120576, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:58:08.745Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc 2021-10-27T05:58:08.745Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:58:08.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314119134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314118935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314119134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314118935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314119134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314118935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314119134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314118935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314119134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314118935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314119134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314118935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314119134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314118935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314119134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:58:08.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314128766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:58:08.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314130662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:58:08.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314131090, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:58:08.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1635314131665, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:58:08.764Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc 2021-10-27T05:58:08.764Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:58:08.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314133097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:58:08.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:58:08.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:58:08.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "clamp", "timestamp": 1635314134100, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-27T05:58:08.782Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc 2021-10-27T05:58:08.782Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-27T05:58:09.502Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:58:09.503Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:09.504Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:09.505Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:09.605Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:58:09.605Z||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. 2021-10-27T05:58:09.605Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:09.618Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:09.619Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:58:10.505Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:58:10.506Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:10.507Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:10.507Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:10.608Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-27T05:58:10.608Z||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. 2021-10-27T05:58:10.609Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:10.626Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:10.626Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:58:11.508Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:58:11.509Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:11.511Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:11.511Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:11.611Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:58:11.612Z||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. 2021-10-27T05:58:11.612Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:11.624Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:11.624Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:58:12.511Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:58:12.512Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:12.513Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:12.514Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:12.614Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:58:12.615Z||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. 2021-10-27T05:58:12.615Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:12.629Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:12.629Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:58:13.514Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:58:13.515Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:13.517Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:13.517Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:13.617Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:58:13.618Z||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. 2021-10-27T05:58:13.618Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:13.631Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:13.631Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:58:14.518Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:58:14.519Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:14.521Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:14.521Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:58:14.621Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-27T05:58:14.622Z||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. 2021-10-27T05:58:14.622Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:14.636Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:14.636Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-27T05:58:15.522Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-27T05:58:15.523Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:15.524Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:15.525Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:58:15.625Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:58:15.625Z||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. 2021-10-27T05:58:15.625Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:15.648Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:15.648Z||pool-131-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:58:16.526Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "6ae490ad-ce0f-4428-b302-033e76f611ca", "serviceDescription": "service", "serviceInvariantUUID": "56f7a183-4de7-4dd0-98b5-1de0e6cc81cf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "94ff70de-445d-40d2-b1fd-55c804258b4f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a2fce2c0-70c8-4054-8379-f9415e261ab6", "resourceInvariantUUID": "91b600d1-3bd3-4680-820d-e762875d9861", "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": "NWMyYTkwYmVmODQ1NmFjOWYzNTk0YjA2MjVjY2Q1ODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "71bca9bf-3139-4277-906c-333b5769e0f2" } ], "workloadContext": "Production" } 2021-10-27T05:58:16.527Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-27T05:58:16.527Z|9458389d-1c67-4e85-8e98-6471ee8be0aa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ae490ad-ce0f-4428-b302-033e76f611ca ASDC 2021-10-27T05:58:16.527Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:512b6c4d-15b1-4a4c-abbf-7680a9b96dfc ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:6ae490ad-ce0f-4428-b302-033e76f611ca ServiceInvariantUUID:56f7a183-4de7-4dd0-98b5-1de0e6cc81cf 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:71bca9bf-3139-4277-906c-333b5769e0f2 ArtifactChecksum:NWMyYTkwYmVmODQ1NmFjOWYzNTk0YjA2MjVjY2Q1ODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:94ff70de-445d-40d2-b1fd-55c804258b4f ResourceInvariantUUID:91b600d1-3bd3-4680-820d-e762875d9861 ResourceName:test-pnf ResourceType:PNF ResourceUUID:a2fce2c0-70c8-4054-8379-f9415e261ab6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-27T05:58:16.527Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ae490ad-ce0f-4428-b302-033e76f611ca ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:58:16.559Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:58:16.560Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:58:16.560Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:58:16.560Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 71bca9bf-3139-4277-906c-333b5769e0f2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-27T05:58:16.560Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-10-27T05:58:16.560Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-27T05:58:17.764Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-10-27T05:58:17.769Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 71bca9bf-3139-4277-906c-333b5769e0f2 105548 2021-10-27T05:58:17.769Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-27T05:58:17.769Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-27T05:58:17.770Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-27T05:58:17.770Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:17.772Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:17.772Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314297769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:58:17.872Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:58:17.873Z||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. 2021-10-27T05:58:17.873Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:17.885Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:17.885Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:58:18.772Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-27T05:58:18.774Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-10-27T05:58:18.774Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 71bca9bf-3139-4277-906c-333b5769e0f2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-27T05:58:18.775Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-10-27T05:58:18.775Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-27T05:58:18.776Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-27T05:58:18.863Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13520098176938385445/Definitions/service-TestPnfMacro-template.yml 2021-10-27T05:58:19.590Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-27T05:58:19.590Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:58:19.591Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-27T05:58:19.591Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-27T05:58:19.591Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-27T05:58:19.591Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-27T05:58:19.591Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-27T05:58:19.591Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-10-27T05:58:19.591Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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-TestPnfMacro-csar.csar 2021-10-27T05:58:19.591Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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-TestPnfMacro-csar.csar 2021-10-27T05:58:19.591Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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-TestPnfMacro-csar.csar 2021-10-27T05:58:19.600Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-10-27T05:58:19.600Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:58:19.600Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:58:19.601Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-27T05:58:19.601Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:58:19.601Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:58:19.601Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:58:19.601Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:58:19.601Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-10-27T05:58:19.601Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-10-27T05:58:19.602Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-27T05:58:19.602Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:58:19.602Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:58:19.602Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:58:19.602Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:58:19.602Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:58:19.602Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:58:19.602Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:58:19.602Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:58:19.603Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:58:19.603Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:58:19.603Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:6ae490ad-ce0f-4428-b302-033e76f611ca Model Version:NULL Model InvariantUuid:56f7a183-4de7-4dd0-98b5-1de0e6cc81cf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-27T05:58:19.611Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: a2fce2c0-70c8-4054-8379-f9415e261ab6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:58:19.614Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||test-pnf 0 2021-10-27T05:58:19.614Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a2fce2c0-70c8-4054-8379-f9415e261ab6 2021-10-27T05:58:19.614Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 6ae490ad-ce0f-4428-b302-033e76f611ca 2021-10-27T05:58:19.614Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6ae490ad-ce0f-4428-b302-033e76f611ca 2021-10-27T05:58:19.614Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a2fce2c0-70c8-4054-8379-f9415e261ab6 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-10-27T05:58:19.619Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6285bcf9, org.onap.sdc.toscaparser.api.parameters.Input@34f036ab, org.onap.sdc.toscaparser.api.parameters.Input@5ac9ee5c, org.onap.sdc.toscaparser.api.parameters.Input@3051806, org.onap.sdc.toscaparser.api.parameters.Input@4ca80eeb] 2021-10-27T05:58:19.619Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:58:19.619Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:58:19.620Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6ae490ad-ce0f-4428-b302-033e76f611ca: test-pnf 2021-10-27T05:58:19.620Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||Processing PNF resource: a2fce2c0-70c8-4054-8379-f9415e261ab6 2021-10-27T05:58:19.620Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-27T05:58:19.620Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-27T05:58:19.620Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||Resource customization UUID: 94ff70de-445d-40d2-b1fd-55c804258b4f is the same as notified resource customizationUUID: 94ff70de-445d-40d2-b1fd-55c804258b4f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-27T05:58:19.650Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a2fce2c0-70c8-4054-8379-f9415e261ab6 0 ASDC deployResourceStructure 2021-10-27T05:58:19.651Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-10-27T05:58:19.651Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-10-27T05:58:19.651Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-27T05:58:19.651Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:19.653Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:19.653Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314299651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:58:19.753Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:58:19.754Z||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. 2021-10-27T05:58:19.754Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:19.766Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:19.766Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-27T05:58:20.653Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:58:20.664Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-10-27T05:58:20.666Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-27T05:58:20.666Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-27T05:58:20.666Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-27T05:58:20.667Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-27T05:58:20.667Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:58:20.667Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:58:20.667Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:58:20.667Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:58:20.667Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:58:20.667Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:58:20.667Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-27T05:58:20.667Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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=? 2021-10-27T05:58:20.676Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-27T05:58:50.677Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-10-27T05:58:50.695Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc and serviceModelVersionId: 6ae490ad-ce0f-4428-b302-033e76f611ca 2021-10-27T05:58:50.695Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56f7a183-4de7-4dd0-98b5-1de0e6cc81cf 2021-10-27T05:58:50.696Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56f7a183-4de7-4dd0-98b5-1de0e6cc81cf/model-vers/model-ver/6ae490ad-ce0f-4428-b302-033e76f611ca?depth=0 2021-10-27T05:58:50.699Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-10-27T05:58:50.732Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56f7a183-4de7-4dd0-98b5-1de0e6cc81cf/model-vers/model-ver/6ae490ad-ce0f-4428-b302-033e76f611ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-10-27T05:58:50.733Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56f7a183-4de7-4dd0-98b5-1de0e6cc81cf/model-vers/model-ver/6ae490ad-ce0f-4428-b302-033e76f611ca?depth=0|INFO|500||Invoke 2021-10-27T05:58:50.757Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56f7a183-4de7-4dd0-98b5-1de0e6cc81cf/model-vers/model-ver/6ae490ad-ce0f-4428-b302-033e76f611ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-27T05:58:50.909Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56f7a183-4de7-4dd0-98b5-1de0e6cc81cf/model-vers/model-ver/6ae490ad-ce0f-4428-b302-033e76f611ca?depth=0|INFO|500||InvokeReturn 2021-10-27T05:58:50.910Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56f7a183-4de7-4dd0-98b5-1de0e6cc81cf/model-vers/model-ver/6ae490ad-ce0f-4428-b302-033e76f611ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211027-05:58:50:765-95847], vertex-id=[483512], Content-Length=[0], Date=[Wed, 27 Oct 2021 05:58:50 GMT], Content-Type=[application/json]} 2021-10-27T05:58:50.910Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-10-27T05:58:50.910Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-27T05:58:50.910Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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=? 2021-10-27T05:58:50.916Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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) 2021-10-27T05:58:50.917Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 512b6c4d-15b1-4a4c-abbf-7680a9b96dfc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-27T05:58:50.917Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-27T05:58:50.918Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-10-27T05:58:50.920Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-27T05:58:50.920Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314330917, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:58:51.020Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-27T05:58:51.021Z||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. 2021-10-27T05:58:51.021Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bhXtMoL05O8ykjkr) ... 2021-10-27T05:58:51.036Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:58:51.037Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-27T05:58:51.934Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:58:51.934Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:58:51.934Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:59:02.189Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:59:02.190Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:59:02.190Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:59:02.190Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:59:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:59:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:59:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:59:08.665Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:59:08.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d83619-64bf-4634-9d27-660aa85cc2fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314201252, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T05:59:08.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:59:08.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T05:59:08.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:59:08.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:59:08.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:59:08.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-27T05:59:08.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:59:08.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-27T05:59:08.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:59:08.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T05:59:08.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:59:08.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-27T05:59:08.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:59:08.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T05:59:08.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:59:08.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-27T05:59:08.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-27T05:59:08.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314215434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T05:59:08.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:59:08.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314218283, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314219473, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314220833, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314221978, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314222985, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-27T05:59:08.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:59:08.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314223988, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-27T05:59:08.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:59:08.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-27T05:59:08.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314224991, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T05:59:08.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T05:59:11.735Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:59:11.736Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:59:11.736Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:59:11.737Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:59:21.285Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:59:21.286Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:59:21.286Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:59:21.286Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:59:30.828Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:59:30.829Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:59:30.829Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:59:30.829Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:59:40.375Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:59:40.375Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:59:40.376Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:59:40.376Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:59:49.916Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:59:49.917Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:59:49.917Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:59:49.917Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T05:59:59.462Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T05:59:59.462Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T05:59:59.463Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T05:59:59.463Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:00:08.645Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:00:08.645Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:00:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:00:08.677Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:00:08.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-27T06:00:08.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9458389d-1c67-4e85-8e98-6471ee8be0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314286477, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T06:00:08.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T06:00:08.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-27T06:00:08.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T06:00:08.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-27T06:00:08.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-27T06:00:08.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-27T06:00:08.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-27T06:00:09.000Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:00:09.000Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:00:09.001Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:00:09.001Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:00:18.542Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:01:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:01:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:01:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:01:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:01:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:01:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:01:09.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:01:09.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-27T06:01:09.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-27T06:01:09.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-27T06:01:09.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-27T06:01:09.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-27T06:01:09.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-27T06:01:09.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-27T06:01:09.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-27T06:01:09.187Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-27T06:01:09.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-27T06:01:09.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T06:01:09.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-27T06:01:09.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-27T06:01:09.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-27T06:01:09.188Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-27T06:01:09.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-27T06:01:09.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314202267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314297769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314299651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "512b6c4d-15b1-4a4c-abbf-7680a9b96dfc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1635314330917, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-27T06:01:09.189Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-27T06:01:18.200Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:02:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:02:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:02:08.644Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:02:08.645Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:02:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:02:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:02:18.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:02:18.199Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:03:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:03:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:03:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:03:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:03:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:03:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:03:18.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:03:18.194Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:04:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:04:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:04:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:04:08.644Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:04:08.645Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:04:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:04:18.203Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:04:18.208Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:05:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:05:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:05:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:05:08.644Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:05:08.645Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:05:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:05:18.194Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:05:18.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:06:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:06:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:06:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:06:08.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:06:08.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:06:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:06:18.194Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:06:18.196Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:07:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:07:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:07:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:07:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:07:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:07:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:07:18.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:07:18.231Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:08:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:08:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:08:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:08:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:08:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:08:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:08:18.189Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:08:18.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:09:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:09:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:09:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:09:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:09:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:09:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:09:18.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:09:18.191Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:10:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:10:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:10:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:10:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:10:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:10:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:10:18.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:10:18.196Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:11:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:11:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:11:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:11:08.644Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:11:08.646Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:11:08.646Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:11:18.194Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:11:18.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:12:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:12:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:12:08.644Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:12:08.645Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:12:08.645Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:12:08.646Z|7e02733f-2023-4a71-b14c-dc223ae4020a|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:12:18.204Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:12:18.204Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:13:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:13:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:13:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:13:08.644Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:13:08.645Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:13:08.645Z|7e02733f-2023-4a71-b14c-dc223ae4020a|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:13:18.199Z|7e02733f-2023-4a71-b14c-dc223ae4020a|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:13:18.203Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:13:21.099Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-27T06:14:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:14:08.642Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:14:08.643Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:14:08.644Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-27T06:14:08.645Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-27T06:14:08.645Z||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 bhXtMoL05O8ykjkr) ... 2021-10-27T06:14:18.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-27T06:14:18.189Z|512b6c4d-15b1-4a4c-abbf-7680a9b96dfc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK