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-07T02:48:39.049Z||main|||||INFO|500||The following profiles are active: basic 2021-10-07T02:48:49.993Z||main|||||INFO|500||Starting service [Tomcat] 2021-10-07T02:48:49.993Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-10-07T02:48:50.088Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-10-07T02:48:52.866Z||main|||||INFO|500||catdb-pool - Starting... 2021-10-07T02:48:53.061Z||main|||||INFO|500||catdb-pool - Start completed. 2021-10-07T02:48:53.506Z||main|||||INFO|500||reqdb-pool - Starting... 2021-10-07T02:48:53.514Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-10-07T02:48:53.610Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-10-07T02:48:53.762Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-10-07T02:48:54.212Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-10-07T02:48:55.206Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-07T02:48:57.381Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-07T02:48:57.436Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-10-07T02:48:57.973Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-10-07T02:48:58.196Z||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-07T02:48:59.547Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-10-07T02:49:00.679Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-10-07T02:49:00.697Z||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$$a2b26ceb.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-07T02:49:00.698Z||main|||||WARN|500||The sdc end point is not alive 2021-10-07T02:49:03.963Z||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-07T02:49:06.871Z||main|||||WARN|500||--- 2021-10-07T02:49:06.872Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-10-07T02:49:06.872Z||main|||||WARN|500||--- 2021-10-07T02:49:07.390Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-10-07T02:49:12.444Z||main|||||INFO|500||Started Application in 38.897 seconds (JVM running for 40.208) 2021-10-07T02:49:12.459Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-10-07T02:49:12.461Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-10-07T02:49:12.471Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-10-07T02:49:12.544Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-10-07T02:49:12.589Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f3425559-d637-4024-a3a2-37dd128fd7d7 url= /sdc/v1/artifactTypes 2021-10-07T02:49:12.590Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-10-07T02:49:12.880Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-10-07T02:49:12.897Z||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-07T02:49:12.918Z||scheduling-1|||||DEBUG|500||create keys 2021-10-07T02:49:12.928Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-10-07T02:49:12.954Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:49:12.972Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6d92de76-f345-4a65-872a-c635985cb272 url= /sdc/v1/registerForDistribution 2021-10-07T02:49:13.063Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6d92de76-f345-4a65-872a-c635985cb272 url= /sdc/v1/registerForDistribution 2021-10-07T02:49:13.064Z||scheduling-1|||||INFO|500||start DistributionClient 2021-10-07T02:49:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:49:13.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:49:13.082Z||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-07T02:49:13.082Z||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-07T02:49:13.082Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:49:13.082Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:49:13.083Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-10-07T02:49:23.329Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:49:23.337Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:50:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:50:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:50:13.075Z||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-07T02:50:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:50:13.075Z||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-07T02:50:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:50:22.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:50:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:51:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:51:13.074Z||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-07T02:51:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:51:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:51:13.076Z||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-07T02:51:13.077Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:51:22.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:51:22.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:52:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:52:13.074Z||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-07T02:52:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:52:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:52:13.075Z||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-07T02:52:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:52:22.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:52:22.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:53:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:53:13.074Z||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-07T02:53:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:53:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:53:13.076Z||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-07T02:53:13.077Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:53:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:53:22.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:54:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:54:13.075Z||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-07T02:54:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:54:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:54:13.076Z||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-07T02:54:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:54:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:54:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:55:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:55:13.074Z||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-07T02:55:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:55:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:55:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T02:55:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T02:55:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:55:22.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:56:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:56:13.074Z||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-07T02:56:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:56:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:56:13.076Z||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-07T02:56:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:56:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:56:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:57:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:57:13.075Z||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-07T02:57:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:57:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:57:13.075Z||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-07T02:57:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:57:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:57:22.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:58:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:58:13.074Z||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-07T02:58:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:58:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:58:13.076Z||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-07T02:58:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:58:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:58:22.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:58:38.355Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-10-07T02:59:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:59:13.074Z||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-07T02:59:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:59:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T02:59:13.075Z||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-07T02:59:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T02:59:22.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T02:59:22.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:00:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:00:13.074Z||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-07T03:00:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:00:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:00:13.075Z||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-07T03:00:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:00:22.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:00:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:01:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:01:13.074Z||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-07T03:01:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:01:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:01:13.075Z||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-07T03:01:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:01:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:01:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:02:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:02:13.074Z||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-07T03:02:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:02:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:02:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T03:02:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:02:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:02:22.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:03:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:03:13.074Z||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-07T03:03:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:03:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:03:13.075Z||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-07T03:03:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:03:22.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:03:22.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:04:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:04:13.074Z||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-07T03:04:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:04:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:04:13.075Z||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-07T03:04:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:04:22.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:04:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:05:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:05:13.074Z||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-07T03:05:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:05:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:05:13.076Z||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-07T03:05:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:05:22.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:05:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:06:13.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:06:13.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:06:13.080Z||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-07T03:06:13.080Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:06:13.080Z||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-07T03:06:13.080Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:06:22.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:06:22.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:07:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:07:13.074Z||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-07T03:07:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:07:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:07:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T03:07:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:07:22.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:07:22.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:08:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:08:13.074Z||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-07T03:08:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:08:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:08:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T03:08:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:08:22.625Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:08:22.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:09:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:09:13.074Z||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-07T03:09:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:09:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:09:13.075Z||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-07T03:09:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:09:22.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:09:22.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:10:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:10:13.074Z||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-07T03:10:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:10:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:10:13.076Z||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-07T03:10:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:10:22.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:10:22.650Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:11:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:11:13.074Z||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-07T03:11:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:11:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:11:13.075Z||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-07T03:11:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:11:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:11:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:12:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:12:13.074Z||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-07T03:12:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:12:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:12:13.076Z||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-07T03:12:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:12:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:12:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:13:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:13:13.074Z||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-07T03:13:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:13:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:13:13.075Z||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-07T03:13:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:13:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:13:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:14:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:14:13.074Z||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-07T03:14:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:14:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:14:13.075Z||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-07T03:14:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:14:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:14:22.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:15:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:15:13.074Z||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-07T03:15:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:15:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:15:13.076Z||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-07T03:15:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:15:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:15:22.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:16:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:16:13.074Z||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-07T03:16:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:16:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:16:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T03:16:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:16:22.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:16:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:17:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:17:13.074Z||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-07T03:17:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:17:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:17:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T03:17:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T03:17:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:17:22.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:18:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:18:13.074Z||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-07T03:18:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:18:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:18:13.075Z||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-07T03:18:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:18:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:18:22.631Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:19:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:19:13.074Z||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-07T03:19:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:19:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:19:13.075Z||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-07T03:19:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:19:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:19:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:20:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:20:13.074Z||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-07T03:20:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:20:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:20:13.075Z||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-07T03:20:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:20:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:20:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:21:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:21:13.074Z||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-07T03:21:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:21:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:21:13.076Z||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-07T03:21:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:21:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:21:22.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:22:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:22:13.074Z||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-07T03:22:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:22:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:22:13.075Z||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-07T03:22:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:22:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:22:22.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:23:13.074Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:23:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:23:13.075Z||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-07T03:23:13.075Z||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-07T03:23:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:23:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:23:22.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:23:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:24:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:24:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:24:13.075Z||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-07T03:24:13.075Z||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-07T03:24:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:24:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:24:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:24:22.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:25:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:25:13.074Z||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-07T03:25:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:25:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:25:13.076Z||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-07T03:25:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:25:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:25:22.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:26:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:26:13.074Z||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-07T03:26:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:26:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:26:13.076Z||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-07T03:26:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:26:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:26:22.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:27:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:27:13.074Z||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-07T03:27:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:27:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:27:13.075Z||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-07T03:27:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:27:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:27:22.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:28:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:28:13.074Z||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-07T03:28:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:28:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:28:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T03:28:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T03:28:22.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:28:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:29:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:29:13.074Z||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-07T03:29:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:29:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:29:13.075Z||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-07T03:29:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:29:22.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:29:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:30:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:30:13.074Z||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-07T03:30:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:30:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:30:13.075Z||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-07T03:30:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:30:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:30:22.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:31:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:31:13.074Z||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-07T03:31:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:31:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:31:13.075Z||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-07T03:31:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:31:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:31:22.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:32:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:32:13.074Z||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-07T03:32:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:32:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:32:13.075Z||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-07T03:32:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:32:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:32:22.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:33:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:33:13.074Z||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-07T03:33:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:33:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:33:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T03:33:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:33:22.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:33:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:34:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:34:13.074Z||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-07T03:34:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:34:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:34:13.075Z||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-07T03:34:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:34:22.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:34:22.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:35:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:35:13.074Z||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-07T03:35:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:35:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:35:13.075Z||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-07T03:35:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:35:22.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:35:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:36:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:36:13.074Z||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-07T03:36:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:36:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:36:13.075Z||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-07T03:36:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:36:22.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:36:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:37:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:37:13.074Z||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-07T03:37:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:37:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:37:13.075Z||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-07T03:37:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:37:22.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:37:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:38:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:38:13.074Z||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-07T03:38:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:38:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:38:13.075Z||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-07T03:38:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:38:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:38:22.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:39:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:39:13.074Z||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-07T03:39:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:39:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:39:13.075Z||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-07T03:39:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:39:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:39:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:40:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:40:13.074Z||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-07T03:40:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:40:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:40:13.076Z||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-07T03:40:13.077Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:40:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:40:22.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:41:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:41:13.074Z||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-07T03:41:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:41:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:41:13.075Z||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-07T03:41:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:41:22.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:41:22.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:42:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:42:13.074Z||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-07T03:42:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:42:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:42:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T03:42:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T03:42:22.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:42:22.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:43:13.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:43:13.074Z||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-07T03:43:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:43:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:43:13.075Z||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-07T03:43:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:43:22.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:43:22.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:44:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:44:13.074Z||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-07T03:44:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:44:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:44:13.077Z||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-07T03:44:13.077Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:44:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:44:22.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:45:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:45:13.075Z||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-07T03:45:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:45:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:45:13.075Z||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-07T03:45:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:45:22.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:45:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:46:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:46:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:46:13.076Z||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-07T03:46:13.076Z||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-07T03:46:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:46:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:46:22.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:46:22.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:47:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:47:13.074Z||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-07T03:47:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:47:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:47:13.075Z||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-07T03:47:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:47:22.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:47:22.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:48:13.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:48:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:48:13.075Z||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-07T03:48:13.075Z||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-07T03:48:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:48:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:48:22.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:48:22.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:49:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:49:13.074Z||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-07T03:49:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:49:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:49:13.075Z||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-07T03:49:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:49:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:49:22.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:50:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:50:13.074Z||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-07T03:50:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:50:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:50:13.075Z||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-07T03:50:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:50:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:50:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:51:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:51:13.074Z||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-07T03:51:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:51:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:51:13.076Z||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-07T03:51:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:51:22.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:51:22.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:52:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:52:13.074Z||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-07T03:52:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:52:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:52:13.075Z||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-07T03:52:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:52:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:52:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:53:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:53:13.074Z||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-07T03:53:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:53:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:53:13.075Z||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-07T03:53:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:53:22.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:53:22.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:54:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:54:13.074Z||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-07T03:54:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:54:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:54:13.075Z||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-07T03:54:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:54:22.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:54:22.626Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:55:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:55:13.074Z||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-07T03:55:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:55:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:55:13.075Z||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-07T03:55:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:55:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:55:22.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:56:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:56:13.074Z||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-07T03:56:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:56:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:56:13.075Z||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-07T03:56:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:56:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:56:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:57:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:57:13.074Z||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-07T03:57:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:57:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:57:13.076Z||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-07T03:57:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:57:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:57:22.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:58:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:58:13.074Z||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-07T03:58:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:58:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:58:13.075Z||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-07T03:58:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:58:22.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:58:22.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:59:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:59:13.074Z||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-07T03:59:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:59:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T03:59:13.075Z||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-07T03:59:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T03:59:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T03:59:22.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:00:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:00:13.074Z||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-07T04:00:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:00:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:00:13.075Z||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-07T04:00:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:00:22.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:00:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:01:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:01:13.074Z||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-07T04:01:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:01:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:01:13.075Z||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-07T04:01:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:01:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:01:22.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:02:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:02:13.074Z||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-07T04:02:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:02:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:02:13.075Z||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-07T04:02:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:02:22.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:02:22.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:03:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:03:13.074Z||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-07T04:03:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:03:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:03:13.075Z||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-07T04:03:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:03:22.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:03:22.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:04:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:04:13.074Z||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-07T04:04:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:04:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:04:13.075Z||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-07T04:04:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:04:22.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:04:22.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:05:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:05:13.074Z||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-07T04:05:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:05:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:05:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:05:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:05:22.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:05:22.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:06:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:06:13.074Z||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-07T04:06:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:06:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:06:13.076Z||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-07T04:06:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:06:22.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:06:22.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:07:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:07:13.074Z||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-07T04:07:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:07:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:07:13.075Z||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-07T04:07:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:07:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:07:22.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:08:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:08:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:08:13.077Z||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-07T04:08:13.077Z||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-07T04:08:13.077Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:08:13.077Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:08:22.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:08:22.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:09:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:09:13.074Z||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-07T04:09:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:09:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:09:13.076Z||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-07T04:09:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:09:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:09:22.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:10:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:10:13.074Z||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-07T04:10:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:10:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:10:13.076Z||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-07T04:10:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:10:22.644Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:10:22.644Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:11:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:11:13.074Z||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-07T04:11:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:11:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:11:13.075Z||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-07T04:11:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:11:22.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:11:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:12:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:12:13.074Z||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-07T04:12:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:12:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:12:13.075Z||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-07T04:12:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:12:22.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:12:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:13:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:13:13.074Z||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-07T04:13:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:13:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:13:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:13:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:13:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:13:22.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:14:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:14:13.074Z||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-07T04:14:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:14:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:14:13.075Z||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-07T04:14:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:14:22.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:14:22.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:15:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:15:13.074Z||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-07T04:15:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:15:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:15:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:15:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:15:22.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:15:22.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:16:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:16:13.074Z||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-07T04:16:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:16:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:16:13.076Z||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-07T04:16:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:16:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:16:22.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:17:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:17:13.074Z||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-07T04:17:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:17:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:17:13.075Z||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-07T04:17:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:17:22.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:17:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:18:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:18:13.074Z||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-07T04:18:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:18:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:18:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:18:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:18:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:18:22.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:19:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:19:13.074Z||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-07T04:19:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:19:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:19:13.075Z||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-07T04:19:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:19:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:19:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:20:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:20:13.074Z||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-07T04:20:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:20:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:20:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:20:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:20:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:20:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:21:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:21:13.074Z||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-07T04:21:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:21:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:21:13.075Z||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-07T04:21:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:21:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:21:22.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:22:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:22:13.074Z||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-07T04:22:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:22:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:22:13.075Z||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-07T04:22:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:22:22.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:22:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:23:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:23:13.074Z||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-07T04:23:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:23:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:23:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:23:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:23:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:23:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:24:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:24:13.074Z||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-07T04:24:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:24:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:24:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:24:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:24:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:24:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:25:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:25:13.074Z||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-07T04:25:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:25:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:25:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:25:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:25:22.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:25:22.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:26:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:26:13.074Z||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-07T04:26:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:26:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:26:13.076Z||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-07T04:26:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:26:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:26:22.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:27:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:27:13.074Z||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-07T04:27:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:27:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:27:13.075Z||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-07T04:27:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:27:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:27:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:28:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:28:13.074Z||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-07T04:28:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:28:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:28:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:28:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:28:22.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:28:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:29:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:29:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:29:13.075Z||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-07T04:29:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:29:13.076Z||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-07T04:29:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:29:22.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:29:22.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:30:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:30:13.074Z||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-07T04:30:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:30:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:30:13.075Z||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-07T04:30:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:30:22.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:30:22.633Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:31:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:31:13.074Z||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-07T04:31:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:31:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:31:13.075Z||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-07T04:31:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:31:22.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:31:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:32:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:32:13.074Z||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-07T04:32:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:32:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:32:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:32:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:32:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:32:22.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:33:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:33:13.074Z||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-07T04:33:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:33:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:33:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:33:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:33:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:33:22.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:34:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:34:13.074Z||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-07T04:34:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:34:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:34:13.075Z||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-07T04:34:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:34:22.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:34:22.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:35:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:35:13.074Z||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-07T04:35:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:35:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:35:13.075Z||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-07T04:35:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:35:22.622Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:35:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:36:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:36:13.074Z||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-07T04:36:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:36:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:36:13.075Z||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-07T04:36:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:36:22.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:36:22.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:37:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:37:13.074Z||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-07T04:37:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:37:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:37:13.076Z||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-07T04:37:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:37:22.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:37:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:38:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:38:13.074Z||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-07T04:38:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:38:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:38:13.075Z||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-07T04:38:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:38:22.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:38:22.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:39:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:39:13.074Z||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-07T04:39:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:39:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:39:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:39:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:39:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:39:22.626Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:40:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:40:13.074Z||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-07T04:40:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:40:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:40:13.075Z||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-07T04:40:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:40:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:40:22.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:41:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:41:13.074Z||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-07T04:41:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:41:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:41:13.075Z||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-07T04:41:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:41:22.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:41:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:42:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:42:13.073Z||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-07T04:42:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:42:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:42:13.075Z||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-07T04:42:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:42:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:42:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:43:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:43:13.074Z||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-07T04:43:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:43:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:43:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:43:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:43:22.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:43:22.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:44:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:44:13.074Z||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-07T04:44:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:44:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:44:13.076Z||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-07T04:44:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:44:22.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:44:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:45:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:45:13.074Z||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-07T04:45:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:45:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:45:13.075Z||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-07T04:45:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:45:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:45:22.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:46:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:46:13.074Z||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-07T04:46:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:46:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:46:13.076Z||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-07T04:46:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:46:22.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:46:22.624Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:47:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:47:13.074Z||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-07T04:47:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:47:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:47:13.075Z||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-07T04:47:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:47:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:47:22.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:48:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:48:13.074Z||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-07T04:48:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:48:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:48:13.075Z||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-07T04:48:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:48:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:48:22.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:49:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:49:13.074Z||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-07T04:49:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:49:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:49:13.075Z||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-07T04:49:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:49:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:49:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:50:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:50:13.074Z||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-07T04:50:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:50:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:50:13.075Z||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-07T04:50:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:50:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:50:22.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:51:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:51:13.074Z||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-07T04:51:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:51:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:51:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:51:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:51:22.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:51:22.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:52:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:52:13.074Z||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-07T04:52:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:52:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:52:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:52:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:52:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:52:22.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:53:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:53:13.074Z||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-07T04:53:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:53:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:53:13.076Z||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-07T04:53:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:53:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:53:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:54:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:54:13.074Z||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-07T04:54:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:54:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:54:13.075Z||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-07T04:54:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:54:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:54:22.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:55:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:55:13.074Z||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-07T04:55:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:55:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:55:13.075Z||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-07T04:55:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:55:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:55:22.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:56:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:56:13.074Z||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-07T04:56:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:56:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:56:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:56:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:56:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:56:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:57:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:57:13.074Z||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-07T04:57:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:57:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:57:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T04:57:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T04:57:22.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:57:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:58:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:58:13.074Z||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-07T04:58:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:58:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:58:13.075Z||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-07T04:58:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:58:22.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:58:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:59:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:59:13.074Z||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-07T04:59:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:59:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T04:59:13.075Z||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-07T04:59:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T04:59:22.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T04:59:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:00:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:00:13.074Z||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-07T05:00:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:00:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:00:13.075Z||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-07T05:00:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:00:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:00:22.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:01:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:01:13.074Z||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-07T05:01:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:01:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:01:13.075Z||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-07T05:01:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:01:22.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:01:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:02:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:02:13.074Z||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-07T05:02:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:02:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:02:13.075Z||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-07T05:02:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:02:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:02:22.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:03:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:03:13.074Z||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-07T05:03:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:03:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:03:13.075Z||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-07T05:03:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:03:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:03:22.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:04:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:04:13.073Z||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-07T05:04:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:04:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:04:13.075Z||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-07T05:04:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:04:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:04:22.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:05:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:05:13.074Z||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-07T05:05:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:05:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:05:13.075Z||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-07T05:05:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:05:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:05:22.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:06:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:06:13.074Z||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-07T05:06:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:06:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:06:13.075Z||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-07T05:06:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:06:22.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:06:22.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:07:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:07:13.074Z||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-07T05:07:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:07:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:07:13.075Z||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-07T05:07:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:07:22.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:07:22.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:08:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:08:13.074Z||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-07T05:08:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:08:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:08:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:08:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T05:08:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:08:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:09:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:09:13.074Z||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-07T05:09:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:09:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:09:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:09:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T05:09:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:09:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:10:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:10:13.073Z||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-07T05:10:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:10:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:10:13.075Z||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-07T05:10:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:10:22.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:10:22.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:11:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:11:13.073Z||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-07T05:11:13.073Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:11:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:11:13.075Z||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-07T05:11:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:11:22.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:11:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:12:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:12:13.074Z||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-07T05:12:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:12:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:12:13.075Z||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-07T05:12:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:12:22.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:12:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:13:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:13:13.073Z||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-07T05:13:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:13:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:13:13.075Z||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-07T05:13:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:13:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:13:22.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:14:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:14:13.074Z||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-07T05:14:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:14:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:14:13.075Z||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-07T05:14:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:14:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:14:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:15:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:15:13.075Z||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-07T05:15:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:15:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:15:13.075Z||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-07T05:15:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:15:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:15:22.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:16:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:16:13.074Z||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-07T05:16:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:16:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:16:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:16:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:16:22.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:16:22.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:17:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:17:13.074Z||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-07T05:17:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:17:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:17:13.075Z||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-07T05:17:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:17:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:17:22.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:18:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:18:13.074Z||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-07T05:18:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:18:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:18:13.075Z||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-07T05:18:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:18:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:18:22.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:19:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:19:13.074Z||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-07T05:19:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:19:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:19:13.075Z||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-07T05:19:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:19:22.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:19:22.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:20:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:20:13.074Z||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-07T05:20:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:20:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:20:13.075Z||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-07T05:20:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:20:22.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:20:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:21:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:21:13.074Z||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-07T05:21:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:21:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:21:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:21:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T05:21:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:21:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:22:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:22:13.074Z||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-07T05:22:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:22:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:22:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:22:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T05:22:22.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:22:22.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:23:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:23:13.073Z||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-07T05:23:13.073Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:23:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:23:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:23:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:23:22.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:23:22.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:24:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:24:13.074Z||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-07T05:24:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:24:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:24:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:24:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T05:24:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:24:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:25:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:25:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:25:13.075Z||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-07T05:25:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:25:13.075Z||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-07T05:25:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:25:22.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:25:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:26:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:26:13.073Z||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-07T05:26:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:26:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:26:13.075Z||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-07T05:26:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:26:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:26:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:27:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:27:13.074Z||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-07T05:27:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:27:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:27:13.075Z||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-07T05:27:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:27:22.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:27:22.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:28:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:28:13.073Z||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-07T05:28:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:28:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:28:13.075Z||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-07T05:28:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:28:22.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:28:22.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:29:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:29:13.074Z||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-07T05:29:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:29:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:29:13.075Z||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-07T05:29:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:29:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:29:22.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:30:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:30:13.074Z||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-07T05:30:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:30:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:30:13.075Z||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-07T05:30:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:30:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:30:22.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:31:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:31:13.073Z||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-07T05:31:13.073Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:31:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:31:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:31:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:31:22.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:31:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:32:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:32:13.074Z||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-07T05:32:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:32:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:32:13.075Z||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-07T05:32:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:32:22.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:32:22.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:33:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:33:13.074Z||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-07T05:33:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:33:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:33:13.075Z||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-07T05:33:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:33:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:33:22.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:34:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:34:13.074Z||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-07T05:34:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:34:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:34:13.075Z||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-07T05:34:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:34:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:34:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:35:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:35:13.073Z||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-07T05:35:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:35:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:35:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:35:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:35:22.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:35:22.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:36:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:36:13.074Z||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-07T05:36:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:36:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:36:13.075Z||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-07T05:36:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:36:22.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:36:22.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:37:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:37:13.074Z||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-07T05:37:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:37:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:37:13.075Z||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-07T05:37:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:37:22.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:37:22.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:38:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:38:13.073Z||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-07T05:38:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:38:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:38:13.075Z||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-07T05:38:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:38:22.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:38:22.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:39:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:39:13.074Z||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-07T05:39:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:39:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:39:13.075Z||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-07T05:39:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:39:22.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:39:22.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:40:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:40:13.073Z||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-07T05:40:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:40:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:40:13.075Z||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-07T05:40:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:40:22.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:40:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:41:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:41:13.074Z||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-07T05:41:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:41:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:41:13.075Z||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-07T05:41:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:41:22.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:41:22.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:42:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:42:13.074Z||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-07T05:42:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:42:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:42:13.075Z||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-07T05:42:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:42:22.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:42:22.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:43:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:43:13.074Z||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-07T05:43:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:43:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:43:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:43:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T05:43:22.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:43:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:44:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:44:13.073Z||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-07T05:44:13.073Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:44:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:44:13.075Z||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-07T05:44:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:44:22.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:44:22.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:45:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:45:13.073Z||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-07T05:45:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:45:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:45:13.075Z||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-07T05:45:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:45:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:45:22.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:46:13.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:46:13.074Z||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-07T05:46:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:46:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:46:13.077Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:46:13.077Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:46:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:46:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:47:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:47:13.074Z||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-07T05:47:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:47:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:47:13.075Z||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-07T05:47:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:47:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:47:22.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:48:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:48:13.074Z||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-07T05:48:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:48:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:48:13.075Z||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-07T05:48:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:48:22.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:48:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:49:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:49:13.074Z||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-07T05:49:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:49:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:49:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:49:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T05:49:22.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:49:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:50:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:50:13.074Z||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-07T05:50:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:50:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:50:13.075Z||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-07T05:50:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:50:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:50:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:51:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:51:13.074Z||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-07T05:51:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:51:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:51:13.075Z||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-07T05:51:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:51:22.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:51:22.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:52:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:52:13.074Z||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-07T05:52:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:52:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:52:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:52:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T05:52:22.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:52:22.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:53:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:53:13.074Z||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-07T05:53:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:53:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:53:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:53:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T05:53:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:53:22.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:54:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:54:13.074Z||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-07T05:54:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:54:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:54:13.075Z||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-07T05:54:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:54:22.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:54:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:55:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:55:13.074Z||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-07T05:55:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:55:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:55:13.075Z||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-07T05:55:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:55:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:55:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:56:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:56:13.074Z||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-07T05:56:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:56:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:56:13.075Z||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-07T05:56:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:56:22.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:56:22.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:57:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:57:13.074Z||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-07T05:57:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:57:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:57:13.075Z||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-07T05:57:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:57:22.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:57:22.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:58:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:58:13.074Z||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-07T05:58:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:58:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:58:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T05:58:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T05:58:22.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:58:22.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:59:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:59:13.074Z||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-07T05:59:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:59:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T05:59:13.076Z||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-07T05:59:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T05:59:22.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T05:59:22.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:00:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:00:13.074Z||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-07T06:00:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:00:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:00:13.075Z||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-07T06:00:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:00:22.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:00:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:01:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:01:13.074Z||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-07T06:01:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:01:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:01:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T06:01:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:01:22.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:01:22.621Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:02:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:02:13.074Z||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-07T06:02:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:02:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:02:13.075Z||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-07T06:02:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:02:22.618Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:02:22.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:03:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:03:13.074Z||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-07T06:03:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:03:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:03:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T06:03:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:03:22.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:03:22.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:04:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:04:13.074Z||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-07T06:04:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:04:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:04:13.075Z||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-07T06:04:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:04:22.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:04:22.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:05:13.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:05:13.073Z||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-07T06:05:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:05:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:05:13.075Z||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-07T06:05:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:05:22.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:05:22.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:06:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:06:13.074Z||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-07T06:06:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:06:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:06:13.075Z||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-07T06:06:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:06:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:06:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:07:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:07:13.073Z||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-07T06:07:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:07:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:07:13.075Z||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-07T06:07:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:07:22.616Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:07:22.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:08:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:08:13.074Z||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-07T06:08:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:08:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:08:13.075Z||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-07T06:08:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:08:22.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:08:22.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:09:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:09:13.075Z||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-07T06:09:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:09:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:09:13.075Z||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-07T06:09:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:09:22.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:09:22.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:10:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:10:13.074Z||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-07T06:10:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:10:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:10:13.075Z||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-07T06:10:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:10:22.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:10:22.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:11:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:11:13.074Z||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-07T06:11:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:11:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:11:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T06:11:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:11:22.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:11:22.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:12:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:12:13.074Z||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-07T06:12:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:12:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:12:13.075Z||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-07T06:12:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:12:22.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:12:22.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:13:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:13:13.073Z||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-07T06:13:13.073Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:13:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:13:13.075Z||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-07T06:13:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:13:22.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:13:22.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:14:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:14:13.074Z||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-07T06:14:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:14:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:14:13.075Z||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-07T06:14:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:14:22.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:14:22.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:15:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:15:13.074Z||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-07T06:15:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:15:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:15:13.075Z||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-07T06:15:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:15:22.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:15:22.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:16:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:16:13.074Z||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-07T06:16:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:16:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:16:13.075Z||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-07T06:16:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:16:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:16:22.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:17:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:17:13.074Z||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-07T06:17:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:17:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:17:13.075Z||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-07T06:17:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:17:22.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:17:22.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:18:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:18:13.073Z||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-07T06:18:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:18:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:18:13.075Z||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-07T06:18:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:18:22.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:18:22.619Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:19:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:19:13.073Z||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-07T06:19:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:19:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:19:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T06:19:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:19:22.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:19:22.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:20:13.073Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:20:13.074Z||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-07T06:20:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:20:13.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:20:13.075Z||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-07T06:20:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:20:22.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:20:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:21:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:21:13.073Z||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-07T06:21:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:21:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:21:13.075Z||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-07T06:21:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:21:22.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:21:22.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:22:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:22:13.073Z||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-07T06:22:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:22:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:22:13.075Z||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-07T06:22:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:22:22.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:22:22.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:13.073Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:23:13.074Z||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-07T06:23:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:23:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T06:23:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:18.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:18.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:23:18.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"db408700-341e-461f-bfcf-aac34c67b4ec","serviceName":"vFW 2021-10-07 06-19-02","serviceVersion":"1.0","serviceUUID":"bc6fdc20-7b67-45fc-856a-e40449f93179","serviceDescription":"catalog service description","serviceInvariantUUID":"7f031ecd-91bc-4cd8-8dfc-76d1406de003","resources":[{"resourceInstanceName":"vFW e41ee142-f766 0","resourceName":"vFW e41ee142-f766","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5","resourceInvariantUUID":"aa289445-2902-40f0-8292-88aedef6e4d2","resourceCustomizationUUID":"e49b32aa-10b1-4f60-a5d3-792093c2388b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml","artifactChecksum":"OGRmMjQ4ZmUyZTE5MzAzMDViOTc2NmUzNGFmNDc3Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50e9d191-6517-4630-ab4b-a831e99b0583","artifactVersion":"1"},{"artifactName":"vfwe41ee142f7660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json","artifactChecksum":"ZGZmNmQ3NWI1ZjA0YzJlNmJmNDFkMTJlZjcwODg1NDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4028cb6-506d-4275-9ae2-f9dce04e3d33","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cdf5c333-c57b-46a1-8754-b60e0fa0a144","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml","artifactChecksum":"NWZmYjM1MGIwMDI0OTRmODg5ZWQwZjlhOGUyMzVlYjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d2467057-f588-41d1-83c7-8f4c080d556a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"57af7543-53ac-4f1b-a421-f674e7f8ee72","artifactVersion":"2","generatedFromUUID":"cdf5c333-c57b-46a1-8754-b60e0fa0a144"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211007061902-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml","artifactChecksum":"MmZhNGMzZGM3M2YwNmI1MmFhMjYwMWE4ZDM1NWYxMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6d3ca52-523c-4b25-8509-782bc3033549","artifactVersion":"1"},{"artifactName":"service-Vfw20211007061902-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar","artifactChecksum":"MzlhNWNkYzY4NGJmMjNjYTU3ZDk4MGI0Y2YzZWViMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31718a98-5e84-4eb5-b42e-6663cd39559e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-07T06:23:18.828Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:23:18.834Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:18.845Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:18.845Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:23:18.946Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-10-07T06:23:18.951Z||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-07T06:23:18.951Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:18.965Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:18.966Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:23:19.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:19.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:23:19.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:23:19.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-07T06:23:19.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:23:19.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "cds", "timestamp": 1633587793908, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:23:19.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-07T06:23:19.851Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:23:19.852Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:19.854Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:19.854Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "NOTIFIED" } 2021-10-07T06:23:19.954Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:19.955Z||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-07T06:23:19.955Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:19.965Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:19.966Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:20.855Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:23:20.856Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:20.858Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:20.858Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-07T06:23:20.958Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:20.959Z||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-07T06:23:20.959Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:20.970Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:20.970Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:21.858Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:23:21.859Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:21.861Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:21.861Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:23:21.961Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:21.962Z||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-07T06:23:21.962Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:21.973Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:21.974Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:22.862Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:23:22.862Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:22.864Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:22.865Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-07T06:23:22.965Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:22.965Z||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-07T06:23:22.965Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:22.976Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:22.976Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:23.865Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:23:23.866Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:23.868Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:23.868Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:23:23.968Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:23.969Z||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-07T06:23:23.969Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:23.980Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:23.980Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:23:24.869Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:23:24.870Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:24.871Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:24.871Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:23:24.972Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-07T06:23:24.972Z||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-07T06:23:24.972Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:24.992Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:24.993Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:25.873Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "serviceName": "vFW 2021-10-07 06-19-02", "serviceVersion": "1.0", "serviceUUID": "bc6fdc20-7b67-45fc-856a-e40449f93179", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7f031ecd-91bc-4cd8-8dfc-76d1406de003", "resources": [ { "resourceInstanceName": "vFW e41ee142-f766 0", "resourceCustomizationUUID": "e49b32aa-10b1-4f60-a5d3-792093c2388b", "resourceName": "vFW e41ee142-f766", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5", "resourceInvariantUUID": "aa289445-2902-40f0-8292-88aedef6e4d2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe41ee142f7660_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "artifactChecksum": "ZGZmNmQ3NWI1ZjA0YzJlNmJmNDFkMTJlZjcwODg1NDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4028cb6-506d-4275-9ae2-f9dce04e3d33", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "cdf5c333-c57b-46a1-8754-b60e0fa0a144", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "57af7543-53ac-4f1b-a421-f674e7f8ee72", "generatedFromUUID": "cdf5c333-c57b-46a1-8754-b60e0fa0a144" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "57af7543-53ac-4f1b-a421-f674e7f8ee72", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211007061902-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "artifactChecksum": "MzlhNWNkYzY4NGJmMjNjYTU3ZDk4MGI0Y2YzZWViMzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "31718a98-5e84-4eb5-b42e-6663cd39559e" } ], "workloadContext": "Production" } 2021-10-07T06:23:25.874Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-07T06:23:25.875Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bc6fdc20-7b67-45fc-856a-e40449f93179 ASDC 2021-10-07T06:23:25.948Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:db408700-341e-461f-bfcf-aac34c67b4ec ServiceName:vFW 2021-10-07 06-19-02 ServiceVersion:1.0 ServiceUUID:bc6fdc20-7b67-45fc-856a-e40449f93179 ServiceInvariantUUID:7f031ecd-91bc-4cd8-8dfc-76d1406de003 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211007061902-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar ArtifactUUID:31718a98-5e84-4eb5-b42e-6663cd39559e ArtifactChecksum:MzlhNWNkYzY4NGJmMjNjYTU3ZDk4MGI0Y2YzZWViMzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e41ee142-f766 0 ResourceCustomizationUUID:e49b32aa-10b1-4f60-a5d3-792093c2388b ResourceInvariantUUID:aa289445-2902-40f0-8292-88aedef6e4d2 ResourceName:vFW e41ee142-f766 ResourceType:VF ResourceUUID:2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe41ee142f7660_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json ArtifactUUID:b4028cb6-506d-4275-9ae2-f9dce04e3d33 ArtifactChecksum:ZGZmNmQ3NWI1ZjA0YzJlNmJmNDFkMTJlZjcwODg1NDc= 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/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml ArtifactUUID:cdf5c333-c57b-46a1-8754-b60e0fa0a144 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/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env ArtifactUUID:57af7543-53ac-4f1b-a421-f674e7f8ee72 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/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env ArtifactUUID:57af7543-53ac-4f1b-a421-f674e7f8ee72 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-07T06:23:25.948Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bc6fdc20-7b67-45fc-856a-e40449f93179 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-07T06:23:26.131Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:23:26.132Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-10-07T06:23:26.133Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-10-07T06:23:26.133Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 31718a98-5e84-4eb5-b42e-6663cd39559e from URL: /sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:26.134Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-10-07T06:23:26.135Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:28.323Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-10-07T06:23:28.341Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar 31718a98-5e84-4eb5-b42e-6663cd39559e 98732 2021-10-07T06:23:28.343Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar ASDC sendASDCNotification 2021-10-07T06:23:28.343Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:28.344Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:23:28.345Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:28.346Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:28.346Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587808342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:23:28.447Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:28.448Z||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-07T06:23:28.448Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:28.460Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:28.461Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:29.347Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:23:29.349Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-10-07T06:23:29.349Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 31718a98-5e84-4eb5-b42e-6663cd39559e, URL: /sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar to file: /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:29.349Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211007061902-csar.csar 2021-10-07T06:23:29.405Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:29.405Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:30.340Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7953087836161395162/Definitions/service-Vfw20211007061902-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-10-07T06:23:33.454Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-07T06:23:33.458Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-10-07T06:23:33.458Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.458Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-10-07T06:23:33.458Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||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-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.458Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||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-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||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-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e41ee142-f766 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-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:33.459Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-10-07T06:23:33.464Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.465Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:33.467Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria 2021-10-07T06:23:33.467Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-10-07T06:23:33.468Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:23:33.469Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.469Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:33.470Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria 2021-10-07T06:23:33.470Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-10-07T06:23:33.470Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:23:33.470Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.470Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria 2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-07T06:23:33.473Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.474Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-07T06:23:33.475Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.475Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria 2021-10-07T06:23:33.475Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:23:33.475Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.475Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria 2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria 2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria 2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-07T06:23:33.476Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a375400c-8ee1-4bd9-a388-e263d756159d 2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria 2021-10-07T06:23:33.477Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=88d026fe-a8cd-445f-be5a-db7b8619187c 2021-10-07T06:23:33.478Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria 2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-07T06:23:33.479Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e8c01d9-df77-4d64-97b9-c6ba0b74c338 2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.480Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:33.481Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-10-07 06-19-02 Description:catalog service description Model UUID:bc6fdc20-7b67-45fc-856a-e40449f93179 Model Version:NULL Model InvariantUuid:7f031ecd-91bc-4cd8-8dfc-76d1406de003 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e41ee142-f766 Model UUID:b6680ea2-24e0-4618-81ae-058484c68f06 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:aa289445-2902-40f0-8292-88aedef6e4d2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e49b32aa-10b1-4f60-a5d3-792093c2388b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0f86f0fe-eb00-4f1a-96b2-3f2e56ba9f7b ModelName:VfwE41ee142F766..base_vfw..module-0 ModelUuid:4fd31a7d-70f8-4c7e-8566-9cc0bf38a69f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a375400c-8ee1-4bd9-a388-e263d756159d ModelInvariantUuid:a2279668-f889-4b3f-a108-aaa0eb30c1f7 ModelName:vFW e41ee142-f766-nodes.vfwCvfc ModelUuid:da97e9d7-a18d-4cb5-95a8-35decfb55dca ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:93563efc-5e75-4241-b593-be753452313f ModelInvariantUuid:b522c163-898a-4be3-b744-3df7ebd9fc7d ModelName:VfwE41ee142F766.compute.nodes.heat.vfw ModelUuid:ec6d469c-f2dd-4fce-97d9-4112d272dee0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:88d026fe-a8cd-445f-be5a-db7b8619187c ModelInvariantUuid:bd384c90-2927-4600-b319-9398885f2ae8 ModelName:vFW e41ee142-f766-nodes.vsnCvfc ModelUuid:501fa4af-41e6-4ea8-ab03-06d789d2e636 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:13032b4d-a4ee-4ae0-a3ab-f75554783181 ModelInvariantUuid:4e3a428c-122e-48e3-b1dd-7bfd1b81f492 ModelName:VfwE41ee142F766.compute.nodes.heat.vsn ModelUuid:3f4e866c-e954-4c8d-8950-4329b5f830ac ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6e8c01d9-df77-4d64-97b9-c6ba0b74c338 ModelInvariantUuid:e8427b56-08aa-44a3-87bb-efad18bfd158 ModelName:vFW e41ee142-f766-nodes.vpgCvfc ModelUuid:7815acd2-f017-4cf3-84d3-a76476fc974a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6bfd6ddc-5f09-414f-b925-c14d6edd7725 ModelInvariantUuid:024385b9-0d11-4353-8eaf-c9af12891e60 ModelName:VfwE41ee142F766.compute.nodes.heat.vpg ModelUuid:6afa682e-e599-4193-8f8d-8418fa13ddd0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-07T06:23:33.506Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:23:33.600Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||vFW e41ee142-f766 0 2021-10-07T06:23:33.608Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5 2021-10-07T06:23:33.609Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b4028cb6-506d-4275-9ae2-f9dce04e3d33 from URL: /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json 2021-10-07T06:23:33.609Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-10-07T06:23:33.609Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json 2021-10-07T06:23:34.981Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-10-07T06:23:34.982Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json b4028cb6-506d-4275-9ae2-f9dce04e3d33 785 2021-10-07T06:23:34.982Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json ASDC sendASDCNotification 2021-10-07T06:23:34.982Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json 2021-10-07T06:23:34.982Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:23:34.983Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:34.985Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:34.986Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587814982, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:23:35.086Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:35.088Z||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-07T06:23:35.088Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:35.100Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:35.101Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:35.987Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE41ee142F766..base_vfw..module-0", "vfModuleModelInvariantUUID": "0f86f0fe-eb00-4f1a-96b2-3f2e56ba9f7b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4fd31a7d-70f8-4c7e-8566-9cc0bf38a69f", "vfModuleModelCustomizationUUID": "96ae941f-66f6-4ab8-ab9b-32fbd204a938", "isBase": true, "artifacts": [ "cdf5c333-c57b-46a1-8754-b60e0fa0a144", "57af7543-53ac-4f1b-a421-f674e7f8ee72" ], "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-07T06:23:36.004Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE41ee142F766..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4fd31a7d-70f8-4c7e-8566-9cc0bf38a69f VfModuleModelInvariantUUID:0f86f0fe-eb00-4f1a-96b2-3f2e56ba9f7b VfModuleModelDescription:NULL Artifacts UUID List:{ cdf5c333-c57b-46a1-8754-b60e0fa0a144 , 57af7543-53ac-4f1b-a421-f674e7f8ee72 } 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-07T06:23:36.008Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE41ee142F766..base_vfw..module-0", "vfModuleModelInvariantUUID": "0f86f0fe-eb00-4f1a-96b2-3f2e56ba9f7b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4fd31a7d-70f8-4c7e-8566-9cc0bf38a69f", "vfModuleModelCustomizationUUID": "96ae941f-66f6-4ab8-ab9b-32fbd204a938", "isBase": true, "artifacts": [ "cdf5c333-c57b-46a1-8754-b60e0fa0a144", "57af7543-53ac-4f1b-a421-f674e7f8ee72" ], "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-07T06:23:36.008Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE41ee142F766..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4fd31a7d-70f8-4c7e-8566-9cc0bf38a69f VfModuleModelInvariantUUID:0f86f0fe-eb00-4f1a-96b2-3f2e56ba9f7b VfModuleModelDescription:NULL Artifacts UUID List:{ cdf5c333-c57b-46a1-8754-b60e0fa0a144 , 57af7543-53ac-4f1b-a421-f674e7f8ee72 } 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-07T06:23:36.008Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cdf5c333-c57b-46a1-8754-b60e0fa0a144 from URL: /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml 2021-10-07T06:23:36.008Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-10-07T06:23:36.008Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml 2021-10-07T06:23:37.324Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-10-07T06:23:37.325Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml cdf5c333-c57b-46a1-8754-b60e0fa0a144 20368 2021-10-07T06:23:37.325Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-07T06:23:37.325Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml 2021-10-07T06:23:37.325Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:23:37.325Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:37.327Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:37.327Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587817325, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:23:37.427Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:37.428Z||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-07T06:23:37.428Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:37.439Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:37.440Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:38.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 57af7543-53ac-4f1b-a421-f674e7f8ee72 from URL: /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env 2021-10-07T06:23:38.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-10-07T06:23:38.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env 2021-10-07T06:23:40.220Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-10-07T06:23:40.220Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env 57af7543-53ac-4f1b-a421-f674e7f8ee72 2098 2021-10-07T06:23:40.220Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-07T06:23:40.220Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env 2021-10-07T06:23:40.221Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:23:40.221Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:40.223Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:40.223Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587820220, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:23:40.323Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:40.324Z||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-07T06:23:40.324Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:40.336Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:40.336Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:23:41.224Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bc6fdc20-7b67-45fc-856a-e40449f93179 2021-10-07T06:23:41.225Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e41ee142-f766 0 2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:23:41.265Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59cffc58, org.onap.sdc.toscaparser.api.parameters.Input@7ca8b511, org.onap.sdc.toscaparser.api.parameters.Input@62e0d224, org.onap.sdc.toscaparser.api.parameters.Input@5d0c22ca, org.onap.sdc.toscaparser.api.parameters.Input@7b87280f] 2021-10-07T06:23:41.268Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.268Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:41.268Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-10-07T06:23:41.268Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= e49b32aa-10b1-4f60-a5d3-792093c2388b 2021-10-07T06:23:41.269Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e49b32aa-10b1-4f60-a5d3-792093c2388b matches Tosca VF Customization UUID: e49b32aa-10b1-4f60-a5d3-792093c2388b 2021-10-07T06:23:41.269Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: e49b32aa-10b1-4f60-a5d3-792093c2388b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-07T06:23:41.276Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.276Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:41.277Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id e49b32aa-10b1-4f60-a5d3-792093c2388b: {\"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-07T06:23:41.277Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@167102a2 2021-10-07T06:23:41.278Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.278Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-07T06:23:41.278Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 96ae941f-66f6-4ab8-ab9b-32fbd204a938 2021-10-07T06:23:41.279Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 96ae941f-66f6-4ab8-ab9b-32fbd204a938 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-07T06:23:41.287Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.287Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria 2021-10-07T06:23:41.288Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:23:41.289Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.289Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria 2021-10-07T06:23:41.289Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:23:41.289Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.289Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria 2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-07T06:23:41.290Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:41.291Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-07T06:23:41.291Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-07T06:23:41.291Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a375400c-8ee1-4bd9-a388-e263d756159d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-07T06:23:41.303Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria 2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria 2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-07T06:23:41.304Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:41.305Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-10-07T06:23:41.306Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-10-07T06:23:41.306Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=88d026fe-a8cd-445f-be5a-db7b8619187c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-07T06:23:41.308Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.308Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria 2021-10-07T06:23:41.308Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:23:41.310Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.310Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is not matching search criteria 2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-10-07T06:23:41.311Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-10-07T06:23:41.312Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6e8c01d9-df77-4d64-97b9-c6ba0b74c338 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-07T06:23:41.315Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.315Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria 2021-10-07T06:23:41.315Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:23:41.316Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.316Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Node template vFW e41ee142-f766 0 is matching search criteria 2021-10-07T06:23:41.316Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e41ee142-f766 0] matching following query criteria: sdcType=VF, customizationUUID=e49b32aa-10b1-4f60-a5d3-792093c2388b Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:23:41.327Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:41.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bc6fdc20-7b67-45fc-856a-e40449f93179: vFW e41ee142-f766 2021-10-07T06:23:41.328Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.329Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:41.329Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.329Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:41.329Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.330Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:41.330Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.330Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:41.330Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:23:41.330Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-07 06-19-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:23:41.331Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-10-07 06-19-02 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-07T06:23:41.702Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e41ee142-f766 2bac86a3-fb7e-48b1-b3b1-74cf8a17c5b5 1 ASDC deployResourceStructure 2021-10-07T06:23:41.702Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json ASDC sendASDCNotification 2021-10-07T06:23:41.703Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json 2021-10-07T06:23:41.703Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:23:41.703Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:41.705Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:41.705Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587821702, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:23:41.805Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:41.806Z||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-07T06:23:41.806Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:41.818Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:41.819Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:42.706Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-10-07T06:23:42.706Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml 2021-10-07T06:23:42.706Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:23:42.707Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:42.709Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:42.709Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587822706, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-07T06:23:42.809Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:42.809Z||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-07T06:23:42.810Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:42.821Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:42.822Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:43.710Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env ASDC sendASDCNotification 2021-10-07T06:23:43.710Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env 2021-10-07T06:23:43.710Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:23:43.710Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:43.712Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:43.712Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587823709, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-07T06:23:43.812Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:43.819Z||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-07T06:23:43.819Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:43.832Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:43.833Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:44.713Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar ASDC sendASDCNotification 2021-10-07T06:23:44.714Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar 2021-10-07T06:23:44.714Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:23:44.714Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:23:44.717Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:23:44.717Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587824713, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:23:44.817Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:23:44.818Z||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-07T06:23:44.818Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:23:44.831Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:23:44.832Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:23:45.718Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:23:45.743Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec 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-07T06:23:45.745Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:23:45.746Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-07T06:23:45.746Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-07T06:24:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:24:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T06:24:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:24:13.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:24:13.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:24:13.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "policy-id", "timestamp": 1633587791143, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:24:13.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-07T06:24:15.746Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:24:15.756Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec 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-07T06:24:15.758Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:24:15.758Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-07T06:24:15.758Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-07T06:24:45.758Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:24:45.769Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec 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-07T06:24:45.771Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:24:45.771Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-07T06:24:45.771Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-07T06:25:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:25:13.076Z||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-07T06:25:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:25:13.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:25:13.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "cds", "timestamp": 1633587793908, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.122Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "NOTIFIED" } 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "policy-id", "timestamp": 1633587791143, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "ves-openapi-manager", "timestamp": 1633587799834, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "cds", "timestamp": 1633587793908, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.123Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "policy-id", "timestamp": 1633587791143, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587800229, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "ves-openapi-manager", "timestamp": 1633587799834, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "cds", "timestamp": 1633587793908, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587800229, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "NOTIFIED" } 2021-10-07T06:25:13.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "policy-id", "timestamp": 1633587791143, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "aai-ml", "timestamp": 1633587801786, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "ves-openapi-manager", "timestamp": 1633587799834, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "dcae-sch", "timestamp": 1633587802034, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "cds", "timestamp": 1633587793908, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587800229, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "policy-id", "timestamp": 1633587791143, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "aai-ml", "timestamp": 1633587801786, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "ves-openapi-manager", "timestamp": 1633587799834, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "dcae-sch", "timestamp": 1633587802034, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "cds", "timestamp": 1633587793908, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587800229, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "policy-id", "timestamp": 1633587791143, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "aai-ml", "timestamp": 1633587801786, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "ves-openapi-manager", "timestamp": 1633587799834, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "dcae-sch", "timestamp": 1633587802034, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "cds", "timestamp": 1633587793908, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587793073, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587800229, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "policy-id", "timestamp": 1633587791143, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "aai-ml", "timestamp": 1633587801786, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "ves-openapi-manager", "timestamp": 1633587799834, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "dcae-sch", "timestamp": 1633587802034, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587800229, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "aai-ml", "timestamp": 1633587801786, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "ves-openapi-manager", "timestamp": 1633587799834, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "dcae-sch", "timestamp": 1633587802034, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587800229, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "aai-ml", "timestamp": 1633587801786, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "dcae-sch", "timestamp": 1633587802034, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "clamp", "timestamp": 1633587807198, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "cds", "timestamp": 1633587808136, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "policy-id", "timestamp": 1633587808143, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587808342, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "aai-ml", "timestamp": 1633587801786, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "dcae-sch", "timestamp": 1633587802034, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "clamp", "timestamp": 1633587807198, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "NOTIFIED" } 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "cds", "timestamp": 1633587809150, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-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-07T06:25:13.149Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec 2021-10-07T06:25:13.149Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-07T06:25:13.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "policy-id", "timestamp": 1633587809148, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:25:13.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587809322, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "clamp", "timestamp": 1633587807198, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587809181, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "policy-id", "timestamp": 1633587810152, "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-07T06:25:13.165Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec 2021-10-07T06:25:13.165Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "aai-ml", "timestamp": 1633587810654, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "clamp", "timestamp": 1633587807198, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587809181, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587811532, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "clamp", "timestamp": 1633587807198, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587809181, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587809181, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "clamp", "timestamp": 1633587807198, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587813414, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.176Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "clamp", "timestamp": 1633587807198, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:25:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587809181, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587809181, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:25:13.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587814982, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.177Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587809181, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:25:13.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587817094, "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-07T06:25:13.183Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec 2021-10-07T06:25:13.183Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-07T06:25:13.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587817325, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "multicloud-k8s-id", "timestamp": 1633587818100, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:25:13.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587818907, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587820220, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587821702, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/vfwe41ee142f7660_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:25:13.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587822706, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-10-07T06:25:13.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587823709, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/resourceInstances/vfwe41ee142f7660/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-10-07T06:25:13.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587823941, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:25:13.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587824713, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:25:13.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587824945, "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-07T06:25:13.200Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec 2021-10-07T06:25:13.200Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "clamp", "timestamp": 1633587826311, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:25:13.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "clamp", "timestamp": 1633587828323, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:25:13.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "clamp", "timestamp": 1633587829326, "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-07T06:25:13.212Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec 2021-10-07T06:25:13.212Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-07T06:25:13.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "aai-ml", "timestamp": 1633587829521, "artifactURL": "/sdc/v1/catalog/services/Vfw20211007061902/1.0/artifacts/service-Vfw20211007061902-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:25:13.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:25:13.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:25:13.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "aai-ml", "timestamp": 1633587830527, "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-07T06:25:13.228Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db408700-341e-461f-bfcf-aac34c67b4ec 2021-10-07T06:25:13.229Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId db408700-341e-461f-bfcf-aac34c67b4ec 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-07T06:25:15.771Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:25:15.784Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec 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-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:25:15.788Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:25:15.789Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:25:15.789Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:25:15.789Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:25:15.789Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-07T06:25:15.794Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-07T06:25:45.795Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db408700-341e-461f-bfcf-aac34c67b4ec 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-07T06:25:45.804Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db408700-341e-461f-bfcf-aac34c67b4ec and serviceModelVersionId: bc6fdc20-7b67-45fc-856a-e40449f93179 2021-10-07T06:25:45.804Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f031ecd-91bc-4cd8-8dfc-76d1406de003 2021-10-07T06:25:59.204Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0 2021-10-07T06:25:59.314Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-10-07T06:26:00.028Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|INFO|500||Invoke 2021-10-07T06:26:00.038Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db408700-341e-461f-bfcf-aac34c67b4ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06b16f44-e024-4c18-96fc-e53d42f388e9], X-ECOMP-RequestID=[db408700-341e-461f-bfcf-aac34c67b4ec], X-TransactionId=[], X-ONAP-RequestID=[db408700-341e-461f-bfcf-aac34c67b4ec], Content-Type=[application/merge-patch+json]} 2021-10-07T06:26:00.245Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-07T06:26:00.890Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211007-06:26:00:256-89058], vertex-id=[180368], Content-Length=[0], Date=[Thu, 07 Oct 2021 06:26:00 GMT], Content-Type=[application/json]} 2021-10-07T06:26:00.892Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-07T06:26:00.892Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7f031ecd-91bc-4cd8-8dfc-76d1406de003/model-vers/model-ver/bc6fdc20-7b67-45fc-856a-e40449f93179?depth=0|INFO|500||InvokeReturn 2021-10-07T06:26:00.895Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-07T06:26:00.895Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:26:00.900Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-07T06:26:00.908Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db408700-341e-461f-bfcf-aac34c67b4ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-07T06:26:00.910Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-07T06:26:00.910Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:00.912Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:00.912Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587960909, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:26:01.012Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:01.013Z||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-07T06:26:01.013Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:01.027Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:01.028Z||pool-18-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-07T06:26:01.930Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:26:01.931Z|db408700-341e-461f-bfcf-aac34c67b4ec|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-07T06:26:01.931Z|db408700-341e-461f-bfcf-aac34c67b4ec|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:06.240Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:06.241Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:26:06.241Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8070bf5-26fc-4e55-95a7-4ebef0f46b23","serviceName":"basic_onboard_WmPIbr","serviceVersion":"1.0","serviceUUID":"b6bc8df1-d2f4-490d-b538-bda10c46ead8","serviceDescription":"service","serviceInvariantUUID":"34c4d000-f0e6-4899-9199-ea016ba0ba92","resources":[{"resourceInstanceName":"basic_onboard_WmPIbr 0","resourceName":"basic_onboard_WmPIbr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b","resourceInvariantUUID":"2beb5b46-cba4-41b9-9287-4d1854d79781","resourceCustomizationUUID":"bbdf34c4-af79-47c1-8ba5-f819b4737b7e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml","artifactChecksum":"MDFjNmEyMmFkYmJhOGU0M2FjZWQwNDY1MDNmODViODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39200e87-c8c2-4b1a-9d6d-0a0d762275ba","artifactVersion":"1"},{"artifactName":"basic_onboard_wmpibr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json","artifactChecksum":"Y2JlZjNlODM5ODRjNDNlMmE4ZGFmZWEwMjc2NWNiZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce792fda-9ee0-4af0-80de-4d35ac130c65","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5ae582e4-7b13-4ff4-b0e1-fc6eca30723a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ab56ab4-15a0-4bf8-9263-d316b652b3a9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb","artifactVersion":"2","generatedFromUUID":"5ae582e4-7b13-4ff4-b0e1-fc6eca30723a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWmpibr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml","artifactChecksum":"NmQ2YTNjNGIzMGRlYjExYzJhNWE2MDAwMTQ0OGYyMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"801406d7-6173-406a-b065-67d2ea35e08c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWmpibr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar","artifactChecksum":"ZDMxMTQ3OWYyYWY2NThiZDNjOGQwYTlhYjc0ZjM4MDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc64c37d-959f-4a9f-9c87-ed9feb02e5bf","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-07T06:26:06.242Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:26:06.243Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:06.244Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:06.244Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:06.344Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:06.345Z||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-07T06:26:06.345Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:06.359Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:06.360Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:07.245Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:26:07.246Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:07.247Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:07.247Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:26:07.347Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-07T06:26:07.348Z||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-07T06:26:07.348Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:07.360Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:07.360Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:08.253Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:26:08.254Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:08.256Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:08.256Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-07T06:26:08.357Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-07T06:26:08.357Z||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-07T06:26:08.357Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:08.368Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:08.369Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:09.261Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:26:09.262Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:09.264Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:09.264Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:09.366Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-10-07T06:26:09.366Z||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-07T06:26:09.366Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:09.378Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:09.379Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:10.265Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:26:10.266Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:10.267Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:10.267Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-07T06:26:10.368Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:10.369Z||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-07T06:26:10.369Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:10.381Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:10.382Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:11.268Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:26:11.269Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:11.271Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:11.272Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:11.372Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:11.372Z||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-07T06:26:11.373Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:11.385Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:11.386Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:12.272Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:26:12.274Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:12.275Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:12.276Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:26:12.376Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:12.376Z||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-07T06:26:12.376Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:12.388Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:12.389Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:26:13.075Z||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-07T06:26:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:13.101Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:13.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "clamp", "timestamp": 1633587867198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "cds", "timestamp": 1633587868908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587869181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "policy-id", "timestamp": 1633587871144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "clamp", "timestamp": 1633587867198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "cds", "timestamp": 1633587868908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587869181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "policy-id", "timestamp": 1633587871144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "clamp", "timestamp": 1633587867198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "cds", "timestamp": 1633587868908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587869181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "policy-id", "timestamp": 1633587871144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "clamp", "timestamp": 1633587867198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "cds", "timestamp": 1633587868908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587869181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "policy-id", "timestamp": 1633587871144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "clamp", "timestamp": 1633587867198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "cds", "timestamp": 1633587868908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587869181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "policy-id", "timestamp": 1633587871144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "clamp", "timestamp": 1633587867198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "cds", "timestamp": 1633587868908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587869181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "ves-openapi-manager", "timestamp": 1633587879834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "policy-id", "timestamp": 1633587871144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587880229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "clamp", "timestamp": 1633587867198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:26:13.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "cds", "timestamp": 1633587868908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587869181, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "ves-openapi-manager", "timestamp": 1633587879834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "policy-id", "timestamp": 1633587871144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587880229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "ves-openapi-manager", "timestamp": 1633587879834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "dcae-sch", "timestamp": 1633587882034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587880229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "ves-openapi-manager", "timestamp": 1633587879834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "dcae-sch", "timestamp": 1633587882034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587880229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "ves-openapi-manager", "timestamp": 1633587879834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "dcae-sch", "timestamp": 1633587882034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587880229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587885326, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "policy-id", "timestamp": 1633587885430, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "ves-openapi-manager", "timestamp": 1633587879834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "cds", "timestamp": 1633587885642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "dcae-sch", "timestamp": 1633587882034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587880229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "policy-id", "timestamp": 1633587886434, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:26:13.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "ves-openapi-manager", "timestamp": 1633587879834, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "cds", "timestamp": 1633587886647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-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-07T06:26:13.128Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23 2021-10-07T06:26:13.128Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-07T06:26:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "dcae-sch", "timestamp": 1633587882034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587880229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:26:13.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "policy-id", "timestamp": 1633587887437, "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-07T06:26:13.143Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23 2021-10-07T06:26:13.143Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-07T06:26:13.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "dcae-sch", "timestamp": 1633587882034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587888232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "clamp", "timestamp": 1633587888312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "dcae-sch", "timestamp": 1633587882034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587889012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:13.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633587889236, "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-07T06:26:13.160Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23 2021-10-07T06:26:13.160Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "clamp", "timestamp": 1633587890321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:26:13.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587890926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:13.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "clamp", "timestamp": 1633587891323, "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-07T06:26:13.174Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23 2021-10-07T06:26:13.174Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-07T06:26:13.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587892328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:13.181Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "aai-ml", "timestamp": 1633587891786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587893351, "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-07T06:26:13.187Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23 2021-10-07T06:26:13.187Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-07T06:26:13.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "aai-ml", "timestamp": 1633587891786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "multicloud-k8s-id", "timestamp": 1633587894353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:26:13.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "aai-ml", "timestamp": 1633587891786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "aai-ml", "timestamp": 1633587891786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "aai-ml", "timestamp": 1633587891786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "aai-ml", "timestamp": 1633587891786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "aai-ml", "timestamp": 1633587891786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "aai-ml", "timestamp": 1633587901227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "aai-ml", "timestamp": 1633587910316, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:26:13.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "aai-ml", "timestamp": 1633587911320, "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-07T06:26:13.203Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8070bf5-26fc-4e55-95a7-4ebef0f46b23 2021-10-07T06:26:13.203Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-07T06:26:13.277Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "serviceName": "basic_onboard_WmPIbr", "serviceVersion": "1.0", "serviceUUID": "b6bc8df1-d2f4-490d-b538-bda10c46ead8", "serviceDescription": "service", "serviceInvariantUUID": "34c4d000-f0e6-4899-9199-ea016ba0ba92", "resources": [ { "resourceInstanceName": "basic_onboard_WmPIbr 0", "resourceCustomizationUUID": "bbdf34c4-af79-47c1-8ba5-f819b4737b7e", "resourceName": "basic_onboard_WmPIbr", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b", "resourceInvariantUUID": "2beb5b46-cba4-41b9-9287-4d1854d79781", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_wmpibr0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "artifactChecksum": "Y2JlZjNlODM5ODRjNDNlMmE4ZGFmZWEwMjc2NWNiZjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce792fda-9ee0-4af0-80de-4d35ac130c65", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5ae582e4-7b13-4ff4-b0e1-fc6eca30723a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb", "generatedFromUUID": "5ae582e4-7b13-4ff4-b0e1-fc6eca30723a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardWmpibr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "artifactChecksum": "ZDMxMTQ3OWYyYWY2NThiZDNjOGQwYTlhYjc0ZjM4MDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc64c37d-959f-4a9f-9c87-ed9feb02e5bf" } ], "workloadContext": "Production" } 2021-10-07T06:26:13.277Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-07T06:26:13.277Z|db408700-341e-461f-bfcf-aac34c67b4ec|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b6bc8df1-d2f4-490d-b538-bda10c46ead8 ASDC 2021-10-07T06:26:13.278Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c8070bf5-26fc-4e55-95a7-4ebef0f46b23 ServiceName:basic_onboard_WmPIbr ServiceVersion:1.0 ServiceUUID:b6bc8df1-d2f4-490d-b538-bda10c46ead8 ServiceInvariantUUID:34c4d000-f0e6-4899-9199-ea016ba0ba92 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardWmpibr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar ArtifactUUID:fc64c37d-959f-4a9f-9c87-ed9feb02e5bf ArtifactChecksum:ZDMxMTQ3OWYyYWY2NThiZDNjOGQwYTlhYjc0ZjM4MDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_WmPIbr 0 ResourceCustomizationUUID:bbdf34c4-af79-47c1-8ba5-f819b4737b7e ResourceInvariantUUID:2beb5b46-cba4-41b9-9287-4d1854d79781 ResourceName:basic_onboard_WmPIbr ResourceType:VF ResourceUUID:2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_wmpibr0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json ArtifactUUID:ce792fda-9ee0-4af0-80de-4d35ac130c65 ArtifactChecksum:Y2JlZjNlODM5ODRjNDNlMmE4ZGFmZWEwMjc2NWNiZjk= 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/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml ArtifactUUID:5ae582e4-7b13-4ff4-b0e1-fc6eca30723a 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/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env ArtifactUUID:e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb 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/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env ArtifactUUID:e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-07T06:26:13.278Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b6bc8df1-d2f4-490d-b538-bda10c46ead8 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-07T06:26:13.310Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:26:13.311Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-10-07T06:26:13.311Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-10-07T06:26:13.311Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fc64c37d-959f-4a9f-9c87-ed9feb02e5bf from URL: /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:13.311Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-10-07T06:26:13.311Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:13.492Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-10-07T06:26:13.497Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar fc64c37d-959f-4a9f-9c87-ed9feb02e5bf 71378 2021-10-07T06:26:13.498Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar ASDC sendASDCNotification 2021-10-07T06:26:13.498Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:13.498Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:26:13.498Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:13.500Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:13.500Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587973498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:13.600Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:13.601Z||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-07T06:26:13.601Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:13.612Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:13.613Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:26:14.500Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:26:14.502Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-10-07T06:26:14.503Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fc64c37d-959f-4a9f-9c87-ed9feb02e5bf, URL: /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar to file: /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:14.503Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:14.504Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:14.504Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:14.691Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6150418063444236548/Definitions/service-BasicOnboardWmpibr-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-07T06:26:16.358Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-07T06:26:16.358Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||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-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WmPIbr 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-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:16.359Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is not matching search criteria 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-07T06:26:16.360Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria 2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria 2021-10-07T06:26:16.361Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is not matching search criteria 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f075510-f8d9-425d-86c8-a1903ef1cd35 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:16.362Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.363Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:16.363Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:16.363Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:16.363Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_WmPIbr Description:service Model UUID:b6bc8df1-d2f4-490d-b538-bda10c46ead8 Model Version:NULL Model InvariantUuid:34c4d000-f0e6-4899-9199-ea016ba0ba92 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_WmPIbr Model UUID:b44ca02f-a361-405d-9680-7533d1cf2bb0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2beb5b46-cba4-41b9-9287-4d1854d79781 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bbdf34c4-af79-47c1-8ba5-f819b4737b7e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:36e3d358-fa8b-49cc-bc0a-8452c85d5c7c ModelName:BasicOnboardWmpibr..base_ubuntu18..module-0 ModelUuid:acc8b932-3042-4629-81c9-b41f73d619ee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3f075510-f8d9-425d-86c8-a1903ef1cd35 ModelInvariantUuid:18e7d920-3ee5-4906-b34f-6cb7dc18c487 ModelName:basic_onboard_WmPIbr-nodes.ubuntu18Cvfc ModelUuid:85caeab4-a036-4e32-b5db-380855edb076 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a8ad79a5-1bac-467c-bcf8-fabdc97ceeba ModelInvariantUuid:3ccfbc28-8eb4-4f2a-9af1-6b5331f92e2d ModelName:BasicOnboardWmpibr.compute.nodes.heat.ubuntu18 ModelUuid:6b5bd07f-fbf4-4e5f-9301-91368c591a67 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-07T06:26:16.369Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:26:16.372Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||basic_onboard_WmPIbr 0 2021-10-07T06:26:16.372Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b 2021-10-07T06:26:16.372Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ce792fda-9ee0-4af0-80de-4d35ac130c65 from URL: /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json 2021-10-07T06:26:16.372Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-10-07T06:26:16.372Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json 2021-10-07T06:26:17.579Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-10-07T06:26:17.580Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json ce792fda-9ee0-4af0-80de-4d35ac130c65 798 2021-10-07T06:26:17.580Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json ASDC sendASDCNotification 2021-10-07T06:26:17.580Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json 2021-10-07T06:26:17.580Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:26:17.581Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:17.583Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:17.583Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587977580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:17.683Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:17.684Z||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-07T06:26:17.684Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:17.696Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:17.696Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:18.583Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWmpibr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "36e3d358-fa8b-49cc-bc0a-8452c85d5c7c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "acc8b932-3042-4629-81c9-b41f73d619ee", "vfModuleModelCustomizationUUID": "1ec84c08-01a1-4044-ae64-85ba876fb274", "isBase": true, "artifacts": [ "5ae582e4-7b13-4ff4-b0e1-fc6eca30723a", "e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb" ], "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-07T06:26:18.587Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWmpibr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:acc8b932-3042-4629-81c9-b41f73d619ee VfModuleModelInvariantUUID:36e3d358-fa8b-49cc-bc0a-8452c85d5c7c VfModuleModelDescription:NULL Artifacts UUID List:{ 5ae582e4-7b13-4ff4-b0e1-fc6eca30723a , e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb } 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-07T06:26:18.590Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardWmpibr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "36e3d358-fa8b-49cc-bc0a-8452c85d5c7c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "acc8b932-3042-4629-81c9-b41f73d619ee", "vfModuleModelCustomizationUUID": "1ec84c08-01a1-4044-ae64-85ba876fb274", "isBase": true, "artifacts": [ "5ae582e4-7b13-4ff4-b0e1-fc6eca30723a", "e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb" ], "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-07T06:26:18.590Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardWmpibr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:acc8b932-3042-4629-81c9-b41f73d619ee VfModuleModelInvariantUUID:36e3d358-fa8b-49cc-bc0a-8452c85d5c7c VfModuleModelDescription:NULL Artifacts UUID List:{ 5ae582e4-7b13-4ff4-b0e1-fc6eca30723a , e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb } 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-07T06:26:18.590Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5ae582e4-7b13-4ff4-b0e1-fc6eca30723a from URL: /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml 2021-10-07T06:26:18.590Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-10-07T06:26:18.590Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml 2021-10-07T06:26:19.980Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-10-07T06:26:19.980Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml 5ae582e4-7b13-4ff4-b0e1-fc6eca30723a 5033 2021-10-07T06:26:19.980Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-07T06:26:19.980Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml 2021-10-07T06:26:19.981Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:26:19.981Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:19.982Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:19.982Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587979980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:20.083Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:20.083Z||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-07T06:26:20.083Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:20.095Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:20.096Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:20.983Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb from URL: /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env 2021-10-07T06:26:20.984Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-10-07T06:26:20.984Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env 2021-10-07T06:26:22.523Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-10-07T06:26:22.523Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env e5b56ad0-6abb-4e1b-9fd7-530b79a3f6cb 909 2021-10-07T06:26:22.523Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-07T06:26:22.523Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env 2021-10-07T06:26:22.523Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:26:22.524Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:22.525Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:22.525Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587982523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:26:22.626Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:22.626Z||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-07T06:26:22.626Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:22.637Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:22.638Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:23.526Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b6bc8df1-d2f4-490d-b538-bda10c46ead8 2021-10-07T06:26:23.527Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WmPIbr 0 2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:26:23.541Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fa7b062, org.onap.sdc.toscaparser.api.parameters.Input@48565a5a, org.onap.sdc.toscaparser.api.parameters.Input@e926ba1, org.onap.sdc.toscaparser.api.parameters.Input@7bfe0126, org.onap.sdc.toscaparser.api.parameters.Input@19b89a9b] 2021-10-07T06:26:23.542Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.542Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:23.542Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-10-07T06:26:23.542Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bbdf34c4-af79-47c1-8ba5-f819b4737b7e 2021-10-07T06:26:23.543Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bbdf34c4-af79-47c1-8ba5-f819b4737b7e matches Tosca VF Customization UUID: bbdf34c4-af79-47c1-8ba5-f819b4737b7e 2021-10-07T06:26:23.543Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bbdf34c4-af79-47c1-8ba5-f819b4737b7e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-07T06:26:23.545Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.545Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:23.546Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bbdf34c4-af79-47c1-8ba5-f819b4737b7e: {\"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-07T06:26:23.546Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75e8fe03 2021-10-07T06:26:23.546Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.546Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-07T06:26:23.547Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ec84c08-01a1-4044-ae64-85ba876fb274 2021-10-07T06:26:23.547Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ec84c08-01a1-4044-ae64-85ba876fb274 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-07T06:26:23.549Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria 2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria 2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.550Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is not matching search criteria 2021-10-07T06:26:23.551Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-07T06:26:23.551Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-07T06:26:23.551Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3f075510-f8d9-425d-86c8-a1903ef1cd35 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-07T06:26:23.553Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.553Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria 2021-10-07T06:26:23.553Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:26:23.553Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.553Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_WmPIbr 0 is matching search criteria 2021-10-07T06:26:23.554Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_WmPIbr 0] matching following query criteria: sdcType=VF, customizationUUID=bbdf34c4-af79-47c1-8ba5-f819b4737b7e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b6bc8df1-d2f4-490d-b538-bda10c46ead8: basic_onboard_WmPIbr 2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:23.556Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_WmPIbr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:26:23.557Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_WmPIbr Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-07T06:26:23.638Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WmPIbr 2fc4b43c-d79a-4a36-bb9c-31b7cc35d85b 1 ASDC deployResourceStructure 2021-10-07T06:26:23.638Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json ASDC sendASDCNotification 2021-10-07T06:26:23.638Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json 2021-10-07T06:26:23.638Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:26:23.639Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:23.640Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:23.641Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587983638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:26:23.741Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:23.742Z||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-07T06:26:23.742Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:23.752Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:23.753Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:24.641Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-10-07T06:26:24.642Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml 2021-10-07T06:26:24.642Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:26:24.642Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:24.644Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:24.644Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587984641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-07T06:26:24.744Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:24.745Z||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-07T06:26:24.745Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:24.757Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:24.758Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:25.645Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-10-07T06:26:25.645Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env 2021-10-07T06:26:25.645Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:26:25.645Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:25.647Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:25.647Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587985645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-07T06:26:25.747Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:25.748Z||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-07T06:26:25.748Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:25.761Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:25.762Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:26:26.648Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar ASDC sendASDCNotification 2021-10-07T06:26:26.648Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar 2021-10-07T06:26:26.648Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:26:26.648Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:26.650Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:26.650Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587986647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:26:26.750Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:26.751Z||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-07T06:26:26.751Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:26.762Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:26.762Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:26:27.651Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8070bf5-26fc-4e55-95a7-4ebef0f46b23 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:26:27.661Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-07T06:26:27.663Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:26:27.663Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-07T06:26:27.663Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-07T06:26:27.663Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-07T06:26:27.663Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:26:27.664Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-07T06:26:27.668Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-07T06:26:57.668Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8070bf5-26fc-4e55-95a7-4ebef0f46b23 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-07T06:26:57.673Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8070bf5-26fc-4e55-95a7-4ebef0f46b23 and serviceModelVersionId: b6bc8df1-d2f4-490d-b538-bda10c46ead8 2021-10-07T06:26:57.673Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34c4d000-f0e6-4899-9199-ea016ba0ba92 2021-10-07T06:26:57.674Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0 2021-10-07T06:26:57.679Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-10-07T06:26:57.722Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|INFO|500||Invoke 2021-10-07T06:26:57.722Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8070bf5-26fc-4e55-95a7-4ebef0f46b23], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[852dd32d-5380-473b-8a9d-6774960cc9aa], X-ECOMP-RequestID=[c8070bf5-26fc-4e55-95a7-4ebef0f46b23], X-TransactionId=[], X-ONAP-RequestID=[c8070bf5-26fc-4e55-95a7-4ebef0f46b23], Content-Type=[application/merge-patch+json]} 2021-10-07T06:26:57.746Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-07T06:26:58.180Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211007-06:26:57:754-43699], vertex-id=[188440], Content-Length=[0], Date=[Thu, 07 Oct 2021 06:26:57 GMT], Content-Type=[application/json]} 2021-10-07T06:26:58.181Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-07T06:26:58.181Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34c4d000-f0e6-4899-9199-ea016ba0ba92/model-vers/model-ver/b6bc8df1-d2f4-490d-b538-bda10c46ead8?depth=0|INFO|500||InvokeReturn 2021-10-07T06:26:58.182Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-07T06:26:58.182Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:26:58.187Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-07T06:26:58.187Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8070bf5-26fc-4e55-95a7-4ebef0f46b23 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-07T06:26:58.188Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-07T06:26:58.188Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:26:58.189Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:26:58.190Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588018187, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:26:58.290Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:26:58.291Z||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-07T06:26:58.291Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:26:58.307Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:26:58.307Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-07T06:26:59.201Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:26:59.201Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:26:59.202Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:27:08.750Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:27:08.751Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:27:08.751Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:27:08.752Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:27:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:27:13.075Z||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-07T06:27:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:27:13.099Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:27:13.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-07T06:27:13.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "db408700-341e-461f-bfcf-aac34c67b4ec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587960909, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:27:13.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:27:13.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-07T06:27:13.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:27:13.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-07T06:27:13.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-07T06:27:13.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:27:13.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-07T06:27:13.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-10-07T06:27:13.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587961930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:27:13.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-10-07T06:27:18.299Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:27:18.299Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:27:18.300Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:27:18.300Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:27:27.837Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:28:13.073Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:28:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:28:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:28:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:28:13.076Z||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-07T06:28:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:28:13.598Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:28:13.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-07T06:28:13.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587973498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:28:13.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587977580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:28:13.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587979980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:28:13.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587982523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:28:13.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-07T06:28:13.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587983638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/basic_onboard_wmpibr0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:28:13.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587984641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-07T06:28:13.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587985645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/resourceInstances/basic_onboard_wmpibr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-07T06:28:13.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-07T06:28:13.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633587986647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWmpibr/1.0/artifacts/service-BasicOnboardWmpibr-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:28:13.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:28:13.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-10-07T06:28:13.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c8070bf5-26fc-4e55-95a7-4ebef0f46b23", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588018187, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:28:13.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:28:22.626Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:29:13.073Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:29:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:29:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:29:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:29:13.075Z||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-07T06:29:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:29:22.615Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:29:22.623Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:30:13.073Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:30:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:30:13.074Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:30:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:30:13.075Z||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-07T06:30:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:30:22.623Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:30:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:31:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:31:13.073Z||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-07T06:31:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:31:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:31:13.076Z||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-07T06:31:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:31:22.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:31:22.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:32:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:32:13.073Z||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-07T06:32:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:32:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:32:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T06:32:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:32:22.620Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:32:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:33:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:33:13.074Z||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-07T06:33:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:33:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:33:13.075Z||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-07T06:33:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:33:22.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:33:22.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:34:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:34:13.074Z||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-07T06:34:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:34:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:34:13.075Z||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-07T06:34:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:34:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:34:22.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:35:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:35:13.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:35:13.075Z||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-07T06:35:13.075Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T06:35:13.075Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:35:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:35:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:35:22.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:13.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:36:13.074Z||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-07T06:36:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:36:13.075Z||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-07T06:36:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:13.698Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:13.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8703d8e2-18c7-41da-b663-11ea448e4ad7","serviceName":"Demo_pNF_nwgfEAY6BgQ2bWolG8tU","serviceVersion":"1.0","serviceUUID":"41ad5810-fc49-469a-af20-2bbb72e362cf","serviceDescription":"catalog service description","serviceInvariantUUID":"b4899ac5-2a9b-4d62-a6d0-422c832696d8","resources":[{"resourceInstanceName":"pNF 3c2b8bcd-0e26 0","resourceName":"pNF 3c2b8bcd-0e26","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a0095c01-12c5-4b8a-a186-c96e054ad9bb","resourceInvariantUUID":"7b08d011-7461-4661-8c72-06b210eda888","resourceCustomizationUUID":"49d709d3-5c8d-425a-b624-51dd92867a2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml","artifactChecksum":"MmMxZmZjYzk1ZmRkNWY5YjY0YzY3MGMxMWJkNzVlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d34897e8-e6c0-4c0f-a5d7-fec6f89e06fa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar","artifactChecksum":"M2M1NWZmNWJlYWIwOWYwMGMxMTMyMjQ5Nzg1OTk4ZWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78704da5-1759-4ba9-a627-99316e5910cc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff3f9440-4cc0-44c5-8fa7-e491d41aca07","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml","artifactChecksum":"MWE4OWI3ODc2ZjZkMjE4OGZlMWMwZjQwNGUwYzYyZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8a2a5cd-dcad-44ee-9990-e254be6292ac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"55669421-cca1-403f-9717-c003255702d7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"747c5b41-bcc0-4249-b695-8390a1a5fa2e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml","artifactChecksum":"ZjE2NWM4ZGE4MTRkNTcwY2RmZTk3ZjdmMjY4MDczNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"72bc06a3-b51f-4fa0-b91e-38d758a4acb6","artifactVersion":"1"},{"artifactName":"service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar","artifactChecksum":"ZTMyZWE4OGQ1YTY1YWIzZjg5YTBkMTllYWY1M2Q2MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72991c12-2f3e-491a-8ef0-2c81f831dc51","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-07T06:36:13.702Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:36:13.702Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:36:13.704Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:13.704Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:36:13.704Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588529181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "cds", "timestamp": 1633588528908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "clamp", "timestamp": 1633588527198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "policy-id", "timestamp": 1633588531144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "clamp", "timestamp": 1633588527198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "cds", "timestamp": 1633588528908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588529181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "policy-id", "timestamp": 1633588531144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "cds", "timestamp": 1633588528908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "clamp", "timestamp": 1633588527198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588529181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "policy-id", "timestamp": 1633588531144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "clamp", "timestamp": 1633588527198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "cds", "timestamp": 1633588528908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588529181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "policy-id", "timestamp": 1633588531144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "clamp", "timestamp": 1633588527198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "cds", "timestamp": 1633588528908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588529181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "policy-id", "timestamp": 1633588531144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "cds", "timestamp": 1633588528908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "clamp", "timestamp": 1633588527198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588529181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "policy-id", "timestamp": 1633588531144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "cds", "timestamp": 1633588528908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "clamp", "timestamp": 1633588527198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588529181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "policy-id", "timestamp": 1633588531144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "ves-openapi-manager", "timestamp": 1633588539834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1633588540229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "cds", "timestamp": 1633588528908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:36:13.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "clamp", "timestamp": 1633588527198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:36:13.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588529181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:36:13.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "policy-id", "timestamp": 1633588531144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:36:13.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "ves-openapi-manager", "timestamp": 1633588539834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1633588540229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "ves-openapi-manager", "timestamp": 1633588539834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "dcae-sch", "timestamp": 1633588542034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1633588540229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "ves-openapi-manager", "timestamp": 1633588539834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "dcae-sch", "timestamp": 1633588542034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1633588540229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "ves-openapi-manager", "timestamp": 1633588539834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "dcae-sch", "timestamp": 1633588542034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1633588540229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "ves-openapi-manager", "timestamp": 1633588539834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-10-07T06:36:13.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "dcae-sch", "timestamp": 1633588542034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588545725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:36:13.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:36:13.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1633588540229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "policy-id", "timestamp": 1633588545921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:36:13.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:36:13.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "cds", "timestamp": 1633588546315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:36:13.734Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:36:13.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "ves-openapi-manager", "timestamp": 1633588539834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "dcae-sch", "timestamp": 1633588542034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1633588540229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "policy-id", "timestamp": 1633588546924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:36:13.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:36:13.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "cds", "timestamp": 1633588547319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-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-07T06:36:13.750Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7 2021-10-07T06:36:13.750Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-07T06:36:13.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "ves-openapi-manager", "timestamp": 1633588539834, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588547535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:36:13.762Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:36:13.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "dcae-sch", "timestamp": 1633588542034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "multicloud-k8s-id", "timestamp": 1633588540229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:36:13.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "policy-id", "timestamp": 1633588547926, "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-07T06:36:13.769Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7 2021-10-07T06:36:13.769Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-07T06:36:13.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588548538, "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-07T06:36:13.795Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7 2021-10-07T06:36:13.795Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-07T06:36:13.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "dcae-sch", "timestamp": 1633588542034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "dcae-sch", "timestamp": 1633588542034, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "ves-openapi-manager", "timestamp": 1633588550027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:36:13.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:36:13.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "clamp", "timestamp": 1633588550418, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:36:13.805Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-07T06:36:13.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:36:13.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "ves-openapi-manager", "timestamp": 1633588551217, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-10-07T06:36:13.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:36:13.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "ves-openapi-manager", "timestamp": 1633588552220, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 2021-10-07T06:36:13.806Z||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-07T06:36:13.806Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:36:13.810Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7 2021-10-07T06:36:13.811Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-07T06:36:13.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "aai-ml", "timestamp": 1633588551786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.818Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "clamp", "timestamp": 1633588552425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:36:13.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:36:13.818Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:13.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "aai-ml", "timestamp": 1633588551786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "clamp", "timestamp": 1633588553428, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 2021-10-07T06:36:13.819Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-07T06:36:13.823Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7 2021-10-07T06:36:13.823Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-07T06:36:13.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "aai-ml", "timestamp": 1633588551786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "aai-ml", "timestamp": 1633588551786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "aai-ml", "timestamp": 1633588551786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "aai-ml", "timestamp": 1633588551786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "aai-ml", "timestamp": 1633588551786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "aai-ml", "timestamp": 1633588551786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "aai-ml", "timestamp": 1633588561729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "aai-ml", "timestamp": 1633588567926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:36:13.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:36:13.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-10-07T06:36:13.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "aai-ml", "timestamp": 1633588568930, "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-07T06:36:13.835Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8703d8e2-18c7-41da-b663-11ea448e4ad7 2021-10-07T06:36:13.835Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-07T06:36:14.705Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:36:14.705Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:36:14.707Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:36:14.707Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:14.807Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:36:14.808Z||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-07T06:36:14.808Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:14.821Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:14.821Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:36:15.708Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:36:15.708Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:36:15.710Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:36:15.710Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:15.810Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:36:15.811Z||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-07T06:36:15.812Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:15.823Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:15.823Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:36:16.711Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:36:16.711Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:36:16.713Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:36:16.713Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:16.814Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:36:16.814Z||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-07T06:36:16.815Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:16.831Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:16.831Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:36:17.714Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:36:17.715Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:36:17.717Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:36:17.717Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:17.817Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:36:17.818Z||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-07T06:36:17.818Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:17.830Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:17.830Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:36:18.717Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:36:18.718Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:36:18.720Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:36:18.720Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:18.820Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-07T06:36:18.821Z||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-07T06:36:18.821Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:18.832Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:18.832Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:36:19.721Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:36:19.722Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:36:19.723Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:36:19.723Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:36:19.823Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:36:19.824Z||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-07T06:36:19.824Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:19.840Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:19.841Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:36:20.724Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:36:20.724Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:36:20.726Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:36:20.726Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:36:20.826Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:36:20.827Z||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-07T06:36:20.827Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:20.838Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:20.839Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:36:21.727Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "serviceName": "Demo_pNF_nwgfEAY6BgQ2bWolG8tU", "serviceVersion": "1.0", "serviceUUID": "41ad5810-fc49-469a-af20-2bbb72e362cf", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b4899ac5-2a9b-4d62-a6d0-422c832696d8", "resources": [ { "resourceInstanceName": "pNF 3c2b8bcd-0e26 0", "resourceCustomizationUUID": "49d709d3-5c8d-425a-b624-51dd92867a2f", "resourceName": "pNF 3c2b8bcd-0e26", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a0095c01-12c5-4b8a-a186-c96e054ad9bb", "resourceInvariantUUID": "7b08d011-7461-4661-8c72-06b210eda888", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "artifactChecksum": "ZTMyZWE4OGQ1YTY1YWIzZjg5YTBkMTllYWY1M2Q2MDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "72991c12-2f3e-491a-8ef0-2c81f831dc51" } ], "workloadContext": "Production" } 2021-10-07T06:36:21.728Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-07T06:36:21.728Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41ad5810-fc49-469a-af20-2bbb72e362cf ASDC 2021-10-07T06:36:21.728Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:8703d8e2-18c7-41da-b663-11ea448e4ad7 ServiceName:Demo_pNF_nwgfEAY6BgQ2bWolG8tU ServiceVersion:1.0 ServiceUUID:41ad5810-fc49-469a-af20-2bbb72e362cf ServiceInvariantUUID:b4899ac5-2a9b-4d62-a6d0-422c832696d8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar ArtifactUUID:72991c12-2f3e-491a-8ef0-2c81f831dc51 ArtifactChecksum:ZTMyZWE4OGQ1YTY1YWIzZjg5YTBkMTllYWY1M2Q2MDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3c2b8bcd-0e26 0 ResourceCustomizationUUID:49d709d3-5c8d-425a-b624-51dd92867a2f ResourceInvariantUUID:7b08d011-7461-4661-8c72-06b210eda888 ResourceName:pNF 3c2b8bcd-0e26 ResourceType:PNF ResourceUUID:a0095c01-12c5-4b8a-a186-c96e054ad9bb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-10-07T06:36:21.728Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41ad5810-fc49-469a-af20-2bbb72e362cf 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-07T06:36:21.751Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:36:21.752Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:36:21.752Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:36:21.752Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 72991c12-2f3e-491a-8ef0-2c81f831dc51 from URL: /sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:21.752Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:36:21.752Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:26.077Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:36:26.082Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 72991c12-2f3e-491a-8ef0-2c81f831dc51 82545 2021-10-07T06:36:26.082Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar ASDC sendASDCNotification 2021-10-07T06:36:26.082Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:26.082Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:36:26.083Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:36:26.085Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:36:26.085Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588586082, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:36:26.185Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:36:26.186Z||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-07T06:36:26.186Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:26.199Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:26.199Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:36:27.086Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:36:27.087Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:36:27.088Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 72991c12-2f3e-491a-8ef0-2c81f831dc51, URL: /sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar to file: /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.088Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.089Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.089Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.208Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP965620211332355796/Definitions/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml 2021-10-07T06:36:27.931Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3c2b8bcd-0e26 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-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:27.932Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Node template pNF 3c2b8bcd-0e26 0 is matching search criteria 2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3c2b8bcd-0e26 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Node template pNF 3c2b8bcd-0e26 0 is matching search criteria 2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-07T06:36:27.933Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 3c2b8bcd-0e26 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:36:27.934Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nwgfEAY6BgQ2bWolG8tU Description:catalog service description Model UUID:41ad5810-fc49-469a-af20-2bbb72e362cf Model Version:NULL Model InvariantUuid:b4899ac5-2a9b-4d62-a6d0-422c832696d8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-07T06:36:27.943Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: a0095c01-12c5-4b8a-a186-c96e054ad9bb Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:36:27.947Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||pNF 3c2b8bcd-0e26 0 2021-10-07T06:36:27.947Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a0095c01-12c5-4b8a-a186-c96e054ad9bb 2021-10-07T06:36:27.948Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 41ad5810-fc49-469a-af20-2bbb72e362cf 2021-10-07T06:36:27.948Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 41ad5810-fc49-469a-af20-2bbb72e362cf 2021-10-07T06:36:27.948Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3c2b8bcd-0e26 0 a0095c01-12c5-4b8a-a186-c96e054ad9bb ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:36:27.953Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b8bd0bd, org.onap.sdc.toscaparser.api.parameters.Input@1f0c1f0d, org.onap.sdc.toscaparser.api.parameters.Input@51e047c3, org.onap.sdc.toscaparser.api.parameters.Input@4d0af6db, org.onap.sdc.toscaparser.api.parameters.Input@68a1d9ff] 2021-10-07T06:36:27.953Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:36:27.954Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:36:27.954Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 41ad5810-fc49-469a-af20-2bbb72e362cf: pNF 3c2b8bcd-0e26 2021-10-07T06:36:27.954Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Processing PNF resource: a0095c01-12c5-4b8a-a186-c96e054ad9bb 2021-10-07T06:36:27.954Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:36:27.954Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nwgfEAY6BgQ2bWolG8tU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:36:27.955Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||Resource customization UUID: 49d709d3-5c8d-425a-b624-51dd92867a2f is the same as notified resource customizationUUID: 49d709d3-5c8d-425a-b624-51dd92867a2f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-07T06:36:28.026Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3c2b8bcd-0e26 a0095c01-12c5-4b8a-a186-c96e054ad9bb 0 ASDC deployResourceStructure 2021-10-07T06:36:28.026Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar ASDC sendASDCNotification 2021-10-07T06:36:28.026Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar 2021-10-07T06:36:28.026Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:36:28.026Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:36:28.028Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:36:28.028Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588588026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:36:28.128Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:36:28.129Z||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-07T06:36:28.129Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:28.141Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:28.142Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:36:29.029Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8703d8e2-18c7-41da-b663-11ea448e4ad7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:36:29.039Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:36:29.043Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:36:29.044Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:36:29.044Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:36:29.044Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:36:29.044Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-07T06:36:29.049Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-07T06:36:59.049Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8703d8e2-18c7-41da-b663-11ea448e4ad7 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-07T06:36:59.055Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8703d8e2-18c7-41da-b663-11ea448e4ad7 and serviceModelVersionId: 41ad5810-fc49-469a-af20-2bbb72e362cf 2021-10-07T06:36:59.055Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4899ac5-2a9b-4d62-a6d0-422c832696d8 2021-10-07T06:36:59.057Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0 2021-10-07T06:36:59.064Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-10-07T06:36:59.097Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|INFO|500||Invoke 2021-10-07T06:36:59.098Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8703d8e2-18c7-41da-b663-11ea448e4ad7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dcd7eae7-09ed-4355-86e6-35c9abc8f2a7], X-ECOMP-RequestID=[8703d8e2-18c7-41da-b663-11ea448e4ad7], X-TransactionId=[], X-ONAP-RequestID=[8703d8e2-18c7-41da-b663-11ea448e4ad7], Content-Type=[application/merge-patch+json]} 2021-10-07T06:36:59.120Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-07T06:36:59.620Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211007-06:36:59:127-76655], vertex-id=[233536], Content-Length=[0], Date=[Thu, 07 Oct 2021 06:36:59 GMT], Content-Type=[application/json]} 2021-10-07T06:36:59.620Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-07T06:36:59.621Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4899ac5-2a9b-4d62-a6d0-422c832696d8/model-vers/model-ver/41ad5810-fc49-469a-af20-2bbb72e362cf?depth=0|INFO|500||InvokeReturn 2021-10-07T06:36:59.621Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-07T06:36:59.621Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:36:59.627Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-07T06:36:59.627Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8703d8e2-18c7-41da-b663-11ea448e4ad7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-07T06:36:59.627Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-07T06:36:59.627Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:36:59.629Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:36:59.629Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588619627, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:36:59.730Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:36:59.730Z||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-07T06:36:59.730Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:36:59.744Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:36:59.744Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 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-07T06:37:13.073Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:37:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-07T06:37:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:37:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:37:13.075Z||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-07T06:37:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:37:13.194Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:37:13.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-07T06:37:13.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:37:13.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-07T06:37:22.614Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:38:13.073Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:38:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-07T06:38:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:38:13.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:38:13.075Z||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-07T06:38:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:38:13.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:38:13.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-07T06:38:13.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:38:13.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-10-07T06:38:13.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:38:13.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-07T06:38:13.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:38:13.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/resourceInstances/pnf3c2b8bcd0e260/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:38:13.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:38:13.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588573073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:38:13.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-07T06:38:13.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588586082, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:38:13.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:38:13.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-07T06:38:13.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588588026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNwgfeay6bgq2bwolg8tu/1.0/artifacts/service-DemoPnfNwgfeay6bgq2bwolg8tu-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:38:13.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:38:13.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-10-07T06:38:13.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8703d8e2-18c7-41da-b663-11ea448e4ad7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588619627, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:38:13.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:38:22.613Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:39:13.073Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:39:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-07T06:39:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:39:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:39:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T06:39:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:39:22.629Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:39:22.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:40:13.073Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:40:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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-07T06:40:13.074Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:40:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:40:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:40:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:40:13.698Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:40:13.699Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:40:13.699Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.700Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.700Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "multicloud-k8s-id", "timestamp": 1633588760229, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:40:13.700Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e6029177-3753-4176-b423-b769e22c627a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d666479d-a2be-4a05-8ead-7aa889a324b7","serviceDescription":"service","serviceInvariantUUID":"44df1a64-7213-4230-bd8a-24e6f1ec576f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9d7fc22a-c0db-40c6-9fe5-2f6aeefabace","resourceInvariantUUID":"171532e5-cfeb-4528-9960-ed62f59bf419","resourceCustomizationUUID":"004feaa1-5379-48e9-bb3e-21141be4ad4a","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":"M2Y5N2M4MWYzNTUxOGY0YWFiZTU0NjgwZTU4Nzk3Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef5281a2-2f78-40df-8103-0b9247e81b92","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTIwMGU0YTI5M2NkYmYyNzc3Y2YzNWI4ODMwMDExN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6598c07-61b4-42e7-8a7f-36fc25c8126b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "dcae-sch", "timestamp": 1633588762034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "aai-ml", "timestamp": 1633588761786, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.701Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "clamp", "timestamp": 1633588767198, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "ves-openapi-manager", "timestamp": 1633588759834, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "dcae-sch", "timestamp": 1633588762034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "aai-ml", "timestamp": 1633588761786, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:40:13.702Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "multicloud-k8s-id", "timestamp": 1633588760229, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "clamp", "timestamp": 1633588767198, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "ves-openapi-manager", "timestamp": 1633588759834, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "cds", "timestamp": 1633588768908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:40:13.703Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588769181, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "cds", "timestamp": 1633588768908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588769181, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "aai-ml", "timestamp": 1633588771538, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:40:13.704Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "policy-id", "timestamp": 1633588771144, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "cds", "timestamp": 1633588772617, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588772725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "policy-id", "timestamp": 1633588771144, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.705Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "cds", "timestamp": 1633588773622, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-10-07T06:40:13.705Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:40:13.705Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-07T06:40:13.708Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:40:13.708Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588813073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-07T06:40:13.719Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e6029177-3753-4176-b423-b769e22c627a 2021-10-07T06:40:13.720Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6029177-3753-4176-b423-b769e22c627a 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-07T06:40:13.727Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.727Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588774221, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:40:13.727Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:40:13.727Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.727Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588775225, "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-07T06:40:13.732Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e6029177-3753-4176-b423-b769e22c627a 2021-10-07T06:40:13.732Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6029177-3753-4176-b423-b769e22c627a 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-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "policy-id", "timestamp": 1633588775415, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "aai-ml", "timestamp": 1633588775884, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "policy-id", "timestamp": 1633588776418, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.741Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "aai-ml", "timestamp": 1633588776887, "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-07T06:40:13.746Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e6029177-3753-4176-b423-b769e22c627a 2021-10-07T06:40:13.746Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6029177-3753-4176-b423-b769e22c627a 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-07T06:40:13.754Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.754Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "policy-id", "timestamp": 1633588777421, "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-07T06:40:13.758Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6029177-3753-4176-b423-b769e22c627a 2021-10-07T06:40:13.759Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6029177-3753-4176-b423-b769e22c627a 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-07T06:40:13.766Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.766Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "clamp", "timestamp": 1633588780456, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "clamp", "timestamp": 1633588782464, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:40:13.767Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "clamp", "timestamp": 1633588783466, "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-07T06:40:13.771Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e6029177-3753-4176-b423-b769e22c627a 2021-10-07T06:40:13.772Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6029177-3753-4176-b423-b769e22c627a 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-07T06:40:13.808Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:40:13.809Z||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-07T06:40:13.809Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:40:13.820Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:40:13.821Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:40:14.708Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:40:14.710Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:40:14.711Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:40:14.712Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588813073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:40:14.812Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:40:14.812Z||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-07T06:40:14.812Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:40:14.824Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:40:14.824Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:40:15.713Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d666479d-a2be-4a05-8ead-7aa889a324b7", "serviceDescription": "service", "serviceInvariantUUID": "44df1a64-7213-4230-bd8a-24e6f1ec576f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "004feaa1-5379-48e9-bb3e-21141be4ad4a", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9d7fc22a-c0db-40c6-9fe5-2f6aeefabace", "resourceInvariantUUID": "171532e5-cfeb-4528-9960-ed62f59bf419", "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": "ZTIwMGU0YTI5M2NkYmYyNzc3Y2YzNWI4ODMwMDExN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d6598c07-61b4-42e7-8a7f-36fc25c8126b" } ], "workloadContext": "Production" } 2021-10-07T06:40:15.713Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-07T06:40:15.713Z|8703d8e2-18c7-41da-b663-11ea448e4ad7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d666479d-a2be-4a05-8ead-7aa889a324b7 ASDC 2021-10-07T06:40:15.714Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:e6029177-3753-4176-b423-b769e22c627a ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d666479d-a2be-4a05-8ead-7aa889a324b7 ServiceInvariantUUID:44df1a64-7213-4230-bd8a-24e6f1ec576f 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:d6598c07-61b4-42e7-8a7f-36fc25c8126b ArtifactChecksum:ZTIwMGU0YTI5M2NkYmYyNzc3Y2YzNWI4ODMwMDExN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:004feaa1-5379-48e9-bb3e-21141be4ad4a ResourceInvariantUUID:171532e5-cfeb-4528-9960-ed62f59bf419 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9d7fc22a-c0db-40c6-9fe5-2f6aeefabace ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-10-07T06:40:15.714Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d666479d-a2be-4a05-8ead-7aa889a324b7 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-07T06:40:15.737Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:40:15.737Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:40:15.737Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:40:15.738Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6598c07-61b4-42e7-8a7f-36fc25c8126b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-07T06:40:15.738Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:40:15.738Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-10-07T06:40:17.584Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:40:17.587Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d6598c07-61b4-42e7-8a7f-36fc25c8126b 52178 2021-10-07T06:40:17.587Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||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-07T06:40:17.587Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||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-07T06:40:17.587Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:40:17.588Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:40:17.589Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:40:17.589Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588817587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:40:17.690Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:40:17.690Z||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-07T06:40:17.690Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:40:17.701Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:40:17.702Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:40:18.590Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:40:18.591Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:40:18.591Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d6598c07-61b4-42e7-8a7f-36fc25c8126b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-07T06:40:18.591Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-10-07T06:40:18.591Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-07T06:40:18.592Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-07T06:40:18.691Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7595071821084874296/Definitions/service-BasicNetwork-template.yml 2021-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||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-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||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-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||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-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||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-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-10-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||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-07T06:40:19.070Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||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-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||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-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-07T06:40:19.071Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.072Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.073Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d666479d-a2be-4a05-8ead-7aa889a324b7 Model Version:NULL Model InvariantUuid:44df1a64-7213-4230-bd8a-24e6f1ec576f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:171532e5-cfeb-4528-9960-ed62f59bf419 Model UUID:5ed15d09-fd53-4021-9866-9a6d824a72ae Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:004feaa1-5379-48e9-bb3e-21141be4ad4a Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-07T06:40:19.079Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 9d7fc22a-c0db-40c6-9fe5-2f6aeefabace 2021-10-07T06:40:19.079Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||No resources found for Service: d666479d-a2be-4a05-8ead-7aa889a324b7 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500|| 2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d666479d-a2be-4a05-8ead-7aa889a324b7 2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d666479d-a2be-4a05-8ead-7aa889a324b7 2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-10-07T06:40:19.082Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:40:19.086Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@96b69b, org.onap.sdc.toscaparser.api.parameters.Input@58cba1a4, org.onap.sdc.toscaparser.api.parameters.Input@73c65694, org.onap.sdc.toscaparser.api.parameters.Input@1ac5863a, org.onap.sdc.toscaparser.api.parameters.Input@2f52c997] 2021-10-07T06:40:19.087Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d666479d-a2be-4a05-8ead-7aa889a324b7: Generic NeutronNet 2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.088Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.089Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-10-07T06:40:19.131Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.131Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.132Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.132Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.132Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:40:19.132Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:40:19.132Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-10-07T06:40:19.192Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-10-07T06:40:19.193Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||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-07T06:40:19.193Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||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-07T06:40:19.193Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:40:19.193Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:40:19.195Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:40:19.195Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588819193, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:40:19.295Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:40:19.295Z||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-07T06:40:19.295Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:40:19.311Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:40:19.312Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:40:20.195Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6029177-3753-4176-b423-b769e22c627a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:40:20.206Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6029177-3753-4176-b423-b769e22c627a 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-07T06:40:20.209Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:40:20.209Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-07T06:40:20.209Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-07T06:40:20.209Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-07T06:40:20.209Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:40:20.209Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:40:20.209Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:40:20.209Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:40:20.210Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:40:20.210Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:40:20.210Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-07T06:40:20.214Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-07T06:40:50.215Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e6029177-3753-4176-b423-b769e22c627a 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-07T06:40:50.220Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e6029177-3753-4176-b423-b769e22c627a and serviceModelVersionId: d666479d-a2be-4a05-8ead-7aa889a324b7 2021-10-07T06:40:50.221Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44df1a64-7213-4230-bd8a-24e6f1ec576f 2021-10-07T06:40:50.221Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44df1a64-7213-4230-bd8a-24e6f1ec576f/model-vers/model-ver/d666479d-a2be-4a05-8ead-7aa889a324b7?depth=0 2021-10-07T06:40:50.225Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-10-07T06:40:50.259Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44df1a64-7213-4230-bd8a-24e6f1ec576f/model-vers/model-ver/d666479d-a2be-4a05-8ead-7aa889a324b7?depth=0|INFO|500||Invoke 2021-10-07T06:40:50.259Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44df1a64-7213-4230-bd8a-24e6f1ec576f/model-vers/model-ver/d666479d-a2be-4a05-8ead-7aa889a324b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44df1a64-7213-4230-bd8a-24e6f1ec576f/model-vers/model-ver/d666479d-a2be-4a05-8ead-7aa889a324b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e6029177-3753-4176-b423-b769e22c627a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f556a9e-cd5f-4da9-8fbc-05e5028a5010], X-ECOMP-RequestID=[e6029177-3753-4176-b423-b769e22c627a], X-TransactionId=[], X-ONAP-RequestID=[e6029177-3753-4176-b423-b769e22c627a], Content-Type=[application/merge-patch+json]} 2021-10-07T06:40:50.278Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44df1a64-7213-4230-bd8a-24e6f1ec576f/model-vers/model-ver/d666479d-a2be-4a05-8ead-7aa889a324b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-07T06:40:50.651Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44df1a64-7213-4230-bd8a-24e6f1ec576f/model-vers/model-ver/d666479d-a2be-4a05-8ead-7aa889a324b7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44df1a64-7213-4230-bd8a-24e6f1ec576f/model-vers/model-ver/d666479d-a2be-4a05-8ead-7aa889a324b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211007-06:40:50:285-30662], vertex-id=[204824], Content-Length=[0], Date=[Thu, 07 Oct 2021 06:40:50 GMT], Content-Type=[application/json]} 2021-10-07T06:40:50.652Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44df1a64-7213-4230-bd8a-24e6f1ec576f/model-vers/model-ver/d666479d-a2be-4a05-8ead-7aa889a324b7?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-07T06:40:50.652Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44df1a64-7213-4230-bd8a-24e6f1ec576f/model-vers/model-ver/d666479d-a2be-4a05-8ead-7aa889a324b7?depth=0|INFO|500||InvokeReturn 2021-10-07T06:40:50.652Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-07T06:40:50.652Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:40:50.657Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-07T06:40:50.658Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e6029177-3753-4176-b423-b769e22c627a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-07T06:40:50.658Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-07T06:40:50.658Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:40:50.660Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:40:50.660Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588850658, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:40:50.761Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:40:50.761Z||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-07T06:40:50.761Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:40:50.778Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:40:50.779Z||pool-50-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-07T06:41:13.073Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:41:13.074Z|e6029177-3753-4176-b423-b769e22c627a|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-07T06:41:13.074Z|e6029177-3753-4176-b423-b769e22c627a|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:41:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:41:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:13.197Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:13.197Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:41:13.197Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588813073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:41:13.198Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:41:13.697Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:13.698Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:41:13.699Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b44b1d2-0993-4612-a9fe-9fc34e4b718f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dec18465-e8c4-4876-8dbf-4c64a252b570","serviceDescription":"service","serviceInvariantUUID":"db947036-9e58-45e6-b5b0-76c6891ab23d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4e0e00b-5ea8-4ab3-903d-b3a0127c997e","resourceInvariantUUID":"1b34c524-4147-4404-a92d-25f3e4298401","resourceCustomizationUUID":"112b113f-b108-49cc-9fb2-177595c83e27","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":"ZGYzMDZjODk2ZWI1NzM2NTY4MDk2NTc1ZmVlNzZlMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab9dcbf8-529e-4401-83e3-aadf1415e8b1","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":"NWEwNDEyNjJlNjc1NTQ0NmM2NmRlNDRkNjI4NTk1ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ffed678-06b8-4dc9-a16c-83165d9af2bf","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":"ac9e892b-9111-4a43-a798-e64d2daab57b","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":"b3b3e720-cbc5-4370-9e68-1ee48df65500","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":"c2e10232-6cf8-409d-8ad4-7a421bf7079c","artifactVersion":"2","generatedFromUUID":"ac9e892b-9111-4a43-a798-e64d2daab57b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2E1OWNhMTNhM2I0NTE1OTVkZmE1MTRlZWM4MWE2MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76d98d99-af0e-48c3-8edc-bb2e78688662","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGFjZTcyNTdmMGJlOTc3YmQyM2RkNWRhY2Q1NDJlYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a1db4ce-62b5-4586-bc6b-e53e60081b5e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-07T06:41:13.701Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:41:13.701Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:13.703Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:13.703Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:41:13.804Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:41:13.804Z||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-07T06:41:13.804Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:13.815Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:13.816Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:41:14.704Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:41:14.704Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:14.706Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:14.706Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:41:14.807Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:41:14.807Z||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-07T06:41:14.808Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:14.820Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:14.820Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:41:15.707Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:41:15.709Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:15.711Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:15.711Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-07T06:41:15.812Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-07T06:41:15.813Z||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-07T06:41:15.813Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:15.824Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:15.824Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:41:16.712Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:41:16.713Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:16.715Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:16.715Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:41:16.815Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:41:16.815Z||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-07T06:41:16.815Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:16.827Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:16.827Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:41:17.715Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:41:17.717Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:17.718Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:17.719Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-07T06:41:17.819Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:41:17.819Z||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-07T06:41:17.820Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:17.831Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:17.832Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:41:18.719Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:41:18.720Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:18.723Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:18.723Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:41:18.823Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:41:18.823Z||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-07T06:41:18.823Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:18.841Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:18.841Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:41:19.723Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:41:19.724Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:19.726Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:19.726Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:41:19.826Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:41:19.827Z||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-07T06:41:19.827Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:19.837Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:19.838Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:41:20.727Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "dec18465-e8c4-4876-8dbf-4c64a252b570", "serviceDescription": "service", "serviceInvariantUUID": "db947036-9e58-45e6-b5b0-76c6891ab23d", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "112b113f-b108-49cc-9fb2-177595c83e27", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d4e0e00b-5ea8-4ab3-903d-b3a0127c997e", "resourceInvariantUUID": "1b34c524-4147-4404-a92d-25f3e4298401", "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": "NWEwNDEyNjJlNjc1NTQ0NmM2NmRlNDRkNjI4NTk1ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3ffed678-06b8-4dc9-a16c-83165d9af2bf", "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": "ac9e892b-9111-4a43-a798-e64d2daab57b", "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": "c2e10232-6cf8-409d-8ad4-7a421bf7079c", "generatedFromUUID": "ac9e892b-9111-4a43-a798-e64d2daab57b" }, "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": "c2e10232-6cf8-409d-8ad4-7a421bf7079c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NGFjZTcyNTdmMGJlOTc3YmQyM2RkNWRhY2Q1NDJlYmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a1db4ce-62b5-4586-bc6b-e53e60081b5e" } ], "workloadContext": "Production" } 2021-10-07T06:41:20.727Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-07T06:41:20.727Z|e6029177-3753-4176-b423-b769e22c627a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dec18465-e8c4-4876-8dbf-4c64a252b570 ASDC 2021-10-07T06:41:20.728Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:9b44b1d2-0993-4612-a9fe-9fc34e4b718f ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:dec18465-e8c4-4876-8dbf-4c64a252b570 ServiceInvariantUUID:db947036-9e58-45e6-b5b0-76c6891ab23d 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:8a1db4ce-62b5-4586-bc6b-e53e60081b5e ArtifactChecksum:NGFjZTcyNTdmMGJlOTc3YmQyM2RkNWRhY2Q1NDJlYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:112b113f-b108-49cc-9fb2-177595c83e27 ResourceInvariantUUID:1b34c524-4147-4404-a92d-25f3e4298401 ResourceName:basic_vm ResourceType:VF ResourceUUID:d4e0e00b-5ea8-4ab3-903d-b3a0127c997e 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:3ffed678-06b8-4dc9-a16c-83165d9af2bf ArtifactChecksum:NWEwNDEyNjJlNjc1NTQ0NmM2NmRlNDRkNjI4NTk1ZWI= 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:ac9e892b-9111-4a43-a798-e64d2daab57b 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:c2e10232-6cf8-409d-8ad4-7a421bf7079c 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:c2e10232-6cf8-409d-8ad4-7a421bf7079c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-07T06:41:20.728Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dec18465-e8c4-4876-8dbf-4c64a252b570 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-07T06:41:20.764Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:41:20.764Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:41:20.765Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:41:20.765Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8a1db4ce-62b5-4586-bc6b-e53e60081b5e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-07T06:41:20.765Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:41:20.765Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-10-07T06:41:23.818Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:41:23.821Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8a1db4ce-62b5-4586-bc6b-e53e60081b5e 70858 2021-10-07T06:41:23.821Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:23.821Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:23.821Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:41:23.821Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:23.823Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:23.823Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588883821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:41:23.923Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:41:23.924Z||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-07T06:41:23.924Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:23.940Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:23.940Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:41:24.823Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:41:24.824Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:41:24.824Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8a1db4ce-62b5-4586-bc6b-e53e60081b5e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-07T06:41:24.825Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-10-07T06:41:24.825Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-10-07T06:41:24.825Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-10-07T06:41:25.234Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15870884538747358291/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-07T06:41:26.237Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-07T06:41:26.237Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-07T06:41:26.237Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-07T06:41:26.237Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-07T06:41:26.237Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:26.237Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:26.237Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-07T06:41:26.237Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:26.237Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-07T06:41:26.238Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:26.238Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-10-07T06:41:26.238Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:26.238Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:26.238Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-07T06:41:26.238Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.238Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:26.238Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-07T06:41:26.238Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-07T06:41:26.238Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:41:26.239Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.239Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:26.239Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-07T06:41:26.239Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-07T06:41:26.239Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:41:26.239Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.239Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:26.239Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.240Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-07T06:41:26.240Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-07T06:41:26.240Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-07T06:41:26.240Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-07T06:41:26.240Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-07T06:41:26.240Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-07T06:41:26.240Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.240Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-07T06:41:26.240Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.241Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-07T06:41:26.241Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:41:26.241Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.241Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-07T06:41:26.241Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:41:26.241Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.241Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-07T06:41:26.242Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:41:26.242Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.242Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-07T06:41:26.242Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-07T06:41:26.242Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-07T06:41:26.242Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cc733bba-3bb5-4f54-9075-836288e62dc5 2021-10-07T06:41:26.242Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.242Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:26.242Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.243Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:26.243Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.243Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:26.243Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:26.243Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:26.243Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:dec18465-e8c4-4876-8dbf-4c64a252b570 Model Version:NULL Model InvariantUuid:db947036-9e58-45e6-b5b0-76c6891ab23d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:50eb4ed8-1814-46ea-b4a3-5a065eab5644 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1b34c524-4147-4404-a92d-25f3e4298401 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:112b113f-b108-49cc-9fb2-177595c83e27 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8fb7e10f-25d8-4cdd-ba27-eaf6cb30967b ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:b61525b9-a388-4e53-b686-eaae1cac1fe0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cc733bba-3bb5-4f54-9075-836288e62dc5 ModelInvariantUuid:3d025b4e-b4a0-4a0d-94e2-195bc8836135 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:3e1501cd-ac90-42f5-909a-f40fd5ea9b79 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ad973b8f-3051-430e-9f40-9a353a766fbe ModelInvariantUuid:627b34f5-443d-42c5-912d-415195aaf182 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:5a99251d-0087-441d-a80a-92e3c8c60f22 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-07T06:41:26.250Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d4e0e00b-5ea8-4ab3-903d-b3a0127c997e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:41:26.252Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||basic_vm 0 2021-10-07T06:41:26.253Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4e0e00b-5ea8-4ab3-903d-b3a0127c997e 2021-10-07T06:41:26.253Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3ffed678-06b8-4dc9-a16c-83165d9af2bf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-10-07T06:41:26.253Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:41:26.253Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:28.314Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:41:28.314Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3ffed678-06b8-4dc9-a16c-83165d9af2bf 787 2021-10-07T06:41:28.315Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:28.315Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:28.315Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:41:28.315Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:28.318Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:28.318Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588888315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:41:28.418Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:41:28.419Z||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-07T06:41:28.419Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:28.431Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:28.431Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:41:29.318Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8fb7e10f-25d8-4cdd-ba27-eaf6cb30967b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b61525b9-a388-4e53-b686-eaae1cac1fe0", "vfModuleModelCustomizationUUID": "469ff880-dac1-4525-953c-678220a28c1d", "isBase": true, "artifacts": [ "ac9e892b-9111-4a43-a798-e64d2daab57b", "c2e10232-6cf8-409d-8ad4-7a421bf7079c" ], "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-07T06:41:29.321Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b61525b9-a388-4e53-b686-eaae1cac1fe0 VfModuleModelInvariantUUID:8fb7e10f-25d8-4cdd-ba27-eaf6cb30967b VfModuleModelDescription:NULL Artifacts UUID List:{ ac9e892b-9111-4a43-a798-e64d2daab57b , c2e10232-6cf8-409d-8ad4-7a421bf7079c } 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-07T06:41:29.322Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8fb7e10f-25d8-4cdd-ba27-eaf6cb30967b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b61525b9-a388-4e53-b686-eaae1cac1fe0", "vfModuleModelCustomizationUUID": "469ff880-dac1-4525-953c-678220a28c1d", "isBase": true, "artifacts": [ "ac9e892b-9111-4a43-a798-e64d2daab57b", "c2e10232-6cf8-409d-8ad4-7a421bf7079c" ], "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-07T06:41:29.322Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b61525b9-a388-4e53-b686-eaae1cac1fe0 VfModuleModelInvariantUUID:8fb7e10f-25d8-4cdd-ba27-eaf6cb30967b VfModuleModelDescription:NULL Artifacts UUID List:{ ac9e892b-9111-4a43-a798-e64d2daab57b , c2e10232-6cf8-409d-8ad4-7a421bf7079c } 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-07T06:41:29.322Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ac9e892b-9111-4a43-a798-e64d2daab57b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-10-07T06:41:29.323Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:41:29.323Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:30.517Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:41:30.518Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ac9e892b-9111-4a43-a798-e64d2daab57b 5033 2021-10-07T06:41:30.518Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:30.518Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:30.518Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:41:30.518Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:30.520Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:30.520Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588890518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:41:30.621Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-07T06:41:30.621Z||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-07T06:41:30.621Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:30.639Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:30.639Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:41:31.521Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c2e10232-6cf8-409d-8ad4-7a421bf7079c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-10-07T06:41:31.522Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:41:31.522Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:32.719Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:41:32.719Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c2e10232-6cf8-409d-8ad4-7a421bf7079c 903 2021-10-07T06:41:32.720Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:32.720Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:32.720Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:41:32.720Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:32.722Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:32.722Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588892720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:41:32.822Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:41:32.823Z||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-07T06:41:32.823Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:32.834Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:32.834Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:41:33.722Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: dec18465-e8c4-4876-8dbf-4c64a252b570 2021-10-07T06:41:33.723Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d4e0e00b-5ea8-4ab3-903d-b3a0127c997e ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:41:33.738Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d05d528, org.onap.sdc.toscaparser.api.parameters.Input@5923d8f9, org.onap.sdc.toscaparser.api.parameters.Input@34fa1439, org.onap.sdc.toscaparser.api.parameters.Input@7b746bd5, org.onap.sdc.toscaparser.api.parameters.Input@785b5d06] 2021-10-07T06:41:33.739Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.739Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:33.740Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-10-07T06:41:33.740Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 112b113f-b108-49cc-9fb2-177595c83e27 2021-10-07T06:41:33.740Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 112b113f-b108-49cc-9fb2-177595c83e27 matches Tosca VF Customization UUID: 112b113f-b108-49cc-9fb2-177595c83e27 2021-10-07T06:41:33.740Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 112b113f-b108-49cc-9fb2-177595c83e27 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-07T06:41:33.742Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.742Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:33.743Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 112b113f-b108-49cc-9fb2-177595c83e27: {\"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-07T06:41:33.743Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@335c480 2021-10-07T06:41:33.743Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.743Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-07T06:41:33.743Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 469ff880-dac1-4525-953c-678220a28c1d 2021-10-07T06:41:33.743Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 469ff880-dac1-4525-953c-678220a28c1d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-07T06:41:33.746Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.746Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-07T06:41:33.746Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:41:33.746Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.746Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-07T06:41:33.746Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:41:33.746Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.746Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-10-07T06:41:33.747Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-07T06:41:33.747Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-07T06:41:33.747Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cc733bba-3bb5-4f54-9075-836288e62dc5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-07T06:41:33.749Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.749Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-07T06:41:33.749Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:41:33.749Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.750Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-10-07T06:41:33.750Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=112b113f-b108-49cc-9fb2-177595c83e27 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:41:33.751Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.751Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:33.751Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid dec18465-e8c4-4876-8dbf-4c64a252b570: basic_vm 2021-10-07T06:41:33.752Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.752Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:33.752Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.752Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:33.752Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.752Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:33.752Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.752Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:33.753Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:41:33.753Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:41:33.753Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-07T06:41:33.831Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d4e0e00b-5ea8-4ab3-903d-b3a0127c997e 1 ASDC deployResourceStructure 2021-10-07T06:41:33.832Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:33.832Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:33.832Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:41:33.832Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:33.834Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:33.834Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588893832, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:41:33.937Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-10-07T06:41:33.938Z||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-07T06:41:33.938Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:33.949Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:33.949Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:41:34.835Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:34.835Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:34.835Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:41:34.836Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:34.837Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:34.837Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588894835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-07T06:41:34.938Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-07T06:41:34.938Z||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-07T06:41:34.938Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:34.949Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:34.949Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:41:35.838Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:35.839Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:35.839Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:41:35.839Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:35.841Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:35.841Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588895838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-07T06:41:35.941Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:41:35.942Z||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-07T06:41:35.942Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:35.952Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:35.953Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:41:36.842Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:36.842Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||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-07T06:41:36.842Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:41:36.843Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:41:36.844Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:41:36.845Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588896842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:41:36.945Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:41:36.945Z||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-07T06:41:36.945Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:41:36.957Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:41:36.957Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:41:37.846Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b44b1d2-0993-4612-a9fe-9fc34e4b718f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:41:37.856Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 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-07T06:41:37.858Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:41:37.859Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-07T06:41:37.859Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-07T06:42:07.859Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b44b1d2-0993-4612-a9fe-9fc34e4b718f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:42:07.870Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 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-07T06:42:07.872Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:42:07.872Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-07T06:42:07.872Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-07T06:42:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:42:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:42:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:42:13.091Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:42:13.104Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.105Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588813073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.105Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.105Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.105Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588817587, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.105Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.105Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.105Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588819193, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:42:13.105Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.105Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.105Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588820229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "aai-ml", "timestamp": 1633588821786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "dcae-sch", "timestamp": 1633588822034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "ves-openapi-manager", "timestamp": 1633588819834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "clamp", "timestamp": 1633588827198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588820229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "dcae-sch", "timestamp": 1633588822034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "aai-ml", "timestamp": 1633588821786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.106Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "ves-openapi-manager", "timestamp": 1633588819834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "clamp", "timestamp": 1633588827198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "cds", "timestamp": 1633588828908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "aai-ml", "timestamp": 1633588821786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "dcae-sch", "timestamp": 1633588822034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588820229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "ves-openapi-manager", "timestamp": 1633588819834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588829181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "clamp", "timestamp": 1633588827198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.107Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "cds", "timestamp": 1633588828908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "dcae-sch", "timestamp": 1633588822034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588820229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "aai-ml", "timestamp": 1633588821786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "ves-openapi-manager", "timestamp": 1633588819834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588829181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "clamp", "timestamp": 1633588827198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "policy-id", "timestamp": 1633588831144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "cds", "timestamp": 1633588828908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "aai-ml", "timestamp": 1633588821786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.108Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588820229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "dcae-sch", "timestamp": 1633588822034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "ves-openapi-manager", "timestamp": 1633588819834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588829181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "clamp", "timestamp": 1633588827198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "policy-id", "timestamp": 1633588831144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "cds", "timestamp": 1633588828908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "aai-ml", "timestamp": 1633588821786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.109Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "dcae-sch", "timestamp": 1633588822034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588820229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "ves-openapi-manager", "timestamp": 1633588819834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588829181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "clamp", "timestamp": 1633588827198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "policy-id", "timestamp": 1633588831144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "cds", "timestamp": 1633588828908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "aai-ml", "timestamp": 1633588821786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.110Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "dcae-sch", "timestamp": 1633588822034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588820229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "ves-openapi-manager", "timestamp": 1633588819834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588829181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "clamp", "timestamp": 1633588827198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "policy-id", "timestamp": 1633588831144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "cds", "timestamp": 1633588828908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.111Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588829181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "policy-id", "timestamp": 1633588831144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "cds", "timestamp": 1633588828908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588829181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588836278, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "policy-id", "timestamp": 1633588831144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.112Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "aai-ml", "timestamp": 1633588836397, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "policy-id", "timestamp": 1633588831144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "cds", "timestamp": 1633588837626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588838328, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "clamp", "timestamp": 1633588838465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.113Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "cds", "timestamp": 1633588838630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-07T06:42:13.119Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 2021-10-07T06:42:13.119Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 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-07T06:42:13.125Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.125Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588839020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "policy-id", "timestamp": 1633588840330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "ves-openapi-manager", "timestamp": 1633588839834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "clamp", "timestamp": 1633588840473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588840570, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "policy-id", "timestamp": 1633588841334, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.126Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "ves-openapi-manager", "timestamp": 1633588839834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.127Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.127Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.127Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "clamp", "timestamp": 1633588841476, "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-07T06:42:13.131Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 2021-10-07T06:42:13.131Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 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-07T06:42:13.137Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.138Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588841574, "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-07T06:42:13.142Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 2021-10-07T06:42:13.142Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 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-07T06:42:13.148Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.148Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "policy-id", "timestamp": 1633588842335, "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-07T06:42:13.152Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 2021-10-07T06:42:13.152Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 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-07T06:42:13.158Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.158Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "ves-openapi-manager", "timestamp": 1633588839834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.159Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.159Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.159Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "dcae-sch", "timestamp": 1633588842034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-10-07T06:42:13.159Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.159Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.159Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "ves-openapi-manager", "timestamp": 1633588839834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.159Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.159Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.159Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "dcae-sch", "timestamp": 1633588842034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.159Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588844423, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "ves-openapi-manager", "timestamp": 1633588839834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "cds", "timestamp": 1633588843908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "dcae-sch", "timestamp": 1633588842034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.160Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.161Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.161Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588845470, "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-07T06:42:13.164Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 2021-10-07T06:42:13.165Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 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-07T06:42:13.170Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.170Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "ves-openapi-manager", "timestamp": 1633588839834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.170Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.170Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.170Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "cds", "timestamp": 1633588843908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "dcae-sch", "timestamp": 1633588842034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "multicloud-k8s-id", "timestamp": 1633588846477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "ves-openapi-manager", "timestamp": 1633588839834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "cds", "timestamp": 1633588843908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "dcae-sch", "timestamp": 1633588842034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "ves-openapi-manager", "timestamp": 1633588839834, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "cds", "timestamp": 1633588843908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "dcae-sch", "timestamp": 1633588842034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.171Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588847482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "cds", "timestamp": 1633588843908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "dcae-sch", "timestamp": 1633588842034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588847482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "cds", "timestamp": 1633588843908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "aai-ml", "timestamp": 1633588849625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "dcae-sch", "timestamp": 1633588842034, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588847482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.172Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.173Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "cds", "timestamp": 1633588843908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.173Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.173Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.173Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "aai-ml", "timestamp": 1633588850628, "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-07T06:42:13.177Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 2021-10-07T06:42:13.177Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 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-07T06:42:13.183Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e6029177-3753-4176-b423-b769e22c627a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588850658, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588847482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "cds", "timestamp": 1633588843908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "policy-id", "timestamp": 1633588851144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.184Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588847482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "aai-ml", "timestamp": 1633588851786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "policy-id", "timestamp": 1633588851144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588847482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "aai-ml", "timestamp": 1633588851786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.185Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "cds", "timestamp": 1633588853433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "policy-id", "timestamp": 1633588851144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588847482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "aai-ml", "timestamp": 1633588851786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.186Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "cds", "timestamp": 1633588854437, "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-07T06:42:13.197Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a647383-0600-42af-a8a6-9403f6d1c498 2021-10-07T06:42:13.197Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a647383-0600-42af-a8a6-9403f6d1c498 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-07T06:42:13.203Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.203Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "policy-id", "timestamp": 1633588851144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "dcae-sch", "timestamp": 1633588855084, "artifactURL": "/sdc/v1/catalog/services/749c6d0f-f266-4949-b47e-98bd8193c8b5/resourceInstances/basicclamp0/artifacts/fa64a24b-10ea-454a-aba4-4e998d64c1b8", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588847482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "aai-ml", "timestamp": 1633588851786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "policy-id", "timestamp": 1633588851144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "dcae-sch", "timestamp": 1633588856300, "artifactURL": "/sdc/v1/catalog/services/749c6d0f-f266-4949-b47e-98bd8193c8b5/resourceInstances/basicclamp0/artifacts/fa64a24b-10ea-454a-aba4-4e998d64c1b8", "status": "DEPLOY_OK" } 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "aai-ml", "timestamp": 1633588851786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.204Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "policy-id", "timestamp": 1633588851144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.205Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.205Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.205Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "dcae-sch", "timestamp": 1633588857303, "artifactURL": "/sdc/v1/catalog/services/749c6d0f-f266-4949-b47e-98bd8193c8b5/resourceInstances/basicclamp0/artifacts/fa64a24b-10ea-454a-aba4-4e998d64c1b8", "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-07T06:42:13.209Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 8a647383-0600-42af-a8a6-9403f6d1c498 2021-10-07T06:42:13.209Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a647383-0600-42af-a8a6-9403f6d1c498 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-07T06:42:13.217Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.217Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "aai-ml", "timestamp": 1633588851786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.217Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.218Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.218Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "policy-id", "timestamp": 1633588851144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.218Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.218Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.218Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588857198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.218Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.218Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.219Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588858317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.219Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.219Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.219Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "aai-ml", "timestamp": 1633588851786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.219Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.219Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.219Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "policy-id", "timestamp": 1633588851144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.219Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.220Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.220Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588857198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.220Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.220Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.220Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "aai-ml", "timestamp": 1633588851786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.220Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.220Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.220Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588859181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588857198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588859181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588857198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588859181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.221Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588857198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588861878, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "policy-id", "timestamp": 1633588861887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "aai-ml", "timestamp": 1633588862783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588859181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588857198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.222Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "policy-id", "timestamp": 1633588862890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:42:13.223Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.223Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.223Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588859181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.223Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.223Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.223Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588857198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.223Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.223Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.223Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "policy-id", "timestamp": 1633588863892, "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-07T06:42:13.228Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a647383-0600-42af-a8a6-9403f6d1c498 2021-10-07T06:42:13.228Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a647383-0600-42af-a8a6-9403f6d1c498 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-07T06:42:13.235Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.236Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588859181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.236Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.236Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.236Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588857198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.236Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.236Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.236Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588859181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.237Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.237Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.237Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588866621, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.237Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.237Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.237Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588859181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:42:13.237Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.238Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.238Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "dcae-sch", "timestamp": 1633588862034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.238Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.238Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.238Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "ves-openapi-manager", "timestamp": 1633588859834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.238Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.238Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.238Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "cds", "timestamp": 1633588858908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.238Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.239Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.239Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588867646, "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-07T06:42:13.243Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a647383-0600-42af-a8a6-9403f6d1c498 2021-10-07T06:42:13.243Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a647383-0600-42af-a8a6-9403f6d1c498 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-07T06:42:13.249Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.249Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "ves-openapi-manager", "timestamp": 1633588859834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.249Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.249Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.249Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "dcae-sch", "timestamp": 1633588862034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.250Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.250Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.250Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "cds", "timestamp": 1633588858908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.250Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.250Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.250Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "multicloud-k8s-id", "timestamp": 1633588868649, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:42:13.250Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.250Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.250Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "ves-openapi-manager", "timestamp": 1633588859834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.251Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.251Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.251Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "dcae-sch", "timestamp": 1633588862034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.251Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.251Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.251Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "cds", "timestamp": 1633588858908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.251Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.251Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.251Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588869526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:42:13.251Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.252Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.252Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "ves-openapi-manager", "timestamp": 1633588859834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.252Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.252Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.252Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "dcae-sch", "timestamp": 1633588862034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.252Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.252Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.252Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588869653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.252Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.252Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.253Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "cds", "timestamp": 1633588858908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.253Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.253Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.253Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "ves-openapi-manager", "timestamp": 1633588859834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.253Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.253Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.253Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "dcae-sch", "timestamp": 1633588862034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.253Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.253Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.253Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588869653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:42:13.254Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.254Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.254Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "cds", "timestamp": 1633588858908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.254Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.254Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.254Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588871708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:42:13.254Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.254Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.254Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "policy-id", "timestamp": 1633588871144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.254Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.255Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.255Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "ves-openapi-manager", "timestamp": 1633588859834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.255Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.255Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.255Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "dcae-sch", "timestamp": 1633588862034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.255Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.255Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.255Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588869653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-07T06:42:13.255Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.255Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.255Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "cds", "timestamp": 1633588858908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.256Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:13.256Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.256Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "aai-ml", "timestamp": 1633588872616, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:42:13.256Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:42:13.256Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.256Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588872712, "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-07T06:42:13.261Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a647383-0600-42af-a8a6-9403f6d1c498 2021-10-07T06:42:13.261Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a647383-0600-42af-a8a6-9403f6d1c498 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-07T06:42:13.269Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:42:13.269Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "policy-id", "timestamp": 1633588871144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:42:13.269Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:42:37.872Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b44b1d2-0993-4612-a9fe-9fc34e4b718f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:42:37.885Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 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-07T06:42:37.888Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:42:37.889Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-07T06:42:37.889Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-07T06:42:37.889Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-07T06:42:37.889Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:42:37.889Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:42:37.889Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:42:37.889Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:42:37.889Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:42:37.889Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:42:37.889Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-07T06:42:37.894Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-07T06:43:07.895Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b44b1d2-0993-4612-a9fe-9fc34e4b718f 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-07T06:43:07.901Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b44b1d2-0993-4612-a9fe-9fc34e4b718f and serviceModelVersionId: dec18465-e8c4-4876-8dbf-4c64a252b570 2021-10-07T06:43:07.901Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db947036-9e58-45e6-b5b0-76c6891ab23d 2021-10-07T06:43:07.902Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db947036-9e58-45e6-b5b0-76c6891ab23d/model-vers/model-ver/dec18465-e8c4-4876-8dbf-4c64a252b570?depth=0 2021-10-07T06:43:07.906Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-10-07T06:43:07.938Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db947036-9e58-45e6-b5b0-76c6891ab23d/model-vers/model-ver/dec18465-e8c4-4876-8dbf-4c64a252b570?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-07T06:43:07.938Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db947036-9e58-45e6-b5b0-76c6891ab23d/model-vers/model-ver/dec18465-e8c4-4876-8dbf-4c64a252b570?depth=0|INFO|500||Invoke 2021-10-07T06:43:07.961Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db947036-9e58-45e6-b5b0-76c6891ab23d/model-vers/model-ver/dec18465-e8c4-4876-8dbf-4c64a252b570?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-07T06:43:08.517Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db947036-9e58-45e6-b5b0-76c6891ab23d/model-vers/model-ver/dec18465-e8c4-4876-8dbf-4c64a252b570?depth=0|INFO|500||InvokeReturn 2021-10-07T06:43:08.517Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/db947036-9e58-45e6-b5b0-76c6891ab23d/model-vers/model-ver/dec18465-e8c4-4876-8dbf-4c64a252b570?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211007-06:43:07:968-64866], vertex-id=[254016], Content-Length=[0], Date=[Thu, 07 Oct 2021 06:43:07 GMT], Content-Type=[application/json]} 2021-10-07T06:43:08.517Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-10-07T06:43:08.518Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-07T06:43:08.518Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:43:08.522Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-07T06:43:08.522Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b44b1d2-0993-4612-a9fe-9fc34e4b718f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-07T06:43:08.522Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-07T06:43:08.523Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:08.524Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:08.524Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588988522, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:43:08.625Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:08.625Z||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-07T06:43:08.625Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:08.640Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:08.641Z||pool-66-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-07T06:43:09.536Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:43:09.536Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a647383-0600-42af-a8a6-9403f6d1c498","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"749c6d0f-f266-4949-b47e-98bd8193c8b5","serviceDescription":"service","serviceInvariantUUID":"9178e768-35cd-467d-bfa2-8865dfd93b07","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"234ca71d-dfec-48ac-94ec-f8b24cb5563c","resourceInvariantUUID":"7a22df2f-eade-4d28-9b20-ee50438fabe1","resourceCustomizationUUID":"659b90d3-09e3-4cb2-b2e4-a26ece313785","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":"fa64a24b-10ea-454a-aba4-4e998d64c1b8","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":"NTYwZWIwOGY5MGRjNjAyMDI4ZWRiZmI0MGQwZjUyOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da9469a1-3573-497e-a07c-35dcb3da5fa6","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":"NmZjMzJlNDYyMzE0ZGE0NmU2OGU1MTlmY2I4ZjA5ODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6c9edb7-3bef-408c-8a88-4fe4be4563fd","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":"4a246ea7-e8e2-4564-86e2-559ecefe624f","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":"79fb78ac-b77d-4a8c-b389-a13a589f7ee0","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":"1ac1eaa7-ce74-41b9-8c02-b2f1f2f26420","artifactVersion":"2","generatedFromUUID":"4a246ea7-e8e2-4564-86e2-559ecefe624f"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Nzc2ZWFmZTA3ODYzMTA1YjQ4YjNjZDQ5MmQyZTE2ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6943c90-ba11-4706-a67d-e57bbe917233","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MzU4Y2E3YzM1ODU5ZGFjNjc2MDc3MDBmMzE3ZTVmOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef436acf-fc7e-4dc1-91dd-5c6def7e106b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-07T06:43:09.536Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:43:09.537Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:09.538Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:09.538Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:43:09.638Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:09.639Z||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-07T06:43:09.639Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:09.649Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:09.649Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:10.538Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:43:10.539Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:10.542Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:10.542Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:43:10.641Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-07T06:43:10.642Z||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-07T06:43:10.642Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:10.654Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:10.655Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:11.542Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:43:11.543Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:11.545Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:11.545Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:43:11.645Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:11.646Z||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-07T06:43:11.646Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:11.657Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:11.657Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:12.545Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:43:12.546Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:12.547Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:12.548Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-07T06:43:12.648Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:12.649Z||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-07T06:43:12.649Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:12.659Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:12.660Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:43:13.076Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:43:13.076Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:13.096Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:13.097Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-10-07T06:43:13.097Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "ves-openapi-manager", "timestamp": 1633588859834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:43:13.097Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-10-07T06:43:13.548Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:43:13.549Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:13.551Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:13.551Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:43:13.652Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-07T06:43:13.652Z||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-07T06:43:13.652Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:13.664Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:13.664Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:14.554Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:43:14.555Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:14.556Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:14.557Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-07T06:43:14.657Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:14.658Z||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-07T06:43:14.658Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:14.668Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:14.668Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:15.557Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:43:15.558Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:15.560Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:15.560Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:43:15.660Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:15.661Z||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-07T06:43:15.661Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:15.670Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:15.670Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:16.560Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:43:16.561Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:16.564Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:16.564Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:43:16.664Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:16.665Z||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-07T06:43:16.665Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:16.677Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:16.677Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:17.565Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "749c6d0f-f266-4949-b47e-98bd8193c8b5", "serviceDescription": "service", "serviceInvariantUUID": "9178e768-35cd-467d-bfa2-8865dfd93b07", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "659b90d3-09e3-4cb2-b2e4-a26ece313785", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "234ca71d-dfec-48ac-94ec-f8b24cb5563c", "resourceInvariantUUID": "7a22df2f-eade-4d28-9b20-ee50438fabe1", "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": "NmZjMzJlNDYyMzE0ZGE0NmU2OGU1MTlmY2I4ZjA5ODU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d6c9edb7-3bef-408c-8a88-4fe4be4563fd", "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": "4a246ea7-e8e2-4564-86e2-559ecefe624f", "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": "1ac1eaa7-ce74-41b9-8c02-b2f1f2f26420", "generatedFromUUID": "4a246ea7-e8e2-4564-86e2-559ecefe624f" }, "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": "1ac1eaa7-ce74-41b9-8c02-b2f1f2f26420", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MzU4Y2E3YzM1ODU5ZGFjNjc2MDc3MDBmMzE3ZTVmOWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef436acf-fc7e-4dc1-91dd-5c6def7e106b" } ], "workloadContext": "Production" } 2021-10-07T06:43:17.566Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-07T06:43:17.566Z|9b44b1d2-0993-4612-a9fe-9fc34e4b718f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 749c6d0f-f266-4949-b47e-98bd8193c8b5 ASDC 2021-10-07T06:43:17.566Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:8a647383-0600-42af-a8a6-9403f6d1c498 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:749c6d0f-f266-4949-b47e-98bd8193c8b5 ServiceInvariantUUID:9178e768-35cd-467d-bfa2-8865dfd93b07 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:ef436acf-fc7e-4dc1-91dd-5c6def7e106b ArtifactChecksum:MzU4Y2E3YzM1ODU5ZGFjNjc2MDc3MDBmMzE3ZTVmOWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:659b90d3-09e3-4cb2-b2e4-a26ece313785 ResourceInvariantUUID:7a22df2f-eade-4d28-9b20-ee50438fabe1 ResourceName:basicclamp ResourceType:VF ResourceUUID:234ca71d-dfec-48ac-94ec-f8b24cb5563c 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:d6c9edb7-3bef-408c-8a88-4fe4be4563fd ArtifactChecksum:NmZjMzJlNDYyMzE0ZGE0NmU2OGU1MTlmY2I4ZjA5ODU= 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:4a246ea7-e8e2-4564-86e2-559ecefe624f 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:1ac1eaa7-ce74-41b9-8c02-b2f1f2f26420 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:1ac1eaa7-ce74-41b9-8c02-b2f1f2f26420 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-07T06:43:17.566Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 749c6d0f-f266-4949-b47e-98bd8193c8b5 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-07T06:43:17.607Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:43:17.607Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:43:17.607Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:43:17.608Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ef436acf-fc7e-4dc1-91dd-5c6def7e106b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-07T06:43:17.608Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:43:17.608Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-10-07T06:43:19.091Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:43:19.094Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ef436acf-fc7e-4dc1-91dd-5c6def7e106b 73479 2021-10-07T06:43:19.094Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:19.094Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:19.095Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:43:19.095Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:19.096Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:19.096Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588999094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:43:19.197Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-07T06:43:19.197Z||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-07T06:43:19.198Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:19.209Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:19.209Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:20.097Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:43:20.098Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:43:20.098Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ef436acf-fc7e-4dc1-91dd-5c6def7e106b, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-07T06:43:20.099Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-10-07T06:43:20.099Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-07T06:43:20.099Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-07T06:43:20.204Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4924875823154646369/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-07T06:43:21.232Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-07T06:43:21.233Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-07T06:43:21.233Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-07T06:43:21.233Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-07T06:43:21.233Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:21.233Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:21.233Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-07T06:43:21.233Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:21.233Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-07T06:43:21.233Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:21.233Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:21.234Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-10-07T06:43:21.234Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:21.234Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-07T06:43:21.234Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.234Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:21.234Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-07T06:43:21.234Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-07T06:43:21.234Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:43:21.235Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.235Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:21.235Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-07T06:43:21.235Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-07T06:43:21.235Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:43:21.235Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.235Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:21.235Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.235Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-07T06:43:21.236Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-10-07T06:43:21.236Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-10-07T06:43:21.236Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-10-07T06:43:21.236Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-07T06:43:21.236Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-07T06:43:21.236Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.236Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-07T06:43:21.236Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.236Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-07T06:43:21.237Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:43:21.237Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.237Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-07T06:43:21.237Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:43:21.237Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.237Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-07T06:43:21.237Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:43:21.237Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.238Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-07T06:43:21.238Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-07T06:43:21.238Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-07T06:43:21.238Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ff51b202-aae5-4ed4-a9ee-7f80743dccce 2021-10-07T06:43:21.238Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.238Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:21.238Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.238Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:21.238Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.239Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:21.239Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:21.239Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:21.239Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:749c6d0f-f266-4949-b47e-98bd8193c8b5 Model Version:NULL Model InvariantUuid:9178e768-35cd-467d-bfa2-8865dfd93b07 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:eddbc094-c282-463c-8658-061d24c05dcc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7a22df2f-eade-4d28-9b20-ee50438fabe1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:659b90d3-09e3-4cb2-b2e4-a26ece313785 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fc23290e-5ff1-49c7-8732-3d16b52e8343 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:81406575-b7a7-4e35-811c-ad8faefadac4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ff51b202-aae5-4ed4-a9ee-7f80743dccce ModelInvariantUuid:acab31f3-dbc3-4c84-8bed-0f6953425c67 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:2dba3817-37a4-4081-99ec-ea1159f86d07 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c25e24c1-1bd5-4cf9-a42d-b7e70bbb56e3 ModelInvariantUuid:45ecc409-22ac-4f4e-9248-60be5a3e41d5 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:308b1828-aae0-4d31-b2d7-d01a86d3f0af ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-07T06:43:21.246Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 234ca71d-dfec-48ac-94ec-f8b24cb5563c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:43:21.249Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||basicclamp 0 2021-10-07T06:43:21.249Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 234ca71d-dfec-48ac-94ec-f8b24cb5563c 2021-10-07T06:43:21.249Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6c9edb7-3bef-408c-8a88-4fe4be4563fd from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-10-07T06:43:21.250Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:43:21.250Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:22.918Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:43:22.918Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d6c9edb7-3bef-408c-8a88-4fe4be4563fd 790 2021-10-07T06:43:22.918Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:22.918Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:22.918Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:43:22.918Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:22.920Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:22.920Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589002918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:43:23.020Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:23.021Z||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-07T06:43:23.021Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:23.031Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:23.031Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:23.920Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fc23290e-5ff1-49c7-8732-3d16b52e8343", "vfModuleModelVersion": "1", "vfModuleModelUUID": "81406575-b7a7-4e35-811c-ad8faefadac4", "vfModuleModelCustomizationUUID": "be7c90e9-a123-4715-ac96-6466f8c8e2cc", "isBase": true, "artifacts": [ "4a246ea7-e8e2-4564-86e2-559ecefe624f", "1ac1eaa7-ce74-41b9-8c02-b2f1f2f26420" ], "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-07T06:43:23.923Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:81406575-b7a7-4e35-811c-ad8faefadac4 VfModuleModelInvariantUUID:fc23290e-5ff1-49c7-8732-3d16b52e8343 VfModuleModelDescription:NULL Artifacts UUID List:{ 4a246ea7-e8e2-4564-86e2-559ecefe624f , 1ac1eaa7-ce74-41b9-8c02-b2f1f2f26420 } 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-07T06:43:23.925Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fc23290e-5ff1-49c7-8732-3d16b52e8343", "vfModuleModelVersion": "1", "vfModuleModelUUID": "81406575-b7a7-4e35-811c-ad8faefadac4", "vfModuleModelCustomizationUUID": "be7c90e9-a123-4715-ac96-6466f8c8e2cc", "isBase": true, "artifacts": [ "4a246ea7-e8e2-4564-86e2-559ecefe624f", "1ac1eaa7-ce74-41b9-8c02-b2f1f2f26420" ], "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-07T06:43:23.925Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:81406575-b7a7-4e35-811c-ad8faefadac4 VfModuleModelInvariantUUID:fc23290e-5ff1-49c7-8732-3d16b52e8343 VfModuleModelDescription:NULL Artifacts UUID List:{ 4a246ea7-e8e2-4564-86e2-559ecefe624f , 1ac1eaa7-ce74-41b9-8c02-b2f1f2f26420 } 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-07T06:43:23.925Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4a246ea7-e8e2-4564-86e2-559ecefe624f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-10-07T06:43:23.925Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:43:23.925Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:26.313Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:43:26.313Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 4a246ea7-e8e2-4564-86e2-559ecefe624f 5033 2021-10-07T06:43:26.313Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:26.313Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:26.313Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:43:26.313Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:26.315Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:26.315Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589006313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:43:26.415Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:26.416Z||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-07T06:43:26.416Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:26.425Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:26.426Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:27.316Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1ac1eaa7-ce74-41b9-8c02-b2f1f2f26420 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-10-07T06:43:27.316Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:43:27.317Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:28.518Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:43:28.519Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1ac1eaa7-ce74-41b9-8c02-b2f1f2f26420 909 2021-10-07T06:43:28.519Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:28.519Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:28.519Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:43:28.520Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:28.521Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:28.521Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589008519, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:43:28.622Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:28.622Z||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-07T06:43:28.622Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:28.632Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:28.633Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:29.522Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 749c6d0f-f266-4949-b47e-98bd8193c8b5 2021-10-07T06:43:29.522Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 234ca71d-dfec-48ac-94ec-f8b24cb5563c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:43:29.543Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44e8ddc0, org.onap.sdc.toscaparser.api.parameters.Input@6e8bbca1, org.onap.sdc.toscaparser.api.parameters.Input@44cebd69, org.onap.sdc.toscaparser.api.parameters.Input@3a5cf414, org.onap.sdc.toscaparser.api.parameters.Input@38d83842] 2021-10-07T06:43:29.544Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.544Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:29.545Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-10-07T06:43:29.545Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 659b90d3-09e3-4cb2-b2e4-a26ece313785 2021-10-07T06:43:29.545Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 659b90d3-09e3-4cb2-b2e4-a26ece313785 matches Tosca VF Customization UUID: 659b90d3-09e3-4cb2-b2e4-a26ece313785 2021-10-07T06:43:29.545Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 659b90d3-09e3-4cb2-b2e4-a26ece313785 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-07T06:43:29.547Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.548Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:29.548Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 659b90d3-09e3-4cb2-b2e4-a26ece313785: {\"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-07T06:43:29.549Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67308ba2 2021-10-07T06:43:29.549Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.549Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-07T06:43:29.549Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : be7c90e9-a123-4715-ac96-6466f8c8e2cc 2021-10-07T06:43:29.549Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID be7c90e9-a123-4715-ac96-6466f8c8e2cc Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-07T06:43:29.552Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.552Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-07T06:43:29.552Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:43:29.552Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.553Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-07T06:43:29.553Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:43:29.553Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.553Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-10-07T06:43:29.554Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-10-07T06:43:29.554Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-10-07T06:43:29.554Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ff51b202-aae5-4ed4-a9ee-7f80743dccce Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-07T06:43:29.558Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.558Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-07T06:43:29.558Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:43:29.558Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.558Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-10-07T06:43:29.558Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=659b90d3-09e3-4cb2-b2e4-a26ece313785 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:43:29.561Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.562Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:29.562Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 749c6d0f-f266-4949-b47e-98bd8193c8b5: basicclamp 2021-10-07T06:43:29.562Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.562Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:29.562Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.562Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:29.562Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.562Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:29.562Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.562Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:29.562Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:43:29.563Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:43:29.563Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-07T06:43:29.650Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 234ca71d-dfec-48ac-94ec-f8b24cb5563c 1 ASDC deployResourceStructure 2021-10-07T06:43:29.650Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:29.650Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:29.651Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:43:29.651Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:29.653Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:29.653Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589009650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:43:29.753Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:29.754Z||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-07T06:43:29.754Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:29.765Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:29.766Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:30.654Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:30.655Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:30.655Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:43:30.655Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:30.657Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:30.657Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589010654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-07T06:43:30.757Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:30.758Z||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-07T06:43:30.758Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:30.770Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:30.770Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:31.658Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:31.658Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:31.659Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:43:31.659Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:31.661Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:31.661Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589011658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-07T06:43:31.761Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:31.762Z||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-07T06:43:31.762Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:31.772Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:31.773Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:32.662Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:32.663Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||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-07T06:43:32.663Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:43:32.663Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:43:32.665Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:43:32.665Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589012662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:43:32.765Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:43:32.766Z||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-07T06:43:32.766Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:43:32.779Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:43:32.780Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:43:33.666Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a647383-0600-42af-a8a6-9403f6d1c498 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:43:33.674Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a647383-0600-42af-a8a6-9403f6d1c498 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-07T06:43:33.677Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:43:33.677Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-07T06:43:33.677Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-07T06:44:03.677Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a647383-0600-42af-a8a6-9403f6d1c498 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:44:03.690Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a647383-0600-42af-a8a6-9403f6d1c498 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-07T06:44:03.692Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:44:03.692Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-10-07T06:44:03.692Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-10-07T06:44:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:44:13.076Z||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-07T06:44:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:44:13.128Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:44:13.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "dcae-sch", "timestamp": 1633588862034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588869653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "cds", "timestamp": 1633588858908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588873475, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "aai-ml", "timestamp": 1633588873619, "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-07T06:44:13.142Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a647383-0600-42af-a8a6-9403f6d1c498 2021-10-07T06:44:13.142Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a647383-0600-42af-a8a6-9403f6d1c498 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-07T06:44:13.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "policy-id", "timestamp": 1633588871144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-07T06:44:13.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "ves-openapi-manager", "timestamp": 1633588859834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.152Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "dcae-sch", "timestamp": 1633588862034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588869653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-07T06:44:13.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "cds", "timestamp": 1633588858908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:44:13.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588874479, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.153Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "policy-id", "timestamp": 1633588871144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588869653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "policy-id", "timestamp": 1633588871144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588869653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "cds", "timestamp": 1633588876782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "policy-id", "timestamp": 1633588871144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588869653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "policy-id", "timestamp": 1633588871144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588878596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "policy-id", "timestamp": 1633588871144, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:44:13.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "cds", "timestamp": 1633588878823, "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-07T06:44:13.172Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 2021-10-07T06:44:13.172Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 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-07T06:44:13.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588879599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:44:13.183Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:44:13.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588879779, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "clamp", "timestamp": 1633588880602, "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-07T06:44:13.190Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a647383-0600-42af-a8a6-9403f6d1c498 2021-10-07T06:44:13.190Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a647383-0600-42af-a8a6-9403f6d1c498 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-07T06:44:13.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "policy-id", "timestamp": 1633588881228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "policy-id", "timestamp": 1633588882232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:44:13.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "aai-ml", "timestamp": 1633588881786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "policy-id", "timestamp": 1633588883234, "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-07T06:44:13.204Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 2021-10-07T06:44:13.204Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 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-07T06:44:13.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "aai-ml", "timestamp": 1633588881786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588883577, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588883821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "aai-ml", "timestamp": 1633588881786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "aai-ml", "timestamp": 1633588881786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "aai-ml", "timestamp": 1633588881786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "aai-ml", "timestamp": 1633588881786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "clamp", "timestamp": 1633588887198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588887922, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588888315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "aai-ml", "timestamp": 1633588881786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "clamp", "timestamp": 1633588887198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588888945, "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-07T06:44:13.219Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 2021-10-07T06:44:13.220Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 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-07T06:44:13.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "aai-ml", "timestamp": 1633588881786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:44:13.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588889181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "clamp", "timestamp": 1633588887198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "multicloud-k8s-id", "timestamp": 1633588889950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588890518, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588889181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "clamp", "timestamp": 1633588887198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "aai-ml", "timestamp": 1633588891716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.227Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588889181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "clamp", "timestamp": 1633588887198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588892720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.228Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588889181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "clamp", "timestamp": 1633588887198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588889181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588893832, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "clamp", "timestamp": 1633588887198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588889181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588894835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-07T06:44:13.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "clamp", "timestamp": 1633588887198, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:44:13.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588889181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:44:13.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588895838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-07T06:44:13.231Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588889181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:44:13.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:44:13.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588896842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:44:13.231Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588899687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "aai-ml", "timestamp": 1633588901782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:44:13.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588902010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:44:13.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "aai-ml", "timestamp": 1633588902786, "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-07T06:44:13.237Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 2021-10-07T06:44:13.237Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 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-07T06:44:13.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1633588903013, "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-07T06:44:13.251Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 2021-10-07T06:44:13.251Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 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-07T06:44:13.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "clamp", "timestamp": 1633588909475, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:44:13.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "clamp", "timestamp": 1633588912479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:44:13.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:44:13.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:44:13.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "clamp", "timestamp": 1633588913482, "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-07T06:44:13.263Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 2021-10-07T06:44:13.263Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 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-07T06:44:33.693Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a647383-0600-42af-a8a6-9403f6d1c498 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:44:33.705Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a647383-0600-42af-a8a6-9403f6d1c498 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-07T06:44:33.707Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:44:33.708Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-07T06:44:33.708Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-07T06:44:33.708Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-07T06:44:33.708Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:44:33.708Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:44:33.708Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:44:33.708Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:44:33.708Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:44:33.708Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:44:33.708Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:44:33.708Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-07T06:44:33.712Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-07T06:45:03.713Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a647383-0600-42af-a8a6-9403f6d1c498 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-07T06:45:03.717Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a647383-0600-42af-a8a6-9403f6d1c498 and serviceModelVersionId: 749c6d0f-f266-4949-b47e-98bd8193c8b5 2021-10-07T06:45:03.717Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9178e768-35cd-467d-bfa2-8865dfd93b07 2021-10-07T06:45:03.719Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9178e768-35cd-467d-bfa2-8865dfd93b07/model-vers/model-ver/749c6d0f-f266-4949-b47e-98bd8193c8b5?depth=0 2021-10-07T06:45:03.725Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-10-07T06:45:03.756Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9178e768-35cd-467d-bfa2-8865dfd93b07/model-vers/model-ver/749c6d0f-f266-4949-b47e-98bd8193c8b5?depth=0|INFO|500||Invoke 2021-10-07T06:45:03.757Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9178e768-35cd-467d-bfa2-8865dfd93b07/model-vers/model-ver/749c6d0f-f266-4949-b47e-98bd8193c8b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9178e768-35cd-467d-bfa2-8865dfd93b07/model-vers/model-ver/749c6d0f-f266-4949-b47e-98bd8193c8b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a647383-0600-42af-a8a6-9403f6d1c498], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[12a202b3-9174-4626-a127-2890dd9662b1], X-ECOMP-RequestID=[8a647383-0600-42af-a8a6-9403f6d1c498], X-TransactionId=[], X-ONAP-RequestID=[8a647383-0600-42af-a8a6-9403f6d1c498], Content-Type=[application/merge-patch+json]} 2021-10-07T06:45:03.776Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9178e768-35cd-467d-bfa2-8865dfd93b07/model-vers/model-ver/749c6d0f-f266-4949-b47e-98bd8193c8b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-07T06:45:04.979Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9178e768-35cd-467d-bfa2-8865dfd93b07/model-vers/model-ver/749c6d0f-f266-4949-b47e-98bd8193c8b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9178e768-35cd-467d-bfa2-8865dfd93b07/model-vers/model-ver/749c6d0f-f266-4949-b47e-98bd8193c8b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211007-06:45:03:783-82640], vertex-id=[266416], Content-Length=[0], Date=[Thu, 07 Oct 2021 06:45:03 GMT], Content-Type=[application/json]} 2021-10-07T06:45:04.980Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9178e768-35cd-467d-bfa2-8865dfd93b07/model-vers/model-ver/749c6d0f-f266-4949-b47e-98bd8193c8b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-07T06:45:04.980Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9178e768-35cd-467d-bfa2-8865dfd93b07/model-vers/model-ver/749c6d0f-f266-4949-b47e-98bd8193c8b5?depth=0|INFO|500||InvokeReturn 2021-10-07T06:45:04.980Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-07T06:45:04.980Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:45:04.985Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-07T06:45:04.985Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a647383-0600-42af-a8a6-9403f6d1c498 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-07T06:45:04.985Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-07T06:45:04.985Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:04.987Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:04.987Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589104985, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:45:05.088Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-07T06:45:05.088Z||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-07T06:45:05.088Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:05.103Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:05.103Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-10-07T06:45:05.998Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:45:05.998Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"54602e52-875d-42e9-b8a5-b0ea1a4f745d","serviceDescription":"service","serviceInvariantUUID":"9785b66d-ed4e-4a6c-a488-0e37e0073f5e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aad295dc-ed4a-4d69-ae0c-747621c25a80","resourceInvariantUUID":"30e29091-e8b2-40af-a54e-5fd03f27b181","resourceCustomizationUUID":"b53eaa49-9127-4749-ad52-048149d538d3","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":"MzQ3MmMwZmI3MTAyZGM3NTU0Y2QyMTQzYzFjNzVlYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f582eefc-140d-4bb9-9ad4-775ad2f44e48","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":"NjVmNTcxMTczODNjNjViMzQxYjllZGFjODliYmI2OGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f895cb91-e52b-44d1-aef3-66787481dbbf","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":"eb449000-f3e0-402c-9f48-d25dd4a34e50","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":"665181e5-c2ee-4b18-9ec5-f3ea412cb4a1","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":"c127ad6f-5f4e-43b5-bf01-b0972fb9532c","artifactVersion":"2","generatedFromUUID":"eb449000-f3e0-402c-9f48-d25dd4a34e50"},{"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":"NTA4N2Q1ZjVjZmE0MjNhYTljYjQ5NGZkMWZhYmI5NDE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"335b8750-e4a3-4863-9d80-a7b710d5846f","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":"ZjMxMGE4ZGJjYjMzYzJlMmI5NjYwN2NiNjVmMGNiMjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9a299b6-0714-409c-93d4-1db6b8d592fc","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODBkMTg4MmQ4ZTFkMTE5MjlmZjBkMGFmODY4NmFhOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dae28013-9853-4580-b1bd-6c32879b490f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-10-07T06:45:05.998Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:45:05.999Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:06.000Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:06.000Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:45:06.101Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-10-07T06:45:06.101Z||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-07T06:45:06.101Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:06.114Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:06.114Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:07.001Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:45:07.002Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:07.004Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:07.004Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:45:07.105Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-07T06:45:07.106Z||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-07T06:45:07.106Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:07.117Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:07.118Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:08.005Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:45:08.005Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:08.007Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:08.007Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-07T06:45:08.107Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:45:08.108Z||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-07T06:45:08.108Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:08.121Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:08.121Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:09.008Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:45:09.009Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:09.010Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:09.010Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:45:09.110Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:45:09.111Z||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-07T06:45:09.111Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:09.121Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:09.122Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:10.011Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:45:10.012Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:10.014Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:10.014Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-07T06:45:10.114Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-10-07T06:45:10.115Z||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-07T06:45:10.115Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:10.126Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:10.126Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:11.016Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:45:11.017Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:11.019Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:11.019Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-07T06:45:11.119Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:45:11.120Z||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-07T06:45:11.120Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:11.133Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:11.133Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:12.020Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:45:12.020Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:12.023Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:12.023Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:45:12.123Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:45:12.124Z||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-07T06:45:12.124Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:12.133Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:12.134Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:13.023Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-10-07T06:45:13.024Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:13.026Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:13.027Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:45:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:45:13.075Z||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-07T06:45:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:13.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:13.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:45:13.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b44b1d2-0993-4612-a9fe-9fc34e4b718f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588988522, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:45:13.097Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:45:13.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:45:13.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-10-07T06:45:13.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:45:13.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:45:13.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:45:13.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:45:13.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:45:13.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:45:13.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:45:13.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:45:13.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-10-07T06:45:13.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:45:13.127Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:45:13.127Z||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-07T06:45:13.127Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:13.139Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:13.140Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:14.028Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "54602e52-875d-42e9-b8a5-b0ea1a4f745d", "serviceDescription": "service", "serviceInvariantUUID": "9785b66d-ed4e-4a6c-a488-0e37e0073f5e", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "b53eaa49-9127-4749-ad52-048149d538d3", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "aad295dc-ed4a-4d69-ae0c-747621c25a80", "resourceInvariantUUID": "30e29091-e8b2-40af-a54e-5fd03f27b181", "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": "NjVmNTcxMTczODNjNjViMzQxYjllZGFjODliYmI2OGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f895cb91-e52b-44d1-aef3-66787481dbbf", "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": "eb449000-f3e0-402c-9f48-d25dd4a34e50", "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": "c127ad6f-5f4e-43b5-bf01-b0972fb9532c", "generatedFromUUID": "eb449000-f3e0-402c-9f48-d25dd4a34e50" }, "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": "c127ad6f-5f4e-43b5-bf01-b0972fb9532c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ODBkMTg4MmQ4ZTFkMTE5MjlmZjBkMGFmODY4NmFhOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dae28013-9853-4580-b1bd-6c32879b490f" } ], "workloadContext": "Production" } 2021-10-07T06:45:14.028Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-10-07T06:45:14.029Z|8a647383-0600-42af-a8a6-9403f6d1c498|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 54602e52-875d-42e9-b8a5-b0ea1a4f745d ASDC 2021-10-07T06:45:14.029Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:54602e52-875d-42e9-b8a5-b0ea1a4f745d ServiceInvariantUUID:9785b66d-ed4e-4a6c-a488-0e37e0073f5e 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:dae28013-9853-4580-b1bd-6c32879b490f ArtifactChecksum:ODBkMTg4MmQ4ZTFkMTE5MjlmZjBkMGFmODY4NmFhOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:b53eaa49-9127-4749-ad52-048149d538d3 ResourceInvariantUUID:30e29091-e8b2-40af-a54e-5fd03f27b181 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:aad295dc-ed4a-4d69-ae0c-747621c25a80 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:f895cb91-e52b-44d1-aef3-66787481dbbf ArtifactChecksum:NjVmNTcxMTczODNjNjViMzQxYjllZGFjODliYmI2OGU= 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:eb449000-f3e0-402c-9f48-d25dd4a34e50 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:c127ad6f-5f4e-43b5-bf01-b0972fb9532c 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:c127ad6f-5f4e-43b5-bf01-b0972fb9532c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-10-07T06:45:14.029Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54602e52-875d-42e9-b8a5-b0ea1a4f745d 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-07T06:45:14.051Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:45:14.052Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:45:14.052Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:45:14.052Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dae28013-9853-4580-b1bd-6c32879b490f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-07T06:45:14.052Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:45:14.053Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-10-07T06:45:15.688Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:45:15.692Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar dae28013-9853-4580-b1bd-6c32879b490f 78612 2021-10-07T06:45:15.692Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:15.692Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:15.692Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:45:15.693Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:15.694Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:15.694Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589115692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:45:15.795Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:45:15.795Z||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-07T06:45:15.796Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:15.807Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:15.808Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:16.695Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-10-07T06:45:16.696Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-10-07T06:45:16.696Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dae28013-9853-4580-b1bd-6c32879b490f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-07T06:45:16.696Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-10-07T06:45:16.696Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-07T06:45:16.697Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-07T06:45:16.795Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6112231865515347345/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-07T06:45:17.804Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-10-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-10-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-10-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-10-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-07T06:45:17.805Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-07T06:45:17.806Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:45:17.806Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.806Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:17.806Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-07T06:45:17.806Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-10-07T06:45:17.806Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-10-07T06:45:17.806Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.806Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:17.806Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.806Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-07T06:45:17.807Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-10-07T06:45:17.807Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-10-07T06:45:17.807Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-10-07T06:45:17.807Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-07T06:45:17.807Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-10-07T06:45:17.807Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.807Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-07T06:45:17.807Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.808Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-07T06:45:17.808Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:45:17.808Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.808Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-07T06:45:17.808Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:45:17.808Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.808Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-07T06:45:17.808Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=967a457a-f8c6-4081-9b5d-2f41072c9a32 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:17.809Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:17.810Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:17.810Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:54602e52-875d-42e9-b8a5-b0ea1a4f745d Model Version:NULL Model InvariantUuid:9785b66d-ed4e-4a6c-a488-0e37e0073f5e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:adc2a54b-0fdf-4024-a9ff-c4b1641d0d17 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:30e29091-e8b2-40af-a54e-5fd03f27b181 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b53eaa49-9127-4749-ad52-048149d538d3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5f82265c-6687-46d8-8d81-5b4dd7f5a9b7 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6fbd754f-4e12-4f13-8645-5a5b710b1291 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:967a457a-f8c6-4081-9b5d-2f41072c9a32 ModelInvariantUuid:abf8ead9-5564-4237-a7b0-807e79a95a26 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:9e21045b-23d9-4efd-8e3a-718dbecf5da7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:cd6f07a9-fbc8-4915-ba3d-67de1d2b7943 ModelInvariantUuid:7fb2fd50-4c47-4364-8b41-92ea554d26b3 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:ffbf5291-66b1-48e1-87fd-082d6b726042 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-10-07T06:45:17.817Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: aad295dc-ed4a-4d69-ae0c-747621c25a80 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:45:17.820Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2021-10-07T06:45:17.820Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aad295dc-ed4a-4d69-ae0c-747621c25a80 2021-10-07T06:45:17.820Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f895cb91-e52b-44d1-aef3-66787481dbbf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-10-07T06:45:17.820Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:45:17.820Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:19.334Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:45:19.334Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f895cb91-e52b-44d1-aef3-66787481dbbf 792 2021-10-07T06:45:19.334Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:19.334Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:19.334Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:45:19.334Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:19.336Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:19.336Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589119334, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:45:19.437Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-07T06:45:19.438Z||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-07T06:45:19.438Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:19.452Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:19.452Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:20.337Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5f82265c-6687-46d8-8d81-5b4dd7f5a9b7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6fbd754f-4e12-4f13-8645-5a5b710b1291", "vfModuleModelCustomizationUUID": "ee6c26db-b740-4536-9b75-ad069036072f", "isBase": true, "artifacts": [ "eb449000-f3e0-402c-9f48-d25dd4a34e50", "c127ad6f-5f4e-43b5-bf01-b0972fb9532c" ], "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-07T06:45:20.340Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6fbd754f-4e12-4f13-8645-5a5b710b1291 VfModuleModelInvariantUUID:5f82265c-6687-46d8-8d81-5b4dd7f5a9b7 VfModuleModelDescription:NULL Artifacts UUID List:{ eb449000-f3e0-402c-9f48-d25dd4a34e50 , c127ad6f-5f4e-43b5-bf01-b0972fb9532c } 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-07T06:45:20.342Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5f82265c-6687-46d8-8d81-5b4dd7f5a9b7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6fbd754f-4e12-4f13-8645-5a5b710b1291", "vfModuleModelCustomizationUUID": "ee6c26db-b740-4536-9b75-ad069036072f", "isBase": true, "artifacts": [ "eb449000-f3e0-402c-9f48-d25dd4a34e50", "c127ad6f-5f4e-43b5-bf01-b0972fb9532c" ], "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-07T06:45:20.342Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6fbd754f-4e12-4f13-8645-5a5b710b1291 VfModuleModelInvariantUUID:5f82265c-6687-46d8-8d81-5b4dd7f5a9b7 VfModuleModelDescription:NULL Artifacts UUID List:{ eb449000-f3e0-402c-9f48-d25dd4a34e50 , c127ad6f-5f4e-43b5-bf01-b0972fb9532c } 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-07T06:45:20.342Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eb449000-f3e0-402c-9f48-d25dd4a34e50 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-10-07T06:45:20.342Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:45:20.342Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:21.878Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:45:21.878Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml eb449000-f3e0-402c-9f48-d25dd4a34e50 5033 2021-10-07T06:45:21.878Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:21.878Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:21.878Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:45:21.879Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:21.880Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:21.880Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589121878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:45:21.980Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:45:21.981Z||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-07T06:45:21.981Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:21.994Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:21.995Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:22.881Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c127ad6f-5f4e-43b5-bf01-b0972fb9532c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-10-07T06:45:22.882Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-10-07T06:45:22.882Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:25.621Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-10-07T06:45:25.622Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c127ad6f-5f4e-43b5-bf01-b0972fb9532c 903 2021-10-07T06:45:25.622Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:25.622Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:25.622Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-10-07T06:45:25.622Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:25.623Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:25.624Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589125622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:45:25.724Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:45:25.725Z||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-07T06:45:25.725Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:25.736Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:25.736Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:45:26.624Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 54602e52-875d-42e9-b8a5-b0ea1a4f745d 2021-10-07T06:45:26.625Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 aad295dc-ed4a-4d69-ae0c-747621c25a80 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:45:26.636Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cec5850, org.onap.sdc.toscaparser.api.parameters.Input@cc4f2ca, org.onap.sdc.toscaparser.api.parameters.Input@332c0bda, org.onap.sdc.toscaparser.api.parameters.Input@375534d7, org.onap.sdc.toscaparser.api.parameters.Input@945d4b5] 2021-10-07T06:45:26.638Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.638Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:26.638Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-10-07T06:45:26.638Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b53eaa49-9127-4749-ad52-048149d538d3 2021-10-07T06:45:26.638Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b53eaa49-9127-4749-ad52-048149d538d3 matches Tosca VF Customization UUID: b53eaa49-9127-4749-ad52-048149d538d3 2021-10-07T06:45:26.638Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b53eaa49-9127-4749-ad52-048149d538d3 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-10-07T06:45:26.641Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.641Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:26.641Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b53eaa49-9127-4749-ad52-048149d538d3: {\"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-07T06:45:26.642Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f70f9db 2021-10-07T06:45:26.642Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.642Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-10-07T06:45:26.642Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee6c26db-b740-4536-9b75-ad069036072f 2021-10-07T06:45:26.642Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee6c26db-b740-4536-9b75-ad069036072f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-10-07T06:45:26.644Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.644Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-07T06:45:26.644Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:45:26.645Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.645Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-07T06:45:26.645Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:45:26.645Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.645Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-10-07T06:45:26.645Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-10-07T06:45:26.645Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-10-07T06:45:26.645Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=967a457a-f8c6-4081-9b5d-2f41072c9a32 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-10-07T06:45:26.647Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.647Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-07T06:45:26.647Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-10-07T06:45:26.647Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.648Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-10-07T06:45:26.648Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b53eaa49-9127-4749-ad52-048149d538d3 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:45:26.649Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.649Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:26.650Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 54602e52-875d-42e9-b8a5-b0ea1a4f745d: basic_vm_macro 2021-10-07T06:45:26.650Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.650Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:26.650Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.650Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:26.650Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.650Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:26.651Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.651Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:26.651Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-10-07T06:45:26.651Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-10-07T06:45:26.651Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-10-07T06:45:26.718Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro aad295dc-ed4a-4d69-ae0c-747621c25a80 1 ASDC deployResourceStructure 2021-10-07T06:45:26.718Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:26.718Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:26.718Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:45:26.719Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:26.720Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:26.720Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589126718, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:45:26.821Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:45:26.821Z||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-07T06:45:26.821Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:26.832Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:26.832Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:27.721Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:27.722Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:27.722Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:45:27.722Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:27.724Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:27.724Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589127721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-07T06:45:27.824Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:45:27.825Z||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-07T06:45:27.825Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:27.836Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:27.836Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:28.725Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:28.726Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:28.726Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:45:28.726Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:28.728Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:28.728Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589128725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-07T06:45:28.828Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-10-07T06:45:28.829Z||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-07T06:45:28.829Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:28.846Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:28.847Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-10-07T06:45:29.729Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:29.730Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||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-07T06:45:29.730Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-10-07T06:45:29.730Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:45:29.737Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:45:29.737Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589129729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:45:29.833Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-10-07T06:45:29.834Z||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-07T06:45:29.834Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:45:29.846Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:45:29.846Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-10-07T06:45:30.738Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07T06:45:30.748Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 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-07T06:45:30.750Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-10-07T06:45:30.750Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-10-07T06:45:30.750Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-10-07T06:45:30.750Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-10-07T06:45:30.750Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:45:30.750Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:45:30.750Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:45:30.751Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:45:30.751Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:45:30.751Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-10-07T06:45:30.751Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-10-07T06:45:30.755Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-10-07T06:46:00.755Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 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-07T06:46:00.761Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 and serviceModelVersionId: 54602e52-875d-42e9-b8a5-b0ea1a4f745d 2021-10-07T06:46:00.761Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9785b66d-ed4e-4a6c-a488-0e37e0073f5e 2021-10-07T06:46:00.762Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9785b66d-ed4e-4a6c-a488-0e37e0073f5e/model-vers/model-ver/54602e52-875d-42e9-b8a5-b0ea1a4f745d?depth=0 2021-10-07T06:46:00.767Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-10-07T06:46:00.803Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9785b66d-ed4e-4a6c-a488-0e37e0073f5e/model-vers/model-ver/54602e52-875d-42e9-b8a5-b0ea1a4f745d?depth=0|INFO|500||Invoke 2021-10-07T06:46:00.803Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9785b66d-ed4e-4a6c-a488-0e37e0073f5e/model-vers/model-ver/54602e52-875d-42e9-b8a5-b0ea1a4f745d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9785b66d-ed4e-4a6c-a488-0e37e0073f5e/model-vers/model-ver/54602e52-875d-42e9-b8a5-b0ea1a4f745d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a6f611d-f1a9-4ffa-9e16-37f312a0ed7f], X-ECOMP-RequestID=[5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40], X-TransactionId=[], X-ONAP-RequestID=[5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40], Content-Type=[application/merge-patch+json]} 2021-10-07T06:46:00.820Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9785b66d-ed4e-4a6c-a488-0e37e0073f5e/model-vers/model-ver/54602e52-875d-42e9-b8a5-b0ea1a4f745d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-10-07T06:46:01.180Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9785b66d-ed4e-4a6c-a488-0e37e0073f5e/model-vers/model-ver/54602e52-875d-42e9-b8a5-b0ea1a4f745d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9785b66d-ed4e-4a6c-a488-0e37e0073f5e/model-vers/model-ver/54602e52-875d-42e9-b8a5-b0ea1a4f745d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211007-06:46:00:827-96706], vertex-id=[217280], Content-Length=[0], Date=[Thu, 07 Oct 2021 06:46:00 GMT], Content-Type=[application/json]} 2021-10-07T06:46:01.180Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9785b66d-ed4e-4a6c-a488-0e37e0073f5e/model-vers/model-ver/54602e52-875d-42e9-b8a5-b0ea1a4f745d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-10-07T06:46:01.181Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9785b66d-ed4e-4a6c-a488-0e37e0073f5e/model-vers/model-ver/54602e52-875d-42e9-b8a5-b0ea1a4f745d?depth=0|INFO|500||InvokeReturn 2021-10-07T06:46:01.181Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-10-07T06:46:01.181Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-10-07T06:46:01.184Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-10-07T06:46:01.185Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-10-07T06:46:01.185Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-10-07T06:46:01.185Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-10-07T06:46:01.186Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-10-07T06:46:01.186Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589161185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:46:01.287Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-10-07T06:46:01.295Z||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-07T06:46:01.296Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:46:01.313Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:46:01.313Z||pool-100-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-07T06:46:02.197Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:46:02.197Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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-07T06:46:02.197Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:46:12.384Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:46:12.384Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:46:12.385Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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-07T06:46:12.385Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:46:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:46:13.075Z||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-07T06:46:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:46:13.095Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:46:13.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:46:13.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:46:13.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-10-07T06:46:13.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:46:13.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:46:13.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:46:13.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:46:13.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-10-07T06:46:13.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588999094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:46:13.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:46:13.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589002918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:46:13.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:46:13.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589006313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:46:13.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:46:13.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589008519, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:46:13.101Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:46:13.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589009650, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:46:13.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:46:13.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589010654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-10-07T06:46:13.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:46:13.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589011658, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-10-07T06:46:13.103Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:46:13.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-10-07T06:46:13.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589012662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:46:13.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:46:21.939Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:46:21.939Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:46:21.939Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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-07T06:46:21.939Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:46:31.478Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:46:31.478Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:46:31.479Z||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-07T06:46:31.479Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:46:41.020Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:46:41.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:46:41.021Z||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-07T06:46:41.021Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:46:50.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:47:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:47:13.073Z||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-07T06:47:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:47:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:47:13.075Z||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-07T06:47:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:47:13.098Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:47:13.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-07T06:47:13.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a647383-0600-42af-a8a6-9403f6d1c498", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589104985, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:47:13.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-07T06:47:13.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-10-07T06:47:13.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-07T06:47:13.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-07T06:47:13.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-10-07T06:47:13.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-07T06:47:13.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-10-07T06:47:13.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-10-07T06:47:13.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-10-07T06:47:22.617Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:48:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:48:13.074Z||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-07T06:48:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:48:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:48:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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-07T06:48:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:48:13.599Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:48:13.600Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:48:13.600Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633588873073, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-10-07T06:48:13.600Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-10-07T06:48:13.601Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:48:13.601Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589115692, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-10-07T06:48:13.601Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:48:13.601Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:48:13.601Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589119334, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-10-07T06:48:13.601Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:48:13.601Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:48:13.601Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589121878, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-10-07T06:48:13.601Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589125622, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589126718, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589127721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589128725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:48:13.602Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:48:13.603Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589129729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-10-07T06:48:13.603Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:48:13.603Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-10-07T06:48:13.603Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40", "consumerID": "SO-COpenSource-Env11", "timestamp": 1633589161185, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-10-07T06:48:13.603Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-10-07T06:48:22.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:49:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:49:13.073Z||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-07T06:49:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:49:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:49:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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-07T06:49:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:49:22.613Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:49:22.632Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:50:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:50:13.073Z||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-07T06:50:13.073Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:50:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:50:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:50:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:50:22.618Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:50:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:51:13.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:51:13.073Z||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-07T06:51:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:51:13.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:51:13.075Z||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-07T06:51:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:51:22.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:51:22.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:52:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:52:13.074Z||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-07T06:52:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:52:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:52:13.075Z||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-07T06:52:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:52:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:52:22.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:53:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:53:13.074Z||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-07T06:53:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:53:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:53:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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-07T06:53:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:53:22.617Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:53:22.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:54:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:54:13.074Z||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-07T06:54:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:54:13.075Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:54:13.075Z||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-07T06:54:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:54:22.622Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:54:22.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:55:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:55:13.074Z||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-07T06:55:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:55:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:55:13.075Z||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-07T06:55:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:55:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:55:22.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:56:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:56:13.074Z||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-07T06:56:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:56:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:56:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T06:56:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T06:56:22.770Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:56:22.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:57:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:57:13.074Z||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-07T06:57:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:57:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:57:13.075Z||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-07T06:57:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:57:22.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:57:22.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:58:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:58:13.074Z||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-07T06:58:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:58:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:58:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:58:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:58:22.624Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:58:22.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:59:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:59:13.074Z||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-07T06:59:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:59:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T06:59:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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-07T06:59:13.075Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|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 B7cpHvBx3PSHHagO) ... 2021-10-07T06:59:22.617Z|c8070bf5-26fc-4e55-95a7-4ebef0f46b23|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T06:59:22.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:00:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:00:13.074Z||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-07T07:00:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:00:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:00:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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-07T07:00:13.075Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:00:22.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:00:22.624Z|5d1e6efe-02bc-4219-ae1d-ffb7d8a97f40|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:01:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:01:13.074Z||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-07T07:01:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:01:13.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:01:13.075Z||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-07T07:01:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:01:22.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:01:22.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:02:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:02:13.074Z||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-07T07:02:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:02:13.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:02:13.075Z||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-07T07:02:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:02:22.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:02:22.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:03:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:03:13.074Z||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-07T07:03:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:03:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:03:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T07:03:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T07:03:22.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:03:22.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:04:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:04:13.074Z||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-07T07:04:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:04:13.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:04:13.075Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-10-07T07:04:13.075Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as B7cpHvBx3PSHHagO) ... 2021-10-07T07:04:22.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:04:22.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:05:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:05:13.074Z||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-07T07:05:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:05:13.075Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:05:13.075Z||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-07T07:05:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:05:22.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:05:22.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:06:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:06:13.074Z||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-07T07:06:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:06:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:06:13.075Z||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-07T07:06:13.076Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:06:22.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:06:22.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:07:13.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:07:13.074Z||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-07T07:07:13.074Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:07:13.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-10-07T07:07:13.075Z||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-07T07:07:13.075Z||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 B7cpHvBx3PSHHagO) ... 2021-10-07T07:07:22.625Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:07:22.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-10-07T07:07:33.574Z||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)