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-09-16T00:09:15.477Z||main|||||INFO|500||The following profiles are active: basic 2021-09-16T00:09:25.016Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-16T00:09:25.017Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-16T00:09:25.101Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-16T00:09:27.283Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-16T00:09:27.467Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-16T00:09:27.840Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-16T00:09:27.847Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-16T00:09:27.937Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-16T00:09:28.087Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-16T00:09:28.482Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-16T00:09:29.397Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-16T00:09:31.405Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-16T00:09:31.462Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-16T00:09:31.974Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-16T00:09:32.168Z||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-09-16T00:09:33.277Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-16T00:09:34.237Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-16T00:09:34.256Z||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$$60ea5df6.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-09-16T00:09:34.257Z||main|||||WARN|500||The sdc end point is not alive 2021-09-16T00:09:36.894Z||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-09-16T00:09:39.318Z||main|||||WARN|500||--- 2021-09-16T00:09:39.319Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-16T00:09:39.319Z||main|||||WARN|500||--- 2021-09-16T00:09:39.778Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-16T00:09:44.063Z||main|||||INFO|500||Started Application in 33.002 seconds (JVM running for 34.176) 2021-09-16T00:09:44.074Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-16T00:09:44.075Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-16T00:09:44.085Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-16T00:09:44.110Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-16T00:09:44.191Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9d26cdfb-7162-4075-aa6a-1578a8914dcd url= /sdc/v1/artifactTypes 2021-09-16T00:09:44.191Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-16T00:09:44.459Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-16T00:09:44.477Z||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-09-16T00:09:44.498Z||scheduling-1|||||DEBUG|500||create keys 2021-09-16T00:09:44.506Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-16T00:09:44.527Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:09:44.544Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2df9cc66-bafd-423d-a37e-f16cba39c39a url= /sdc/v1/registerForDistribution 2021-09-16T00:09:44.621Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2df9cc66-bafd-423d-a37e-f16cba39c39a url= /sdc/v1/registerForDistribution 2021-09-16T00:09:44.621Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-16T00:09:44.629Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:09:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:09:44.634Z||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-09-16T00:09:44.634Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:09:44.634Z||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-09-16T00:09:44.635Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:09:44.635Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-16T00:09:54.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:09:54.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:10:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:10:44.629Z||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-09-16T00:10:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:10:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:10:44.631Z||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-09-16T00:10:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:10:54.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:10:54.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:11:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:11:44.630Z||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-09-16T00:11:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:11:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:11:44.630Z||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-09-16T00:11:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:11:54.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:11:54.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:12:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:12:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:12:44.634Z||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-09-16T00:12:44.634Z||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-09-16T00:12:44.634Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:12:44.634Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:12:54.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:12:54.184Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:13:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:13:44.629Z||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-09-16T00:13:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:13:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:13:44.631Z||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-09-16T00:13:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:13:54.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:13:54.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:14:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:14:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:14:44.630Z||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-09-16T00:14:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:14:44.630Z||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-09-16T00:14:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:14:54.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:14:54.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:15:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:15:44.630Z||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-09-16T00:15:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:15:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:15:44.630Z||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-09-16T00:15:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:15:54.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:15:54.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:16:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:16:44.629Z||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-09-16T00:16:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:16:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:16:44.632Z||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-09-16T00:16:44.632Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:16:54.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:16:54.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:17:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:17:44.629Z||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-09-16T00:17:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:17:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:17:44.630Z||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-09-16T00:17:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:17:54.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:17:54.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:18:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:18:44.629Z||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-09-16T00:18:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:18:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:18:44.630Z||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-09-16T00:18:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:18:54.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:18:54.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:19:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:19:44.629Z||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-09-16T00:19:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:19:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:19:44.630Z||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-09-16T00:19:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:19:46.620Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-16T00:19:54.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:19:54.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:20:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:20:44.629Z||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-09-16T00:20:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:20:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:20:44.630Z||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-09-16T00:20:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:20:54.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:20:54.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:21:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:21:44.629Z||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-09-16T00:21:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:21:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:21:44.630Z||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-09-16T00:21:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:21:54.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:21:54.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:22:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:22:44.629Z||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-09-16T00:22:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:22:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:22:44.630Z||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-09-16T00:22:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:22:54.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:22:54.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:23:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:23:44.629Z||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-09-16T00:23:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:23:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:23:44.630Z||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-09-16T00:23:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:23:54.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:23:54.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:24:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:24:44.629Z||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-09-16T00:24:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:24:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:24:44.631Z||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-09-16T00:24:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:24:54.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:24:54.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:25:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:25:44.629Z||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-09-16T00:25:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:25:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:25:44.631Z||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-09-16T00:25:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:25:54.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:25:54.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:26:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:26:44.629Z||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-09-16T00:26:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:26:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:26:44.631Z||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-09-16T00:26:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:26:54.181Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:26:54.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:27:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:27:44.629Z||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-09-16T00:27:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:27:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:27:44.631Z||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-09-16T00:27:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:27:54.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:27:54.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:28:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:28:44.629Z||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-09-16T00:28:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:28:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:28:44.630Z||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-09-16T00:28:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:28:54.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:28:54.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:29:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:29:44.629Z||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-09-16T00:29:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:29:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:29:44.630Z||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-09-16T00:29:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:29:54.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:29:54.198Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:30:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:30:44.629Z||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-09-16T00:30:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:30:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:30:44.630Z||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-09-16T00:30:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:30:54.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:30:54.195Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:31:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:31:44.629Z||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-09-16T00:31:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:31:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:31:44.630Z||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-09-16T00:31:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:31:54.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:31:54.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:32:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:32:44.629Z||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-09-16T00:32:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:32:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:32:44.630Z||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-09-16T00:32:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:32:54.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:32:54.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:33:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:33:44.629Z||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-09-16T00:33:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:33:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:33:44.631Z||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-09-16T00:33:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:33:54.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:33:54.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:34:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:34:44.629Z||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-09-16T00:34:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:34:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:34:44.630Z||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-09-16T00:34:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:34:54.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:34:54.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:35:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:35:44.629Z||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-09-16T00:35:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:35:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:35:44.630Z||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-09-16T00:35:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:35:54.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:35:54.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:36:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:36:44.629Z||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-09-16T00:36:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:36:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:36:44.630Z||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-09-16T00:36:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:36:54.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:36:54.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:37:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:37:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:37:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:37:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:37:44.630Z||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-09-16T00:37:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:37:54.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:37:54.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:38:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:38:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:38:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:38:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:38:44.630Z||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-09-16T00:38:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:38:54.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:38:54.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:39:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:39:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:39:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:39:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:39:44.631Z||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-09-16T00:39:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:39:54.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:39:54.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:40:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:40:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:40:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:40:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:40:44.630Z||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-09-16T00:40:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:40:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:40:54.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:41:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:41:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:41:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:41:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:41:44.630Z||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-09-16T00:41:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:41:54.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:41:54.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:42:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:42:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:42:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:42:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:42:44.631Z||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-09-16T00:42:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:42:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:42:54.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:43:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:43:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:43:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:43:44.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:43:44.631Z||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-09-16T00:43:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:43:54.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:43:54.166Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:44:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:44:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:44:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:44:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:44:44.630Z||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-09-16T00:44:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:44:54.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:44:54.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:45:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:45:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:45:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:45:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:45:44.630Z||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-09-16T00:45:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:45:54.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:45:54.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:46:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:46:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:46:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:46:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:46:44.630Z||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-09-16T00:46:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:46:54.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:46:54.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:47:44.629Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:47:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:47:44.631Z||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-09-16T00:47:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:47:44.631Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:47:44.631Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:47:54.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:47:54.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:48:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:48:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:48:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:48:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:48:44.630Z||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-09-16T00:48:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:48:54.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:48:54.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:49:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:49:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:49:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:49:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:49:44.630Z||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-09-16T00:49:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:49:54.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:49:54.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:50:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:50:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T00:50:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T00:50:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:50:44.631Z||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-09-16T00:50:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:50:54.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:50:54.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:51:44.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:51:44.629Z||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-09-16T00:51:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:51:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:51:44.631Z||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-09-16T00:51:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:51:54.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:51:54.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:52:44.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:52:44.629Z||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-09-16T00:52:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:52:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:52:44.630Z||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-09-16T00:52:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:52:54.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:52:54.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:53:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:53:44.629Z||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-09-16T00:53:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:53:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:53:44.631Z||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-09-16T00:53:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:53:54.166Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:53:54.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:54:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:54:44.629Z||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-09-16T00:54:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:54:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:54:44.630Z||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-09-16T00:54:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:54:54.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:54:54.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:55:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:55:44.629Z||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-09-16T00:55:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:55:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:55:44.630Z||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-09-16T00:55:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:55:54.163Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:55:54.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:56:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:56:44.629Z||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-09-16T00:56:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:56:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:56:44.630Z||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-09-16T00:56:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:56:54.163Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:56:54.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:57:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:57:44.629Z||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-09-16T00:57:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:57:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:57:44.630Z||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-09-16T00:57:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:57:54.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:57:54.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:58:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:58:44.629Z||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-09-16T00:58:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:58:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:58:44.630Z||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-09-16T00:58:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:58:54.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:58:54.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:59:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:59:44.629Z||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-09-16T00:59:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:59:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T00:59:44.630Z||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-09-16T00:59:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T00:59:54.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T00:59:54.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:00:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:00:44.629Z||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-09-16T01:00:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:00:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:00:44.630Z||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-09-16T01:00:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:00:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:00:54.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:01:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:01:44.629Z||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-09-16T01:01:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:01:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:01:44.630Z||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-09-16T01:01:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:01:54.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:01:54.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:02:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:02:44.629Z||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-09-16T01:02:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:02:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:02:44.631Z||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-09-16T01:02:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:02:54.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:02:54.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:03:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:03:44.629Z||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-09-16T01:03:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:03:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:03:44.630Z||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-09-16T01:03:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:03:54.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:03:54.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:04:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:04:44.628Z||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-09-16T01:04:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:04:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:04:44.630Z||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-09-16T01:04:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:04:54.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:04:54.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:05:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:05:44.629Z||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-09-16T01:05:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:05:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:05:44.631Z||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-09-16T01:05:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:05:54.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:05:54.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:06:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:06:44.629Z||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-09-16T01:06:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:06:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:06:44.630Z||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-09-16T01:06:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:06:54.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:06:54.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:07:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:07:44.629Z||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-09-16T01:07:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:07:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:07:44.630Z||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-09-16T01:07:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:07:54.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:07:54.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:08:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:08:44.629Z||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-09-16T01:08:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:08:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:08:44.630Z||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-09-16T01:08:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:08:54.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:08:54.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:09:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:09:44.629Z||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-09-16T01:09:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:09:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:09:44.630Z||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-09-16T01:09:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:09:54.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:09:54.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:10:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:10:44.629Z||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-09-16T01:10:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:10:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:10:44.630Z||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-09-16T01:10:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:10:54.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:10:54.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:11:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:11:44.629Z||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-09-16T01:11:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:11:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:11:44.630Z||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-09-16T01:11:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:11:54.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:11:54.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:12:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:12:44.629Z||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-09-16T01:12:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:12:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:12:44.630Z||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-09-16T01:12:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:12:54.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:12:54.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:13:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:13:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:13:44.630Z||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-09-16T01:13:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:13:44.630Z||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-09-16T01:13:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:13:54.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:13:54.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:14:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:14:44.630Z||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-09-16T01:14:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:14:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:14:44.630Z||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-09-16T01:14:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:14:54.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:14:54.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:15:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:15:44.629Z||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-09-16T01:15:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:15:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:15:44.631Z||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-09-16T01:15:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:15:54.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:15:54.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:16:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:16:44.629Z||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-09-16T01:16:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:16:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:16:44.630Z||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-09-16T01:16:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:16:54.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:16:54.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:17:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:17:44.629Z||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-09-16T01:17:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:17:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:17:44.630Z||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-09-16T01:17:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:17:54.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:17:54.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:18:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:18:44.629Z||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-09-16T01:18:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:18:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:18:44.631Z||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-09-16T01:18:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:18:54.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:18:54.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:19:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:19:44.629Z||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-09-16T01:19:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:19:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:19:44.630Z||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-09-16T01:19:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:19:54.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:19:54.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:20:44.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:20:44.628Z||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-09-16T01:20:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:20:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:20:44.630Z||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-09-16T01:20:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:20:54.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:20:54.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:21:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:21:44.629Z||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-09-16T01:21:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:21:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:21:44.631Z||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-09-16T01:21:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:21:54.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:21:54.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:22:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:22:44.629Z||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-09-16T01:22:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:22:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:22:44.630Z||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-09-16T01:22:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:22:54.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:22:54.166Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:23:44.629Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:23:44.629Z||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-09-16T01:23:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:23:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:23:44.630Z||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-09-16T01:23:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:23:54.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:23:54.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:24:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:24:44.628Z||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-09-16T01:24:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:24:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:24:44.630Z||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-09-16T01:24:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:24:54.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:24:54.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:25:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:25:44.629Z||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-09-16T01:25:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:25:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:25:44.630Z||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-09-16T01:25:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:25:54.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:25:54.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:26:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:26:44.628Z||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-09-16T01:26:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:26:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:26:44.630Z||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-09-16T01:26:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:26:54.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:26:54.165Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:27:44.628Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:27:44.629Z||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-09-16T01:27:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:27:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:27:44.630Z||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-09-16T01:27:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:27:54.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:27:54.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:28:44.628Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:28:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:28:44.631Z||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-09-16T01:28:44.631Z||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-09-16T01:28:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:28:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:28:54.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:28:54.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:29:44.628Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:29:44.629Z||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-09-16T01:29:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:29:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:29:44.630Z||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-09-16T01:29:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:29:54.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:29:54.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:30:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:30:44.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:30:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:30:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:30:44.630Z||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-09-16T01:30:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:30:54.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:30:54.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:31:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:31:44.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:31:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:31:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:31:44.630Z||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-09-16T01:31:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:31:54.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:31:54.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:32:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:32:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:32:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:32:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:32:44.630Z||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-09-16T01:32:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:32:54.166Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:32:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:33:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:33:44.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:33:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:33:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:33:44.630Z||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-09-16T01:33:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:33:54.165Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:33:54.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:34:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:34:44.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:34:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:34:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:34:44.630Z||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-09-16T01:34:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:34:54.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:34:54.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:35:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:35:44.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:35:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:35:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:35:44.630Z||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-09-16T01:35:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:35:54.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:35:54.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:36:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:36:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:36:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:36:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:36:44.630Z||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-09-16T01:36:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:36:54.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:36:54.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:37:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:37:44.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:37:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:37:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:37:44.630Z||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-09-16T01:37:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:37:54.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:37:54.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:38:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:38:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:38:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:38:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:38:44.630Z||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-09-16T01:38:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:38:54.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:38:54.163Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:39:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:39:44.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:39:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:39:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:39:44.630Z||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-09-16T01:39:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:39:54.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:39:54.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:40:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:40:44.629Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:40:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:40:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:40:44.630Z||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-09-16T01:40:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:40:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:40:54.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:41:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:41:44.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:41:44.628Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:41:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:41:44.630Z||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-09-16T01:41:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:41:54.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:41:54.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:42:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:42:44.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:42:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:42:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:42:44.630Z||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-09-16T01:42:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:42:54.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:42:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:43:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:43:44.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:43:44.629Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:43:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:43:44.630Z||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-09-16T01:43:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:43:54.165Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:43:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:44:44.628Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:44:44.628Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-16T01:44:44.628Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2jDpLZNHgSc6mou6) ... 2021-09-16T01:44:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:44:44.630Z||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-09-16T01:44:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:44:54.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:44:54.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:45:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:45:44.629Z||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-09-16T01:45:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:45:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:45:44.630Z||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-09-16T01:45:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:45:54.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:45:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:46:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:46:44.628Z||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-09-16T01:46:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:46:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:46:44.630Z||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-09-16T01:46:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:46:54.166Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:46:54.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:47:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:47:44.628Z||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-09-16T01:47:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:47:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:47:44.630Z||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-09-16T01:47:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:47:54.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:47:54.192Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:48:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:48:44.628Z||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-09-16T01:48:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:48:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:48:44.630Z||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-09-16T01:48:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:48:54.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:48:54.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:49:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:49:44.628Z||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-09-16T01:49:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:49:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:49:44.630Z||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-09-16T01:49:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:49:54.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:49:54.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:50:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:50:44.628Z||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-09-16T01:50:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:50:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:50:44.630Z||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-09-16T01:50:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:50:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:50:54.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:51:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:51:44.628Z||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-09-16T01:51:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:51:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:51:44.630Z||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-09-16T01:51:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:51:54.165Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:51:54.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:52:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:52:44.628Z||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-09-16T01:52:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:52:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:52:44.630Z||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-09-16T01:52:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:52:54.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:52:54.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:53:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:53:44.628Z||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-09-16T01:53:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:53:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:53:44.630Z||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-09-16T01:53:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:53:54.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:53:54.164Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:54:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:54:44.629Z||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-09-16T01:54:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:54:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:54:44.630Z||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-09-16T01:54:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:54:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:54:54.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:55:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:55:44.629Z||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-09-16T01:55:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:55:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:55:44.631Z||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-09-16T01:55:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:55:54.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:55:54.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:56:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:56:44.628Z||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-09-16T01:56:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:56:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:56:44.630Z||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-09-16T01:56:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:56:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:56:54.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:57:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:57:44.629Z||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-09-16T01:57:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:57:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:57:44.630Z||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-09-16T01:57:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:57:54.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:57:54.165Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:58:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:58:44.628Z||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-09-16T01:58:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:58:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:58:44.630Z||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-09-16T01:58:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:58:54.164Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:58:54.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:59:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:59:44.628Z||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-09-16T01:59:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:59:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T01:59:44.630Z||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-09-16T01:59:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T01:59:54.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T01:59:54.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:00:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:00:44.629Z||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-09-16T02:00:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:00:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:00:44.630Z||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-09-16T02:00:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:00:54.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:00:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:01:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:01:44.629Z||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-09-16T02:01:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:01:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:01:44.630Z||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-09-16T02:01:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:01:54.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:01:54.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:02:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:02:44.628Z||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-09-16T02:02:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:02:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:02:44.630Z||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-09-16T02:02:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:02:54.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:02:54.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:03:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:03:44.628Z||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-09-16T02:03:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:03:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:03:44.630Z||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-09-16T02:03:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:03:54.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:03:54.164Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:04:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:04:44.629Z||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-09-16T02:04:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:04:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:04:44.630Z||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-09-16T02:04:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:04:54.164Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:04:54.164Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:05:44.629Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:05:44.629Z||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-09-16T02:05:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:05:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:05:44.630Z||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-09-16T02:05:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:05:54.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:05:54.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:06:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:06:44.629Z||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-09-16T02:06:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:06:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:06:44.630Z||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-09-16T02:06:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:06:54.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:06:54.164Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:07:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:07:44.629Z||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-09-16T02:07:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:07:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:07:44.630Z||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-09-16T02:07:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:07:54.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:07:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:08:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:08:44.629Z||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-09-16T02:08:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:08:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:08:44.631Z||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-09-16T02:08:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:08:54.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:08:54.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:09:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:09:44.629Z||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-09-16T02:09:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:09:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:09:44.630Z||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-09-16T02:09:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:09:54.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:09:54.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:10:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:10:44.629Z||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-09-16T02:10:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:10:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:10:44.630Z||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-09-16T02:10:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:10:54.164Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:10:54.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:11:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:11:44.629Z||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-09-16T02:11:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:11:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:11:44.630Z||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-09-16T02:11:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:11:54.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:11:54.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:12:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:12:44.628Z||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-09-16T02:12:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:12:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:12:44.630Z||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-09-16T02:12:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:12:54.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:12:54.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:13:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:13:44.628Z||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-09-16T02:13:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:13:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:13:44.630Z||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-09-16T02:13:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:13:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:13:54.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:14:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:14:44.629Z||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-09-16T02:14:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:14:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:14:44.630Z||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-09-16T02:14:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:14:54.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:14:54.203Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:15:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:15:44.629Z||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-09-16T02:15:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:15:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:15:44.630Z||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-09-16T02:15:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:15:54.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:15:54.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:16:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:16:44.629Z||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-09-16T02:16:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:16:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:16:44.630Z||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-09-16T02:16:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:16:54.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:16:54.165Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:17:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:17:44.628Z||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-09-16T02:17:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:17:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:17:44.630Z||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-09-16T02:17:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:17:54.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:17:54.165Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:18:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:18:44.629Z||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-09-16T02:18:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:18:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:18:44.630Z||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-09-16T02:18:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:18:54.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:18:54.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:19:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:19:44.629Z||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-09-16T02:19:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:19:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:19:44.630Z||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-09-16T02:19:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:19:54.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:19:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:20:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:20:44.629Z||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-09-16T02:20:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:20:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:20:44.630Z||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-09-16T02:20:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:20:54.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:20:54.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:21:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:21:44.628Z||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-09-16T02:21:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:21:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:21:44.630Z||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-09-16T02:21:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:21:54.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:21:54.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:22:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:22:44.629Z||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-09-16T02:22:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:22:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:22:44.630Z||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-09-16T02:22:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:22:54.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:22:54.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:23:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:23:44.628Z||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-09-16T02:23:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:23:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:23:44.630Z||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-09-16T02:23:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:23:54.164Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:23:54.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:24:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:24:44.628Z||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-09-16T02:24:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:24:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:24:44.630Z||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-09-16T02:24:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:24:54.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:24:54.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:25:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:25:44.628Z||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-09-16T02:25:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:25:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:25:44.630Z||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-09-16T02:25:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:25:54.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:25:54.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:26:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:26:44.629Z||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-09-16T02:26:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:26:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:26:44.630Z||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-09-16T02:26:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:26:54.162Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:26:54.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:27:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:27:44.629Z||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-09-16T02:27:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:27:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:27:44.630Z||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-09-16T02:27:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:27:54.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:27:54.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:28:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:28:44.629Z||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-09-16T02:28:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:28:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:28:44.630Z||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-09-16T02:28:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:28:54.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:28:54.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:29:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:29:44.629Z||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-09-16T02:29:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:29:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:29:44.630Z||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-09-16T02:29:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:29:54.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:29:54.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:30:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:30:44.629Z||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-09-16T02:30:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:30:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:30:44.630Z||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-09-16T02:30:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:30:54.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:30:54.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:31:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:31:44.628Z||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-09-16T02:31:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:31:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:31:44.630Z||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-09-16T02:31:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:31:54.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:31:54.165Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:32:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:32:44.628Z||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-09-16T02:32:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:32:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:32:44.630Z||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-09-16T02:32:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:32:54.163Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:32:54.164Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:33:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:33:44.628Z||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-09-16T02:33:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:33:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:33:44.630Z||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-09-16T02:33:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:33:54.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:33:54.164Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:34:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:34:44.628Z||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-09-16T02:34:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:34:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:34:44.630Z||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-09-16T02:34:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:34:54.164Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:34:54.164Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:35:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:35:44.630Z||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-09-16T02:35:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:35:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:35:44.630Z||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-09-16T02:35:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:35:54.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:35:54.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:36:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:36:44.628Z||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-09-16T02:36:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:36:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:36:44.630Z||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-09-16T02:36:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:36:54.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:36:54.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:37:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:37:44.629Z||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-09-16T02:37:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:37:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:37:44.630Z||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-09-16T02:37:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:37:54.166Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:37:54.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:38:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:38:44.628Z||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-09-16T02:38:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:38:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:38:44.630Z||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-09-16T02:38:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:38:54.165Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:38:54.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:39:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:39:44.629Z||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-09-16T02:39:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:39:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:39:44.631Z||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-09-16T02:39:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:39:54.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:39:54.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:40:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:40:44.628Z||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-09-16T02:40:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:40:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:40:44.630Z||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-09-16T02:40:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:40:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:40:54.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:41:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:41:44.628Z||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-09-16T02:41:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:41:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:41:44.630Z||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-09-16T02:41:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:41:54.164Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:41:54.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:42:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:42:44.629Z||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-09-16T02:42:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:42:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:42:44.630Z||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-09-16T02:42:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:42:54.166Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:42:54.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:43:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:43:44.628Z||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-09-16T02:43:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:43:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:43:44.630Z||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-09-16T02:43:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:43:54.164Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:43:54.164Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:44:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:44:44.628Z||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-09-16T02:44:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:44:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:44:44.630Z||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-09-16T02:44:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:44:54.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:44:54.167Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:45:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:45:44.629Z||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-09-16T02:45:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:45:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:45:44.630Z||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-09-16T02:45:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:45:54.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:45:54.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:46:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:46:44.629Z||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-09-16T02:46:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:46:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:46:44.630Z||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-09-16T02:46:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:46:54.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:46:54.165Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:47:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:47:44.629Z||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-09-16T02:47:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:47:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:47:44.630Z||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-09-16T02:47:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:47:54.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:47:54.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:48:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:48:44.629Z||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-09-16T02:48:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:48:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:48:44.630Z||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-09-16T02:48:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:48:54.165Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:48:54.165Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:49:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:49:44.628Z||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-09-16T02:49:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:49:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:49:44.630Z||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-09-16T02:49:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:49:54.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:49:54.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:50:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:50:44.628Z||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-09-16T02:50:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:50:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:50:44.630Z||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-09-16T02:50:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:50:54.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:50:54.163Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:51:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:51:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:51:44.630Z||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-09-16T02:51:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:51:44.630Z||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-09-16T02:51:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:51:54.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:51:54.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:52:44.628Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:52:44.629Z||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-09-16T02:52:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:52:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:52:44.630Z||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-09-16T02:52:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:52:54.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:52:54.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:53:44.628Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:53:44.628Z||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-09-16T02:53:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:53:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:53:44.630Z||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-09-16T02:53:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:53:54.160Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:53:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:54:44.628Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:54:44.629Z||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-09-16T02:54:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:54:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:54:44.630Z||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-09-16T02:54:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:54:54.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:54:54.164Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:55:44.628Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:55:44.629Z||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-09-16T02:55:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:55:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:55:44.630Z||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-09-16T02:55:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:55:54.163Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:55:54.163Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:56:44.628Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:56:44.628Z||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-09-16T02:56:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:56:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:56:44.630Z||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-09-16T02:56:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:56:54.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:56:54.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:57:44.628Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:57:44.628Z||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-09-16T02:57:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:57:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:57:44.630Z||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-09-16T02:57:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:57:54.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:57:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:58:44.628Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:58:44.628Z||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-09-16T02:58:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:58:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:58:44.630Z||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-09-16T02:58:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:58:54.166Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:58:54.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:59:44.628Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:59:44.628Z||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-09-16T02:59:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:59:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T02:59:44.630Z||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-09-16T02:59:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T02:59:54.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T02:59:54.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:00:44.628Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:00:44.629Z||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-09-16T03:00:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:00:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:00:44.630Z||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-09-16T03:00:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:00:54.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:00:54.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:01:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:01:44.629Z||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-09-16T03:01:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:01:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:01:44.630Z||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-09-16T03:01:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:01:54.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:01:54.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:02:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:02:44.628Z||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-09-16T03:02:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:02:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:02:44.630Z||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-09-16T03:02:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:02:54.165Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:02:54.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:03:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:03:44.628Z||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-09-16T03:03:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:03:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:03:44.630Z||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-09-16T03:03:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:03:54.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:03:54.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:04:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:04:44.629Z||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-09-16T03:04:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:04:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:04:44.630Z||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-09-16T03:04:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:04:54.163Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:04:54.163Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:05:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:05:44.628Z||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-09-16T03:05:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:05:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:05:44.630Z||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-09-16T03:05:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:05:54.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:05:54.165Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:06:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:06:44.628Z||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-09-16T03:06:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:06:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:06:44.630Z||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-09-16T03:06:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:06:54.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:06:54.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:07:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:07:44.629Z||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-09-16T03:07:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:07:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:07:44.630Z||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-09-16T03:07:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:07:54.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:07:54.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:08:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:08:44.628Z||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-09-16T03:08:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:08:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:08:44.630Z||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-09-16T03:08:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:08:54.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:08:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:09:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:09:44.628Z||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-09-16T03:09:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:09:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:09:44.631Z||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-09-16T03:09:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:09:54.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:09:54.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:10:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:10:44.628Z||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-09-16T03:10:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:10:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:10:44.630Z||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-09-16T03:10:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:10:54.165Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:10:54.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:11:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:11:44.629Z||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-09-16T03:11:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:11:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:11:44.630Z||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-09-16T03:11:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:11:54.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:11:54.188Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:12:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:12:44.628Z||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-09-16T03:12:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:12:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:12:44.630Z||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-09-16T03:12:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:12:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:12:54.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:13:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:13:44.628Z||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-09-16T03:13:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:13:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:13:44.630Z||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-09-16T03:13:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:13:54.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:13:54.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:14:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:14:44.628Z||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-09-16T03:14:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:14:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:14:44.630Z||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-09-16T03:14:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:14:54.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:14:54.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:15:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:15:44.628Z||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-09-16T03:15:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:15:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:15:44.630Z||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-09-16T03:15:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:15:54.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:15:54.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:16:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:16:44.629Z||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-09-16T03:16:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:16:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:16:44.630Z||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-09-16T03:16:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:16:54.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:16:54.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:17:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:17:44.628Z||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-09-16T03:17:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:17:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:17:44.630Z||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-09-16T03:17:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:17:54.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:17:54.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:18:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:18:44.628Z||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-09-16T03:18:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:18:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:18:44.630Z||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-09-16T03:18:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:18:54.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:18:54.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:19:44.628Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:19:44.629Z||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-09-16T03:19:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:19:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:19:44.631Z||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-09-16T03:19:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:19:54.165Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:19:54.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:20:44.628Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:20:44.629Z||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-09-16T03:20:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:20:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:20:44.630Z||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-09-16T03:20:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:20:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:20:54.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:21:44.628Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:21:44.629Z||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-09-16T03:21:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:21:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:21:44.630Z||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-09-16T03:21:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:21:54.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:21:54.165Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:22:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:22:44.629Z||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-09-16T03:22:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:22:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:22:44.630Z||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-09-16T03:22:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:22:54.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:22:54.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:23:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:23:44.628Z||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-09-16T03:23:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:23:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:23:44.630Z||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-09-16T03:23:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:23:54.163Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:23:54.164Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:24:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:24:44.628Z||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-09-16T03:24:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:24:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:24:44.630Z||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-09-16T03:24:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:24:54.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:24:54.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:25:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:25:44.628Z||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-09-16T03:25:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:25:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:25:44.630Z||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-09-16T03:25:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:25:54.164Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:25:54.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:26:44.628Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:26:44.628Z||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-09-16T03:26:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:26:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:26:44.630Z||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-09-16T03:26:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:26:54.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:26:54.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:27:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:27:44.628Z||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-09-16T03:27:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:27:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:27:44.630Z||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-09-16T03:27:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:27:54.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:27:54.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:28:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:28:44.628Z||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-09-16T03:28:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:28:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:28:44.630Z||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-09-16T03:28:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:28:54.163Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:28:54.163Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:29:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:29:44.628Z||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-09-16T03:29:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:29:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:29:44.630Z||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-09-16T03:29:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:29:54.162Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:29:54.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:30:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:30:44.629Z||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-09-16T03:30:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:30:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:30:44.630Z||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-09-16T03:30:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:30:54.162Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:30:54.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:31:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:31:44.628Z||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-09-16T03:31:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:31:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:31:44.630Z||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-09-16T03:31:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:31:54.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:31:54.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:32:44.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:32:44.628Z||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-09-16T03:32:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:32:44.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:32:44.630Z||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-09-16T03:32:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:32:54.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:32:54.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:33:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:33:44.628Z||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-09-16T03:33:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:33:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:33:44.630Z||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-09-16T03:33:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:33:54.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:33:54.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:34:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:34:44.628Z||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-09-16T03:34:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:34:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:34:44.630Z||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-09-16T03:34:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:34:54.165Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:34:54.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:35:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:35:44.628Z||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-09-16T03:35:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:35:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:35:44.630Z||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-09-16T03:35:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:35:54.163Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:35:54.164Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:36:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:36:44.629Z||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-09-16T03:36:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:36:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:36:44.630Z||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-09-16T03:36:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:36:54.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:36:54.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:37:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:37:44.629Z||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-09-16T03:37:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:37:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:37:44.630Z||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-09-16T03:37:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:37:54.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:37:54.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:38:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:38:44.628Z||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-09-16T03:38:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:38:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:38:44.630Z||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-09-16T03:38:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:38:54.165Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:38:54.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:39:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:39:44.629Z||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-09-16T03:39:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:39:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:39:44.630Z||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-09-16T03:39:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:39:54.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:39:54.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:40:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:40:44.628Z||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-09-16T03:40:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:40:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:40:44.630Z||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-09-16T03:40:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:40:54.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:40:54.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:41:44.628Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:41:44.628Z||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-09-16T03:41:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:41:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:41:44.630Z||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-09-16T03:41:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:41:47.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:41:47.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:41:47.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"38ccbaf2-8ffd-4051-8d35-76779fb8a641","serviceName":"vFW 2021-09-16 03-38-35","serviceVersion":"1.0","serviceUUID":"d2728bee-8521-41c6-883d-ab24fab222f5","serviceDescription":"catalog service description","serviceInvariantUUID":"d5bf6fb9-b132-429d-9afd-1501fc658ad3","resources":[{"resourceInstanceName":"vFW a9b3b11f-bb32 0","resourceName":"vFW a9b3b11f-bb32","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e255230b-acc6-4e69-addb-60d3c73c92dc","resourceInvariantUUID":"879de23e-3865-4a7b-901f-ef6785229100","resourceCustomizationUUID":"ce666df2-dfa9-4528-a829-a2de305d07b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vf-license-model.xml","artifactChecksum":"MWRjMjMwMjExNGZkNmQ0YjQwMjIzMGQ0ZDc3ZDM2NGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"373f7502-28b9-42fa-a45c-c7ee847f40e5","artifactVersion":"1"},{"artifactName":"vfwa9b3b11fbb320_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json","artifactChecksum":"OWY4NzZkYzJiMzY0NzIzOTkwY2UzNGEzNmMzNzY2MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"690b2877-051f-4428-adf1-b657c5a5fb18","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"390d6fb2-45e8-46e3-bf2e-7c889ae12e44","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vendor-license-model.xml","artifactChecksum":"YTFlMDUxOGY1ZTY0YjU1ODJhZjc1OGZkZjRjZmUxZTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"01c3ac92-24a4-486b-b835-a2ff386a727b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8d70d155-8a70-4ced-9112-f487ffdf687b","artifactVersion":"2","generatedFromUUID":"390d6fb2-45e8-46e3-bf2e-7c889ae12e44"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210916033835-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-template.yml","artifactChecksum":"YWZhMjllZDE2ZWI3YTFhYjBlMDU1MzQ3ODZmZjM3ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2028227a-6257-4517-a86e-487734b9afea","artifactVersion":"1"},{"artifactName":"service-Vfw20210916033835-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar","artifactChecksum":"NmEzOGIwZTJjYzU0M2YyMGEwMTU0MmYyOWQyZjUwMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9fce4e4d-a3e2-45fb-9557-0beb901f27ff","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-16T03:41:47.082Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:41:47.086Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:41:47.093Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:41:47.093Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:41:47.193Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-16T03:41:47.196Z||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-09-16T03:41:47.196Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:41:47.216Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:41:47.217Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":14,"count":1} 2021-09-16T03:41:47.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:41:47.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:41:47.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "cds", "timestamp": 1631763704788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:41:47.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:41:47.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:41:47.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:41:47.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:41:48.097Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:41:48.097Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:41:48.099Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:41:48.099Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "NOTIFIED" } 2021-09-16T03:41:48.199Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:41:48.200Z||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-09-16T03:41:48.200Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:41:48.205Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:41:48.206Z||pool-4-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:41:49.099Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:41:49.100Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:41:49.101Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:41:49.101Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-16T03:41:49.202Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:41:49.202Z||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-09-16T03:41:49.202Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:41:49.207Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:41:49.207Z||pool-5-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:41:50.102Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:41:50.102Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:41:50.104Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:41:50.104Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:41:50.204Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:41:50.205Z||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-09-16T03:41:50.205Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:41:50.210Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:41:50.210Z||pool-6-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:41:51.104Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:41:51.105Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:41:51.106Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:41:51.106Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-16T03:41:51.207Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:41:51.207Z||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-09-16T03:41:51.207Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:41:51.212Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:41:51.212Z||pool-7-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:41:52.107Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:41:52.108Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:41:52.109Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:41:52.109Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:41:52.209Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:41:52.209Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T03:41:52.210Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:41:52.215Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:41:52.215Z||pool-8-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:41:53.109Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:41:53.110Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:41:53.111Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:41:53.111Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:41:53.212Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:41:53.212Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T03:41:53.212Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:41:53.218Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:41:53.218Z||pool-9-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:41:54.113Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "serviceName": "vFW 2021-09-16 03-38-35", "serviceVersion": "1.0", "serviceUUID": "d2728bee-8521-41c6-883d-ab24fab222f5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d5bf6fb9-b132-429d-9afd-1501fc658ad3", "resources": [ { "resourceInstanceName": "vFW a9b3b11f-bb32 0", "resourceCustomizationUUID": "ce666df2-dfa9-4528-a829-a2de305d07b5", "resourceName": "vFW a9b3b11f-bb32", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e255230b-acc6-4e69-addb-60d3c73c92dc", "resourceInvariantUUID": "879de23e-3865-4a7b-901f-ef6785229100", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa9b3b11fbb320_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "artifactChecksum": "OWY4NzZkYzJiMzY0NzIzOTkwY2UzNGEzNmMzNzY2MTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "690b2877-051f-4428-adf1-b657c5a5fb18", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "390d6fb2-45e8-46e3-bf2e-7c889ae12e44", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8d70d155-8a70-4ced-9112-f487ffdf687b", "generatedFromUUID": "390d6fb2-45e8-46e3-bf2e-7c889ae12e44" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8d70d155-8a70-4ced-9112-f487ffdf687b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210916033835-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "artifactChecksum": "NmEzOGIwZTJjYzU0M2YyMGEwMTU0MmYyOWQyZjUwMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9fce4e4d-a3e2-45fb-9557-0beb901f27ff" } ], "workloadContext": "Production" } 2021-09-16T03:41:54.113Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-16T03:41:54.114Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d2728bee-8521-41c6-883d-ab24fab222f5 ASDC 2021-09-16T03:41:54.203Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:38ccbaf2-8ffd-4051-8d35-76779fb8a641 ServiceName:vFW 2021-09-16 03-38-35 ServiceVersion:1.0 ServiceUUID:d2728bee-8521-41c6-883d-ab24fab222f5 ServiceInvariantUUID:d5bf6fb9-b132-429d-9afd-1501fc658ad3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210916033835-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar ArtifactUUID:9fce4e4d-a3e2-45fb-9557-0beb901f27ff ArtifactChecksum:NmEzOGIwZTJjYzU0M2YyMGEwMTU0MmYyOWQyZjUwMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a9b3b11f-bb32 0 ResourceCustomizationUUID:ce666df2-dfa9-4528-a829-a2de305d07b5 ResourceInvariantUUID:879de23e-3865-4a7b-901f-ef6785229100 ResourceName:vFW a9b3b11f-bb32 ResourceType:VF ResourceUUID:e255230b-acc6-4e69-addb-60d3c73c92dc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa9b3b11fbb320_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json ArtifactUUID:690b2877-051f-4428-adf1-b657c5a5fb18 ArtifactChecksum:OWY4NzZkYzJiMzY0NzIzOTkwY2UzNGEzNmMzNzY2MTY= 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/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml ArtifactUUID:390d6fb2-45e8-46e3-bf2e-7c889ae12e44 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/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env ArtifactUUID:8d70d155-8a70-4ced-9112-f487ffdf687b 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/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env ArtifactUUID:8d70d155-8a70-4ced-9112-f487ffdf687b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-16T03:41:54.204Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2728bee-8521-41c6-883d-ab24fab222f5 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-09-16T03:41:54.385Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T03:41:54.386Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-16T03:41:54.386Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-16T03:41:54.387Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9fce4e4d-a3e2-45fb-9557-0beb901f27ff from URL: /sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar 2021-09-16T03:41:54.387Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-16T03:41:54.387Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar 2021-09-16T03:41:55.908Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-16T03:41:55.927Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar 9fce4e4d-a3e2-45fb-9557-0beb901f27ff 98770 2021-09-16T03:41:55.928Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar ASDC sendASDCNotification 2021-09-16T03:41:55.929Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar 2021-09-16T03:41:55.929Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:41:55.930Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:41:55.932Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:41:55.932Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763715928, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:41:56.032Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:41:56.033Z||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-09-16T03:41:56.033Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:41:56.039Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:41:56.039Z||pool-10-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:41:56.932Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T03:41:56.933Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-16T03:41:56.933Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9fce4e4d-a3e2-45fb-9557-0beb901f27ff, URL: /sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar to file: /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:41:56.934Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210916033835-csar.csar 2021-09-16T03:41:56.987Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:41:56.987Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:41:57.422Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8122607183416561237/Definitions/service-Vfw20210916033835-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-09-16T03:42:00.218Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-16T03:42:00.223Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-09-16T03:42:00.223Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.223Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-16T03:42:00.223Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.223Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.223Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.223Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.224Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.224Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.224Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.224Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.224Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a9b3b11f-bb32 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-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.224Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.224Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.224Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.224Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:00.224Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-09-16T03:42:00.231Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.232Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:00.235Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is matching search criteria 2021-09-16T03:42:00.235Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-09-16T03:42:00.236Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a9b3b11f-bb32 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T03:42:00.239Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.239Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:00.239Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is matching search criteria 2021-09-16T03:42:00.239Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-09-16T03:42:00.239Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a9b3b11f-bb32 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T03:42:00.239Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.239Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:00.242Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.242Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is not matching search criteria 2021-09-16T03:42:00.242Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-16T03:42:00.242Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-16T03:42:00.243Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-16T03:42:00.243Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.243Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:00.243Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-16T03:42:00.243Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.243Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-16T03:42:00.243Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-16T03:42:00.243Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.243Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:00.243Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-16T03:42:00.244Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:00.244Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-16T03:42:00.244Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.244Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-16T03:42:00.244Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.244Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T03:42:00.245Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.245Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is matching search criteria 2021-09-16T03:42:00.245Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a9b3b11f-bb32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:42:00.246Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.246Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is matching search criteria 2021-09-16T03:42:00.246Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a9b3b11f-bb32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:42:00.246Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.246Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is matching search criteria 2021-09-16T03:42:00.246Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a9b3b11f-bb32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:42:00.246Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.246Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is not matching search criteria 2021-09-16T03:42:00.247Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-16T03:42:00.247Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-16T03:42:00.247Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-16T03:42:00.247Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-16T03:42:00.247Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-16T03:42:00.247Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.247Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:00.247Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-16T03:42:00.247Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:00.247Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-16T03:42:00.247Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.248Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ab2e36fd-7aeb-40fa-b9c7-a60701e0a3d4 2021-09-16T03:42:00.248Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.248Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is not matching search criteria 2021-09-16T03:42:00.248Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-16T03:42:00.248Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-16T03:42:00.248Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-16T03:42:00.248Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.248Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:00.248Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-16T03:42:00.248Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.248Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-16T03:42:00.249Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-16T03:42:00.249Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:00.249Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-16T03:42:00.249Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.249Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=00d43ae5-53ac-4ca7-ac2e-ab5745681e55 2021-09-16T03:42:00.249Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.249Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is not matching search criteria 2021-09-16T03:42:00.249Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-16T03:42:00.249Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-16T03:42:00.249Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-16T03:42:00.249Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.250Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:00.250Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-16T03:42:00.256Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.257Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-16T03:42:00.257Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-16T03:42:00.257Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-16T03:42:00.257Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:00.257Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-16T03:42:00.257Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=10e7bf1e-ff5a-4bfc-b1fd-e304de404565 2021-09-16T03:42:00.257Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.257Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:00.257Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.258Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:00.258Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.258Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:00.258Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:00.258Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:00.258Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-16 03-38-35 Description:catalog service description Model UUID:d2728bee-8521-41c6-883d-ab24fab222f5 Model Version:NULL Model InvariantUuid:d5bf6fb9-b132-429d-9afd-1501fc658ad3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a9b3b11f-bb32 Model UUID:ceb0df02-6872-4fc4-86dc-05e88aa6903d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:879de23e-3865-4a7b-901f-ef6785229100 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ce666df2-dfa9-4528-a829-a2de305d07b5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a34f0300-fff8-473c-b9aa-ca42d36f224d ModelName:VfwA9b3b11fBb32..base_vfw..module-0 ModelUuid:aafbc835-4555-4ccc-900c-31b4583a9208 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ab2e36fd-7aeb-40fa-b9c7-a60701e0a3d4 ModelInvariantUuid:65b5fd07-d499-4074-9999-d3bbd2e4b0d0 ModelName:vFW a9b3b11f-bb32-nodes.vfwCvfc ModelUuid:2cded407-7adc-42be-af98-519ad4ba498e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:026e2867-b060-4ad8-a9b9-f9450a2f79a1 ModelInvariantUuid:31decc68-220e-4809-9e00-1a17e2478948 ModelName:VfwA9b3b11fBb32.compute.nodes.heat.vfw ModelUuid:aa8d5199-bf53-4508-8cc7-16dad0ed1e77 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:00d43ae5-53ac-4ca7-ac2e-ab5745681e55 ModelInvariantUuid:30585916-0a82-4aab-8889-7ba0439c37fe ModelName:vFW a9b3b11f-bb32-nodes.vsnCvfc ModelUuid:a5e3bdf0-6264-4a8f-98f5-a5eccacd252d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c93e1b70-3989-47f1-b467-c73092e9118e ModelInvariantUuid:2660c898-3fc4-4dea-b2f4-5f71199b85e8 ModelName:VfwA9b3b11fBb32.compute.nodes.heat.vsn ModelUuid:a73615fd-72d7-4b8a-9186-2a5ba496ef29 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:10e7bf1e-ff5a-4bfc-b1fd-e304de404565 ModelInvariantUuid:bf88dd7e-4ff4-406d-94d9-aadc18a0d555 ModelName:vFW a9b3b11f-bb32-nodes.vpgCvfc ModelUuid:671f50ff-5896-4245-87c9-557181dd7d85 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d31061ad-097a-4b29-82c9-ad36ed9a6855 ModelInvariantUuid:d5e2f26f-c077-43f4-b205-5783536cea0e ModelName:VfwA9b3b11fBb32.compute.nodes.heat.vpg ModelUuid:08c81142-91b4-4393-8cdf-44e2560bf9a6 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-09-16T03:42:00.280Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e255230b-acc6-4e69-addb-60d3c73c92dc 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-09-16T03:42:00.357Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||vFW a9b3b11f-bb32 0 2021-09-16T03:42:00.362Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e255230b-acc6-4e69-addb-60d3c73c92dc 2021-09-16T03:42:00.362Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 690b2877-051f-4428-adf1-b657c5a5fb18 from URL: /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json 2021-09-16T03:42:00.362Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-16T03:42:00.362Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json 2021-09-16T03:42:00.961Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-16T03:42:00.961Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json 690b2877-051f-4428-adf1-b657c5a5fb18 785 2021-09-16T03:42:00.961Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json ASDC sendASDCNotification 2021-09-16T03:42:00.962Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json 2021-09-16T03:42:00.962Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:42:00.962Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:42:00.964Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:42:00.964Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763720961, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T03:42:01.064Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:42:01.065Z||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-09-16T03:42:01.065Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:42:01.072Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:42:01.072Z||pool-11-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:42:01.965Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA9b3b11fBb32..base_vfw..module-0", "vfModuleModelInvariantUUID": "a34f0300-fff8-473c-b9aa-ca42d36f224d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aafbc835-4555-4ccc-900c-31b4583a9208", "vfModuleModelCustomizationUUID": "61bb4db6-5fd2-4895-a91f-aa3fcd00e9c0", "isBase": true, "artifacts": [ "390d6fb2-45e8-46e3-bf2e-7c889ae12e44", "8d70d155-8a70-4ced-9112-f487ffdf687b" ], "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-09-16T03:42:01.976Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA9b3b11fBb32..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aafbc835-4555-4ccc-900c-31b4583a9208 VfModuleModelInvariantUUID:a34f0300-fff8-473c-b9aa-ca42d36f224d VfModuleModelDescription:NULL Artifacts UUID List:{ 390d6fb2-45e8-46e3-bf2e-7c889ae12e44 , 8d70d155-8a70-4ced-9112-f487ffdf687b } 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-09-16T03:42:01.978Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA9b3b11fBb32..base_vfw..module-0", "vfModuleModelInvariantUUID": "a34f0300-fff8-473c-b9aa-ca42d36f224d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aafbc835-4555-4ccc-900c-31b4583a9208", "vfModuleModelCustomizationUUID": "61bb4db6-5fd2-4895-a91f-aa3fcd00e9c0", "isBase": true, "artifacts": [ "390d6fb2-45e8-46e3-bf2e-7c889ae12e44", "8d70d155-8a70-4ced-9112-f487ffdf687b" ], "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-09-16T03:42:01.978Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA9b3b11fBb32..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aafbc835-4555-4ccc-900c-31b4583a9208 VfModuleModelInvariantUUID:a34f0300-fff8-473c-b9aa-ca42d36f224d VfModuleModelDescription:NULL Artifacts UUID List:{ 390d6fb2-45e8-46e3-bf2e-7c889ae12e44 , 8d70d155-8a70-4ced-9112-f487ffdf687b } 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-09-16T03:42:01.978Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 390d6fb2-45e8-46e3-bf2e-7c889ae12e44 from URL: /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml 2021-09-16T03:42:01.978Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-16T03:42:01.978Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml 2021-09-16T03:42:02.747Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-16T03:42:02.748Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml 390d6fb2-45e8-46e3-bf2e-7c889ae12e44 20368 2021-09-16T03:42:02.748Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-16T03:42:02.748Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml 2021-09-16T03:42:02.748Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:42:02.748Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:42:02.750Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:42:02.750Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763722748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T03:42:02.850Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:42:02.851Z||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-09-16T03:42:02.851Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:42:02.858Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:42:02.858Z||pool-12-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:42:03.751Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8d70d155-8a70-4ced-9112-f487ffdf687b from URL: /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env 2021-09-16T03:42:03.751Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-16T03:42:03.752Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env 2021-09-16T03:42:04.760Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-16T03:42:04.761Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env 8d70d155-8a70-4ced-9112-f487ffdf687b 2098 2021-09-16T03:42:04.761Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-16T03:42:04.761Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env 2021-09-16T03:42:04.761Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:42:04.761Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:42:04.764Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:42:04.764Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763724761, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-16T03:42:04.864Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:42:04.865Z||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-09-16T03:42:04.865Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:42:04.872Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:42:04.872Z||pool-13-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-09-16T03:42:05.765Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d2728bee-8521-41c6-883d-ab24fab222f5 2021-09-16T03:42:05.765Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a9b3b11f-bb32 0 e255230b-acc6-4e69-addb-60d3c73c92dc 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-09-16T03:42:05.795Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fbbf817, org.onap.sdc.toscaparser.api.parameters.Input@489b4a3a, org.onap.sdc.toscaparser.api.parameters.Input@b401bd5, org.onap.sdc.toscaparser.api.parameters.Input@7800fbdc, org.onap.sdc.toscaparser.api.parameters.Input@585bdf8b] 2021-09-16T03:42:05.798Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.798Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:05.799Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-09-16T03:42:05.799Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ce666df2-dfa9-4528-a829-a2de305d07b5 2021-09-16T03:42:05.799Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce666df2-dfa9-4528-a829-a2de305d07b5 matches Tosca VF Customization UUID: ce666df2-dfa9-4528-a829-a2de305d07b5 2021-09-16T03:42:05.799Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ce666df2-dfa9-4528-a829-a2de305d07b5 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-09-16T03:42:05.804Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.805Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:05.806Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ce666df2-dfa9-4528-a829-a2de305d07b5: {\"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-09-16T03:42:05.806Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46f8fbc1 2021-09-16T03:42:05.807Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.807Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T03:42:05.807Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 61bb4db6-5fd2-4895-a91f-aa3fcd00e9c0 2021-09-16T03:42:05.808Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 61bb4db6-5fd2-4895-a91f-aa3fcd00e9c0 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-09-16T03:42:05.813Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.813Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is matching search criteria 2021-09-16T03:42:05.813Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a9b3b11f-bb32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:42:05.814Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.814Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is matching search criteria 2021-09-16T03:42:05.814Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a9b3b11f-bb32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:42:05.815Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.815Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is not matching search criteria 2021-09-16T03:42:05.815Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-16T03:42:05.815Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-16T03:42:05.816Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-16T03:42:05.816Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-16T03:42:05.816Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-16T03:42:05.816Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-16T03:42:05.816Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:05.816Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-16T03:42:05.817Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:05.817Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-16T03:42:05.817Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-16T03:42:05.817Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ab2e36fd-7aeb-40fa-b9c7-a60701e0a3d4 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-09-16T03:42:05.826Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.827Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is matching search criteria 2021-09-16T03:42:05.827Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a9b3b11f-bb32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:42:05.827Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.828Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is not matching search criteria 2021-09-16T03:42:05.828Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-16T03:42:05.828Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-16T03:42:05.828Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-16T03:42:05.828Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-16T03:42:05.829Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:05.829Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-16T03:42:05.829Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-16T03:42:05.829Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-16T03:42:05.830Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-16T03:42:05.830Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:05.830Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-16T03:42:05.830Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-16T03:42:05.831Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=00d43ae5-53ac-4ca7-ac2e-ab5745681e55 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-09-16T03:42:05.834Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.834Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is matching search criteria 2021-09-16T03:42:05.834Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a9b3b11f-bb32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:42:05.837Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.837Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is not matching search criteria 2021-09-16T03:42:05.837Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-16T03:42:05.838Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-16T03:42:05.838Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-16T03:42:05.838Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-16T03:42:05.838Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:05.839Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-16T03:42:05.839Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-16T03:42:05.839Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-16T03:42:05.839Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-16T03:42:05.839Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-16T03:42:05.840Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-16T03:42:05.840Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-16T03:42:05.840Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=10e7bf1e-ff5a-4bfc-b1fd-e304de404565 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-09-16T03:42:05.843Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.843Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is matching search criteria 2021-09-16T03:42:05.843Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a9b3b11f-bb32 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:42:05.844Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.844Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Node template vFW a9b3b11f-bb32 0 is matching search criteria 2021-09-16T03:42:05.844Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW a9b3b11f-bb32 0] matching following query criteria: sdcType=VF, customizationUUID=ce666df2-dfa9-4528-a829-a2de305d07b5 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-09-16T03:42:05.846Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.846Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:05.847Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d2728bee-8521-41c6-883d-ab24fab222f5: vFW a9b3b11f-bb32 2021-09-16T03:42:05.847Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.847Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:05.848Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.848Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:05.848Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.848Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:05.848Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.849Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:05.849Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:42:05.849Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-09-16 03-38-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:42:05.850Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-09-16 03-38-35 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-09-16T03:42:06.099Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a9b3b11f-bb32 e255230b-acc6-4e69-addb-60d3c73c92dc 1 ASDC deployResourceStructure 2021-09-16T03:42:06.099Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json ASDC sendASDCNotification 2021-09-16T03:42:06.099Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json 2021-09-16T03:42:06.099Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:42:06.099Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:42:06.101Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:42:06.101Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763726099, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "DEPLOY_OK" } 2021-09-16T03:42:06.201Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:42:06.202Z||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-09-16T03:42:06.202Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:42:06.209Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:42:06.209Z||pool-14-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:42:07.102Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-16T03:42:07.103Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml 2021-09-16T03:42:07.103Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:42:07.103Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:42:07.105Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:42:07.105Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763727102, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-16T03:42:07.205Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:42:07.206Z||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-09-16T03:42:07.207Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:42:07.214Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:42:07.214Z||pool-15-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:42:08.106Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-16T03:42:08.106Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env 2021-09-16T03:42:08.106Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:42:08.107Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:42:08.108Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:42:08.108Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763728106, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-16T03:42:08.209Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-16T03:42:08.209Z||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-09-16T03:42:08.210Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:42:08.216Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:42:08.217Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:42:09.109Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar ASDC sendASDCNotification 2021-09-16T03:42:09.110Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar 2021-09-16T03:42:09.110Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:42:09.110Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:42:09.111Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:42:09.111Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763729109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:42:09.212Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:42:09.213Z||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-09-16T03:42:09.213Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:42:09.219Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:42:09.220Z||pool-17-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:42:10.113Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:42:10.135Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:42:10.137Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:42:10.137Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T03:42:10.138Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T03:42:40.138Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:42:40.147Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:42:40.149Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:42:40.149Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T03:42:40.149Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T03:42:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:42:44.630Z||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-09-16T03:42:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:42:44.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:42:44.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:42:44.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "aai-ml", "timestamp": 1631763698625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:42:44.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:43:10.150Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:43:10.158Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:43:10.160Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:43:10.160Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T03:43:10.160Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T03:43:40.160Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:43:40.170Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:43:40.172Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:43:40.172Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T03:43:40.172Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T03:43:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:43:44.630Z||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-09-16T03:43:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:43:44.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:43:44.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:43:44.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "policy-id", "timestamp": 1631763700239, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:43:44.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:43:44.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:43:44.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "ves-openapi-manager", "timestamp": 1631763698714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:43:44.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:10.172Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:44:10.179Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:44:10.181Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:44:10.181Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T03:44:10.181Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T03:44:40.181Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:44:40.190Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:44:40.192Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:44:40.192Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T03:44:40.192Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T03:44:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:44:44.630Z||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-09-16T03:44:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:44:44.650Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:44:44.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763707425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "NOTIFIED" } 2021-09-16T03:44:44.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "cds", "timestamp": 1631763704788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "aai-ml", "timestamp": 1631763698625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "policy-id", "timestamp": 1631763700239, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "ves-openapi-manager", "timestamp": 1631763698714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763707425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-16T03:44:44.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "cds", "timestamp": 1631763704788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "aai-ml", "timestamp": 1631763698625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "policy-id", "timestamp": 1631763700239, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-16T03:44:44.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "ves-openapi-manager", "timestamp": 1631763698714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763707425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "cds", "timestamp": 1631763704788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "aai-ml", "timestamp": 1631763698625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "policy-id", "timestamp": 1631763700239, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "ves-openapi-manager", "timestamp": 1631763698714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763707425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-16T03:44:44.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "cds", "timestamp": 1631763704788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "aai-ml", "timestamp": 1631763698625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "policy-id", "timestamp": 1631763700239, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "ves-openapi-manager", "timestamp": 1631763698714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763707425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "cds", "timestamp": 1631763704788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "aai-ml", "timestamp": 1631763698625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "policy-id", "timestamp": 1631763700239, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "ves-openapi-manager", "timestamp": 1631763698714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "dcae-sch", "timestamp": 1631763711914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763707425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763704628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:44:44.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "cds", "timestamp": 1631763704788, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:44:44.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "aai-ml", "timestamp": 1631763698625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:44:44.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "policy-id", "timestamp": 1631763700239, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:44:44.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "ves-openapi-manager", "timestamp": 1631763698714, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "dcae-sch", "timestamp": 1631763711914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "clamp", "timestamp": 1631763713412, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763707425, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "dcae-sch", "timestamp": 1631763711914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "clamp", "timestamp": 1631763713412, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "NOTIFIED" } 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "dcae-sch", "timestamp": 1631763711914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "cds", "timestamp": 1631763715732, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "policy-id", "timestamp": 1631763715726, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763715928, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "aai-ml", "timestamp": 1631763715936, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "clamp", "timestamp": 1631763713412, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763716238, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763715616, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "dcae-sch", "timestamp": 1631763711914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "policy-id", "timestamp": 1631763716733, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:44:44.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "cds", "timestamp": 1631763716759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-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-09-16T03:44:44.677Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 38ccbaf2-8ffd-4051-8d35-76779fb8a641 2021-09-16T03:44:44.678Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:44:44.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "clamp", "timestamp": 1631763713412, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763715616, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "NOTIFIED" } 2021-09-16T03:44:44.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "dcae-sch", "timestamp": 1631763711914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "policy-id", "timestamp": 1631763717736, "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-09-16T03:44:44.690Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38ccbaf2-8ffd-4051-8d35-76779fb8a641 2021-09-16T03:44:44.690Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:44:44.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "clamp", "timestamp": 1631763713412, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763715616, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-16T03:44:44.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "dcae-sch", "timestamp": 1631763711914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "clamp", "timestamp": 1631763713412, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763715616, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "clamp", "timestamp": 1631763713412, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:44:44.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.698Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763715616, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-16T03:44:44.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763720961, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.699Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763715616, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763721384, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:44:44.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763715616, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:44:44.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763722393, "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-09-16T03:44:44.704Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 38ccbaf2-8ffd-4051-8d35-76779fb8a641 2021-09-16T03:44:44.704Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:44:44.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763722748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763724266, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763724761, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763726099, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "DEPLOY_OK" } 2021-09-16T03:44:44.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763726865, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763727102, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-16T03:44:44.714Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763728106, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-16T03:44:44.714Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "clamp", "timestamp": 1631763728781, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.715Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763729109, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:44:44.715Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763729212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-16T03:44:44.715Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "clamp", "timestamp": 1631763729834, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:44:44.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "aai-ml", "timestamp": 1631763730335, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/artifacts/service-Vfw20210916033835-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:44:44.716Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "clamp", "timestamp": 1631763730844, "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-09-16T03:44:44.721Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 38ccbaf2-8ffd-4051-8d35-76779fb8a641 2021-09-16T03:44:44.721Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:44:44.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "aai-ml", "timestamp": 1631763731341, "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-09-16T03:44:44.732Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 38ccbaf2-8ffd-4051-8d35-76779fb8a641 2021-09-16T03:44:44.732Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:44:44.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763731637, "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-09-16T03:44:44.742Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38ccbaf2-8ffd-4051-8d35-76779fb8a641 2021-09-16T03:44:44.742Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:44:44.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "multicloud-k8s-id", "timestamp": 1631763732641, "artifactURL": "/sdc/v1/catalog/services/Vfw20210916033835/1.0/resourceInstances/vfwa9b3b11fbb320/artifacts/vfwa9b3b11fbb320_modules.json", "status": "DEPLOY_OK" } 2021-09-16T03:44:44.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:44:44.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763755616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "ves-openapi-manager", "timestamp": 1631763758714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "aai-ml", "timestamp": 1631763758625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:44:44.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:44:44.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "policy-id", "timestamp": 1631763760239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:44:44.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:10.192Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:45:10.200Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:45:10.202Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:45:10.202Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-16T03:45:10.202Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-16T03:45:10.202Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-16T03:45:10.203Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:45:10.203Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:45:10.203Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:45:10.203Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:45:10.203Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:45:10.203Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:45:10.203Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T03:45:10.207Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-16T03:45:40.207Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 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-09-16T03:45:40.214Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 38ccbaf2-8ffd-4051-8d35-76779fb8a641 and serviceModelVersionId: d2728bee-8521-41c6-883d-ab24fab222f5 2021-09-16T03:45:40.214Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5bf6fb9-b132-429d-9afd-1501fc658ad3 2021-09-16T03:45:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:45:44.630Z||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-09-16T03:45:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:45:45.152Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:45:45.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763755616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "NOTIFIED" } 2021-09-16T03:45:45.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "ves-openapi-manager", "timestamp": 1631763758714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "aai-ml", "timestamp": 1631763758625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "policy-id", "timestamp": 1631763760239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.157Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "cds", "timestamp": 1631763764788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763755616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-16T03:45:45.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "ves-openapi-manager", "timestamp": 1631763758714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "aai-ml", "timestamp": 1631763758625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "policy-id", "timestamp": 1631763760239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-16T03:45:45.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "cds", "timestamp": 1631763764788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763755616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "aai-ml", "timestamp": 1631763758625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "ves-openapi-manager", "timestamp": 1631763758714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "policy-id", "timestamp": 1631763760239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "cds", "timestamp": 1631763764788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763767426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763755616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-16T03:45:45.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "aai-ml", "timestamp": 1631763758625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "ves-openapi-manager", "timestamp": 1631763758714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "policy-id", "timestamp": 1631763760239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "cds", "timestamp": 1631763764788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763767426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763755616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "ves-openapi-manager", "timestamp": 1631763758714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "aai-ml", "timestamp": 1631763758625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "policy-id", "timestamp": 1631763760239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "cds", "timestamp": 1631763764788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763767426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763755616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:45:45.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "ves-openapi-manager", "timestamp": 1631763758714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "aai-ml", "timestamp": 1631763758625, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:45:45.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "policy-id", "timestamp": 1631763760239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:45:45.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "cds", "timestamp": 1631763764788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763767426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "cds", "timestamp": 1631763764788, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:45:45.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763767426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "dcae-sch", "timestamp": 1631763771914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763767426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "dcae-sch", "timestamp": 1631763771914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "aai-ml", "timestamp": 1631763773955, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:45:45.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "clamp", "timestamp": 1631763773412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763767426, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:45:45.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763774148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T03:45:45.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "policy-id", "timestamp": 1631763774408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:45:45.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "dcae-sch", "timestamp": 1631763771914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "cds", "timestamp": 1631763774910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:45:45.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "clamp", "timestamp": 1631763773412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "NOTIFIED" } 2021-09-16T03:45:45.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "policy-id", "timestamp": 1631763775412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:45:45.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "dcae-sch", "timestamp": 1631763771914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "cds", "timestamp": 1631763775916, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-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-09-16T03:45:45.211Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 2021-09-16T03:45:45.211Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 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-09-16T03:45:45.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763775922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T03:45:45.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763776026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:45:45.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "clamp", "timestamp": 1631763773412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "policy-id", "timestamp": 1631763776414, "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-09-16T03:45:45.221Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 2021-09-16T03:45:45.221Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 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-09-16T03:45:45.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "dcae-sch", "timestamp": 1631763771914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "clamp", "timestamp": 1631763773412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763777514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-16T03:45:45.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "dcae-sch", "timestamp": 1631763771914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "clamp", "timestamp": 1631763773412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763778531, "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-09-16T03:45:45.268Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 2021-09-16T03:45:45.268Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 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-09-16T03:45:45.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "dcae-sch", "timestamp": 1631763771914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763778636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:45:45.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "clamp", "timestamp": 1631763773412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:45.274Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "multicloud-k8s-id", "timestamp": 1631763779534, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T03:45:45.274Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.274Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.274Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631763779639, "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-09-16T03:45:45.277Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 2021-09-16T03:45:45.277Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 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-09-16T03:45:45.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "clamp", "timestamp": 1631763773412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:45:45.284Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:45:45.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "aai-ml", "timestamp": 1631763781451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:45:45.284Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "aai-ml", "timestamp": 1631763782455, "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-09-16T03:45:45.290Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 2021-09-16T03:45:45.290Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 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-09-16T03:45:45.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "clamp", "timestamp": 1631763786768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:45:45.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "clamp", "timestamp": 1631763787781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:45:45.299Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:45:45.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:45:45.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "clamp", "timestamp": 1631763788783, "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-09-16T03:45:45.303Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 2021-09-16T03:45:45.303Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 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-09-16T03:45:51.274Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5bf6fb9-b132-429d-9afd-1501fc658ad3/model-vers/model-ver/d2728bee-8521-41c6-883d-ab24fab222f5?depth=0 2021-09-16T03:45:51.377Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-09-16T03:45:51.872Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5bf6fb9-b132-429d-9afd-1501fc658ad3/model-vers/model-ver/d2728bee-8521-41c6-883d-ab24fab222f5?depth=0|INFO|500||Invoke 2021-09-16T03:45:51.878Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5bf6fb9-b132-429d-9afd-1501fc658ad3/model-vers/model-ver/d2728bee-8521-41c6-883d-ab24fab222f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5bf6fb9-b132-429d-9afd-1501fc658ad3/model-vers/model-ver/d2728bee-8521-41c6-883d-ab24fab222f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[38ccbaf2-8ffd-4051-8d35-76779fb8a641], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[222bb28c-bd4b-46b5-bd34-83ea49315d91], X-ECOMP-RequestID=[38ccbaf2-8ffd-4051-8d35-76779fb8a641], X-TransactionId=[], X-ONAP-RequestID=[38ccbaf2-8ffd-4051-8d35-76779fb8a641], Content-Type=[application/merge-patch+json]} 2021-09-16T03:45:52.102Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5bf6fb9-b132-429d-9afd-1501fc658ad3/model-vers/model-ver/d2728bee-8521-41c6-883d-ab24fab222f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-16T03:45:52.615Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5bf6fb9-b132-429d-9afd-1501fc658ad3/model-vers/model-ver/d2728bee-8521-41c6-883d-ab24fab222f5?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/d5bf6fb9-b132-429d-9afd-1501fc658ad3/model-vers/model-ver/d2728bee-8521-41c6-883d-ab24fab222f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210916-03:45:52:111-61178], vertex-id=[225408], Content-Length=[0], Date=[Thu, 16 Sep 2021 03:45:52 GMT], Content-Type=[application/json]} 2021-09-16T03:45:52.616Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5bf6fb9-b132-429d-9afd-1501fc658ad3/model-vers/model-ver/d2728bee-8521-41c6-883d-ab24fab222f5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-16T03:45:52.617Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d5bf6fb9-b132-429d-9afd-1501fc658ad3/model-vers/model-ver/d2728bee-8521-41c6-883d-ab24fab222f5?depth=0|INFO|500||InvokeReturn 2021-09-16T03:45:52.619Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-16T03:45:52.620Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||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-09-16T03:45:52.625Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-16T03:45:52.632Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 38ccbaf2-8ffd-4051-8d35-76779fb8a641 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-16T03:45:52.632Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-16T03:45:52.633Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:45:52.634Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:45:52.635Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763952632, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T03:45:52.735Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:45:52.735Z||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-09-16T03:45:52.736Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:45:52.742Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:45:52.742Z||pool-18-thread-1|||||INFO|500||cambria reply ok (7 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-09-16T03:45:53.644Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:45:53.644Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|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-09-16T03:45:53.644Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:45:57.933Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:45:57.933Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:45:57.933Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a6a12a1-8910-43ac-9a46-f37af7bc9c7b","serviceName":"basic_onboard_qPVGYd","serviceVersion":"1.0","serviceUUID":"8ea2da72-147b-4b60-bfb6-3ab987ec795b","serviceDescription":"service","serviceInvariantUUID":"46afdb60-ddc8-49ef-b3df-03133d9b0c48","resources":[{"resourceInstanceName":"basic_onboard_qPVGYd 0","resourceName":"basic_onboard_qPVGYd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"38a7e6e2-170b-43bd-9ee5-46b5055c75a7","resourceInvariantUUID":"8b123b61-8e73-4eea-ac52-eaa6a82947c0","resourceCustomizationUUID":"2028ef1b-577c-4d65-8227-8cd64b65be5d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vf-license-model.xml","artifactChecksum":"NWI1Zjg1ZjNkYmY3ZGI1NWJlMzgwMWRlMzFhOTc4NjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d075645f-49de-4139-81a9-4c5dc99897ab","artifactVersion":"1"},{"artifactName":"basic_onboard_qpvgyd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json","artifactChecksum":"MTlkM2FkZDVmYzVmYjYzZDhiMjMxNzIwZjU4NmYzMmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a8e06d3-82dc-4e9c-9c8c-a0ffa52da015","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e4615381-02fb-4deb-adc4-d196957c1d72","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8b52d95-c0ba-45f7-8574-54bc571d30f9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"122e16f6-4275-4799-8170-0294fef940b1","artifactVersion":"2","generatedFromUUID":"e4615381-02fb-4deb-adc4-d196957c1d72"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQpvgyd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-template.yml","artifactChecksum":"ZDliZGJkYmMzNTk2N2Q5YWU5ZmZmYjRkMzMyNzNjZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe05f7c2-b245-4db7-8ee7-0661cdeb7b69","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQpvgyd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar","artifactChecksum":"NzY0MjQxNTQ2YjVjZWUzMjRkZjNiYzBlZWQ1ZjA2NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5883a56e-2138-47b6-8304-c564ac1b35e1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-16T03:45:57.935Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:45:57.936Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:45:57.937Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:45:57.937Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:45:58.037Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:45:58.038Z||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-09-16T03:45:58.038Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:45:58.045Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:45:58.046Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:45:58.938Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:45:58.938Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:45:58.940Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:45:58.940Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "NOTIFIED" } 2021-09-16T03:45:59.040Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:45:59.041Z||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-09-16T03:45:59.041Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:45:59.047Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:45:59.047Z||pool-20-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:45:59.940Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:45:59.941Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:45:59.943Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:45:59.943Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-16T03:46:00.043Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:00.044Z||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-09-16T03:46:00.044Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:00.052Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:00.053Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:46:00.943Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:46:00.944Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:00.945Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:00.945Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:46:01.046Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-16T03:46:01.046Z||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-09-16T03:46:01.046Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:01.053Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:01.053Z||pool-22-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:46:01.946Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:46:01.946Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:01.948Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:01.948Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-16T03:46:02.048Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:02.049Z||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-09-16T03:46:02.049Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:02.057Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:02.057Z||pool-23-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:46:02.948Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:46:02.949Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:02.950Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:02.950Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:46:03.051Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-16T03:46:03.052Z||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-09-16T03:46:03.052Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:03.058Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:03.059Z||pool-24-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:46:03.951Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:46:03.951Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:03.953Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:03.953Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:46:04.053Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:04.054Z||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-09-16T03:46:04.054Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:04.060Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:04.060Z||pool-25-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:46:04.955Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "serviceName": "basic_onboard_qPVGYd", "serviceVersion": "1.0", "serviceUUID": "8ea2da72-147b-4b60-bfb6-3ab987ec795b", "serviceDescription": "service", "serviceInvariantUUID": "46afdb60-ddc8-49ef-b3df-03133d9b0c48", "resources": [ { "resourceInstanceName": "basic_onboard_qPVGYd 0", "resourceCustomizationUUID": "2028ef1b-577c-4d65-8227-8cd64b65be5d", "resourceName": "basic_onboard_qPVGYd", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "38a7e6e2-170b-43bd-9ee5-46b5055c75a7", "resourceInvariantUUID": "8b123b61-8e73-4eea-ac52-eaa6a82947c0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_qpvgyd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "artifactChecksum": "MTlkM2FkZDVmYzVmYjYzZDhiMjMxNzIwZjU4NmYzMmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a8e06d3-82dc-4e9c-9c8c-a0ffa52da015", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e4615381-02fb-4deb-adc4-d196957c1d72", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "122e16f6-4275-4799-8170-0294fef940b1", "generatedFromUUID": "e4615381-02fb-4deb-adc4-d196957c1d72" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "122e16f6-4275-4799-8170-0294fef940b1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardQpvgyd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "artifactChecksum": "NzY0MjQxNTQ2YjVjZWUzMjRkZjNiYzBlZWQ1ZjA2NmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5883a56e-2138-47b6-8304-c564ac1b35e1" } ], "workloadContext": "Production" } 2021-09-16T03:46:04.955Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-16T03:46:04.955Z|38ccbaf2-8ffd-4051-8d35-76779fb8a641|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ea2da72-147b-4b60-bfb6-3ab987ec795b ASDC 2021-09-16T03:46:04.955Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:4a6a12a1-8910-43ac-9a46-f37af7bc9c7b ServiceName:basic_onboard_qPVGYd ServiceVersion:1.0 ServiceUUID:8ea2da72-147b-4b60-bfb6-3ab987ec795b ServiceInvariantUUID:46afdb60-ddc8-49ef-b3df-03133d9b0c48 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardQpvgyd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar ArtifactUUID:5883a56e-2138-47b6-8304-c564ac1b35e1 ArtifactChecksum:NzY0MjQxNTQ2YjVjZWUzMjRkZjNiYzBlZWQ1ZjA2NmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_qPVGYd 0 ResourceCustomizationUUID:2028ef1b-577c-4d65-8227-8cd64b65be5d ResourceInvariantUUID:8b123b61-8e73-4eea-ac52-eaa6a82947c0 ResourceName:basic_onboard_qPVGYd ResourceType:VF ResourceUUID:38a7e6e2-170b-43bd-9ee5-46b5055c75a7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_qpvgyd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json ArtifactUUID:8a8e06d3-82dc-4e9c-9c8c-a0ffa52da015 ArtifactChecksum:MTlkM2FkZDVmYzVmYjYzZDhiMjMxNzIwZjU4NmYzMmQ= 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/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml ArtifactUUID:e4615381-02fb-4deb-adc4-d196957c1d72 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/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env ArtifactUUID:122e16f6-4275-4799-8170-0294fef940b1 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/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env ArtifactUUID:122e16f6-4275-4799-8170-0294fef940b1 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-16T03:46:04.955Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ea2da72-147b-4b60-bfb6-3ab987ec795b 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-09-16T03:46:04.989Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T03:46:04.989Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-16T03:46:04.989Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-16T03:46:04.990Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5883a56e-2138-47b6-8304-c564ac1b35e1 from URL: /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:04.990Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-16T03:46:04.990Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:05.222Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-16T03:46:05.225Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar 5883a56e-2138-47b6-8304-c564ac1b35e1 71385 2021-09-16T03:46:05.225Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar ASDC sendASDCNotification 2021-09-16T03:46:05.225Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:05.225Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:46:05.226Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:05.228Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:05.228Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763965225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:46:05.328Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:05.328Z||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-09-16T03:46:05.329Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:05.335Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:05.335Z||pool-26-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:46:06.228Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T03:46:06.229Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-16T03:46:06.229Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5883a56e-2138-47b6-8304-c564ac1b35e1, URL: /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar to file: /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:06.230Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:06.230Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:06.230Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:06.482Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8360789713751554114/Definitions/service-BasicOnboardQpvgyd-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-09-16T03:46:07.923Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-16T03:46:07.924Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-09-16T03:46:07.924Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:07.924Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-16T03:46:07.924Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:07.924Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:07.924Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:07.924Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:07.924Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:07.924Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:07.924Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:07.925Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_qPVGYd 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-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:07.925Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:07.925Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-09-16T03:46:07.925Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.925Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:07.925Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is matching search criteria 2021-09-16T03:46:07.925Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-09-16T03:46:07.925Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_qPVGYd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T03:46:07.925Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.926Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:07.926Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is matching search criteria 2021-09-16T03:46:07.926Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-09-16T03:46:07.926Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_qPVGYd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T03:46:07.926Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.926Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:07.926Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.926Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is not matching search criteria 2021-09-16T03:46:07.926Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-16T03:46:07.926Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-16T03:46:07.927Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-16T03:46:07.927Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-16T03:46:07.927Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-16T03:46:07.927Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.927Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T03:46:07.927Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.927Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is matching search criteria 2021-09-16T03:46:07.927Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_qPVGYd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:46:07.927Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.927Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is matching search criteria 2021-09-16T03:46:07.928Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_qPVGYd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:46:07.928Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.928Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is matching search criteria 2021-09-16T03:46:07.928Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_qPVGYd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:46:07.928Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.928Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is not matching search criteria 2021-09-16T03:46:07.928Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-16T03:46:07.928Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-16T03:46:07.928Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f3340e9-0b5f-40d7-a7a6-c9bbfc0a2bad 2021-09-16T03:46:07.928Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.928Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:07.929Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.929Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:07.929Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.929Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:07.929Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:07.929Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:07.929Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_qPVGYd Description:service Model UUID:8ea2da72-147b-4b60-bfb6-3ab987ec795b Model Version:NULL Model InvariantUuid:46afdb60-ddc8-49ef-b3df-03133d9b0c48 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_qPVGYd Model UUID:9bdb5404-6861-426f-98ac-6fa9ebdf33fa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8b123b61-8e73-4eea-ac52-eaa6a82947c0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2028ef1b-577c-4d65-8227-8cd64b65be5d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:116bb331-cb26-4b76-8941-343d3ea677af ModelName:BasicOnboardQpvgyd..base_ubuntu18..module-0 ModelUuid:f18e649e-4ec8-4108-8abf-a419c3896bf5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4f3340e9-0b5f-40d7-a7a6-c9bbfc0a2bad ModelInvariantUuid:4c28b9dc-3e8f-4868-a181-161529ec88c7 ModelName:basic_onboard_qPVGYd-nodes.ubuntu18Cvfc ModelUuid:b20a8407-e880-4bf7-9c0e-e0579292fc13 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5d7c86c3-5f95-421e-b986-c6e0a5708ddc ModelInvariantUuid:053b3b45-db66-40c3-8d55-83565a30ba14 ModelName:BasicOnboardQpvgyd.compute.nodes.heat.ubuntu18 ModelUuid:60fe6ae3-80df-4fd3-9a38-80c2f121611a 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-09-16T03:46:07.935Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 38a7e6e2-170b-43bd-9ee5-46b5055c75a7 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-09-16T03:46:07.937Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||basic_onboard_qPVGYd 0 2021-09-16T03:46:07.937Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 38a7e6e2-170b-43bd-9ee5-46b5055c75a7 2021-09-16T03:46:07.937Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8a8e06d3-82dc-4e9c-9c8c-a0ffa52da015 from URL: /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json 2021-09-16T03:46:07.938Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-16T03:46:07.938Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json 2021-09-16T03:46:09.013Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-16T03:46:09.013Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json 8a8e06d3-82dc-4e9c-9c8c-a0ffa52da015 798 2021-09-16T03:46:09.014Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json ASDC sendASDCNotification 2021-09-16T03:46:09.014Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json 2021-09-16T03:46:09.014Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:46:09.014Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:09.016Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:09.016Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763969014, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T03:46:09.116Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:09.117Z||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-09-16T03:46:09.117Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:09.125Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:09.125Z||pool-27-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:46:10.016Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQpvgyd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "116bb331-cb26-4b76-8941-343d3ea677af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f18e649e-4ec8-4108-8abf-a419c3896bf5", "vfModuleModelCustomizationUUID": "619f9816-f262-4ca0-91b3-16388f4f74b1", "isBase": true, "artifacts": [ "e4615381-02fb-4deb-adc4-d196957c1d72", "122e16f6-4275-4799-8170-0294fef940b1" ], "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-09-16T03:46:10.020Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQpvgyd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f18e649e-4ec8-4108-8abf-a419c3896bf5 VfModuleModelInvariantUUID:116bb331-cb26-4b76-8941-343d3ea677af VfModuleModelDescription:NULL Artifacts UUID List:{ e4615381-02fb-4deb-adc4-d196957c1d72 , 122e16f6-4275-4799-8170-0294fef940b1 } 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-09-16T03:46:10.022Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQpvgyd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "116bb331-cb26-4b76-8941-343d3ea677af", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f18e649e-4ec8-4108-8abf-a419c3896bf5", "vfModuleModelCustomizationUUID": "619f9816-f262-4ca0-91b3-16388f4f74b1", "isBase": true, "artifacts": [ "e4615381-02fb-4deb-adc4-d196957c1d72", "122e16f6-4275-4799-8170-0294fef940b1" ], "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-09-16T03:46:10.022Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQpvgyd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f18e649e-4ec8-4108-8abf-a419c3896bf5 VfModuleModelInvariantUUID:116bb331-cb26-4b76-8941-343d3ea677af VfModuleModelDescription:NULL Artifacts UUID List:{ e4615381-02fb-4deb-adc4-d196957c1d72 , 122e16f6-4275-4799-8170-0294fef940b1 } 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-09-16T03:46:10.022Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e4615381-02fb-4deb-adc4-d196957c1d72 from URL: /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml 2021-09-16T03:46:10.022Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-16T03:46:10.022Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml 2021-09-16T03:46:11.810Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-16T03:46:11.810Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml e4615381-02fb-4deb-adc4-d196957c1d72 5033 2021-09-16T03:46:11.811Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-16T03:46:11.811Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml 2021-09-16T03:46:11.811Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:46:11.811Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:11.812Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:11.813Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763971811, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T03:46:11.913Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:11.913Z||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-09-16T03:46:11.914Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:11.919Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:11.919Z||pool-28-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:46:12.813Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 122e16f6-4275-4799-8170-0294fef940b1 from URL: /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env 2021-09-16T03:46:12.814Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-16T03:46:12.814Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env 2021-09-16T03:46:14.008Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-16T03:46:14.009Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env 122e16f6-4275-4799-8170-0294fef940b1 909 2021-09-16T03:46:14.009Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-16T03:46:14.009Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env 2021-09-16T03:46:14.009Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:46:14.009Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:14.011Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:14.011Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763974009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-16T03:46:14.111Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:14.112Z||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-09-16T03:46:14.112Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:14.119Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:14.119Z||pool-29-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:46:15.012Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8ea2da72-147b-4b60-bfb6-3ab987ec795b 2021-09-16T03:46:15.012Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_qPVGYd 0 38a7e6e2-170b-43bd-9ee5-46b5055c75a7 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-09-16T03:46:15.021Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17e14856, org.onap.sdc.toscaparser.api.parameters.Input@596238c9, org.onap.sdc.toscaparser.api.parameters.Input@3ffa2a73, org.onap.sdc.toscaparser.api.parameters.Input@2efeb2a, org.onap.sdc.toscaparser.api.parameters.Input@1f51b0d9] 2021-09-16T03:46:15.022Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.023Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:15.023Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-09-16T03:46:15.023Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2028ef1b-577c-4d65-8227-8cd64b65be5d 2021-09-16T03:46:15.023Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2028ef1b-577c-4d65-8227-8cd64b65be5d matches Tosca VF Customization UUID: 2028ef1b-577c-4d65-8227-8cd64b65be5d 2021-09-16T03:46:15.023Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2028ef1b-577c-4d65-8227-8cd64b65be5d 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-09-16T03:46:15.024Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.025Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:15.025Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2028ef1b-577c-4d65-8227-8cd64b65be5d: {\"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-09-16T03:46:15.025Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f721ec6 2021-09-16T03:46:15.025Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.025Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T03:46:15.026Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 619f9816-f262-4ca0-91b3-16388f4f74b1 2021-09-16T03:46:15.026Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 619f9816-f262-4ca0-91b3-16388f4f74b1 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-09-16T03:46:15.027Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.027Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is matching search criteria 2021-09-16T03:46:15.027Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_qPVGYd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:46:15.028Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.028Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is matching search criteria 2021-09-16T03:46:15.028Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_qPVGYd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:46:15.028Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.028Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is not matching search criteria 2021-09-16T03:46:15.028Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-16T03:46:15.028Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-16T03:46:15.028Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f3340e9-0b5f-40d7-a7a6-c9bbfc0a2bad 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-09-16T03:46:15.030Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.030Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is matching search criteria 2021-09-16T03:46:15.030Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_qPVGYd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:46:15.030Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.030Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_qPVGYd 0 is matching search criteria 2021-09-16T03:46:15.030Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_qPVGYd 0] matching following query criteria: sdcType=VF, customizationUUID=2028ef1b-577c-4d65-8227-8cd64b65be5d 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-09-16T03:46:15.032Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.032Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:15.032Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8ea2da72-147b-4b60-bfb6-3ab987ec795b: basic_onboard_qPVGYd 2021-09-16T03:46:15.032Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.032Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:15.032Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.032Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:15.032Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.033Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:15.033Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.033Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:15.033Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:46:15.033Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_qPVGYd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:46:15.033Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_qPVGYd 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-09-16T03:46:15.091Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_qPVGYd 38a7e6e2-170b-43bd-9ee5-46b5055c75a7 1 ASDC deployResourceStructure 2021-09-16T03:46:15.091Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json ASDC sendASDCNotification 2021-09-16T03:46:15.091Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json 2021-09-16T03:46:15.091Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:46:15.092Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:15.094Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:15.094Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763975091, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T03:46:15.194Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:15.195Z||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-09-16T03:46:15.195Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:15.205Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:15.206Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-16T03:46:16.095Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-16T03:46:16.095Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml 2021-09-16T03:46:16.095Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:46:16.095Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:16.096Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:16.097Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763976094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-16T03:46:16.197Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:16.198Z||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-09-16T03:46:16.198Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:16.204Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:16.205Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-09-16T03:46:17.097Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-16T03:46:17.098Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env 2021-09-16T03:46:17.098Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:46:17.098Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:17.100Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:17.100Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763977097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-16T03:46:17.200Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:17.200Z||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-09-16T03:46:17.201Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:17.207Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:17.208Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:46:18.100Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar ASDC sendASDCNotification 2021-09-16T03:46:18.101Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar 2021-09-16T03:46:18.101Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:46:18.101Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:18.102Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:18.102Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763978100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:46:18.203Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:18.204Z||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-09-16T03:46:18.204Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:18.210Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:18.210Z||pool-33-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:46:19.103Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:46:19.111Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 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-09-16T03:46:19.113Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:46:19.114Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-16T03:46:19.114Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-16T03:46:19.114Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-16T03:46:19.114Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:46:19.114Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:46:19.114Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:46:19.114Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:46:19.114Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:46:19.114Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:46:19.114Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T03:46:19.118Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-16T03:46:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:46:44.630Z||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-09-16T03:46:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:45.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:45.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "38ccbaf2-8ffd-4051-8d35-76779fb8a641", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763952632, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T03:46:45.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:46:45.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:46:45.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:46:45.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "NOTIFIED" } 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:46:45.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763953644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763965225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763969014, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763971811, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763974009, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-16T03:46:45.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763975091, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/basic_onboard_qpvgyd0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763976094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763977097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/resourceInstances/basic_onboard_qpvgyd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631763978100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQpvgyd/1.0/artifacts/service-BasicOnboardQpvgyd-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:46:45.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:46:49.118Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b 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-09-16T03:46:49.122Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b and serviceModelVersionId: 8ea2da72-147b-4b60-bfb6-3ab987ec795b 2021-09-16T03:46:49.122Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46afdb60-ddc8-49ef-b3df-03133d9b0c48 2021-09-16T03:46:49.123Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46afdb60-ddc8-49ef-b3df-03133d9b0c48/model-vers/model-ver/8ea2da72-147b-4b60-bfb6-3ab987ec795b?depth=0 2021-09-16T03:46:49.128Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-09-16T03:46:49.165Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46afdb60-ddc8-49ef-b3df-03133d9b0c48/model-vers/model-ver/8ea2da72-147b-4b60-bfb6-3ab987ec795b?depth=0|INFO|500||Invoke 2021-09-16T03:46:49.166Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46afdb60-ddc8-49ef-b3df-03133d9b0c48/model-vers/model-ver/8ea2da72-147b-4b60-bfb6-3ab987ec795b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46afdb60-ddc8-49ef-b3df-03133d9b0c48/model-vers/model-ver/8ea2da72-147b-4b60-bfb6-3ab987ec795b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4a6a12a1-8910-43ac-9a46-f37af7bc9c7b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0be230ad-a669-45b9-a1ea-09758262fa6e], X-ECOMP-RequestID=[4a6a12a1-8910-43ac-9a46-f37af7bc9c7b], X-TransactionId=[], X-ONAP-RequestID=[4a6a12a1-8910-43ac-9a46-f37af7bc9c7b], Content-Type=[application/merge-patch+json]} 2021-09-16T03:46:49.193Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46afdb60-ddc8-49ef-b3df-03133d9b0c48/model-vers/model-ver/8ea2da72-147b-4b60-bfb6-3ab987ec795b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-16T03:46:49.507Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46afdb60-ddc8-49ef-b3df-03133d9b0c48/model-vers/model-ver/8ea2da72-147b-4b60-bfb6-3ab987ec795b?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/46afdb60-ddc8-49ef-b3df-03133d9b0c48/model-vers/model-ver/8ea2da72-147b-4b60-bfb6-3ab987ec795b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210916-03:46:49:200-5348], vertex-id=[245880], Content-Length=[0], Date=[Thu, 16 Sep 2021 03:46:49 GMT], Content-Type=[application/json]} 2021-09-16T03:46:49.507Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46afdb60-ddc8-49ef-b3df-03133d9b0c48/model-vers/model-ver/8ea2da72-147b-4b60-bfb6-3ab987ec795b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-16T03:46:49.508Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/46afdb60-ddc8-49ef-b3df-03133d9b0c48/model-vers/model-ver/8ea2da72-147b-4b60-bfb6-3ab987ec795b?depth=0|INFO|500||InvokeReturn 2021-09-16T03:46:49.508Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-16T03:46:49.508Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||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-09-16T03:46:49.512Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-16T03:46:49.512Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a6a12a1-8910-43ac-9a46-f37af7bc9c7b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-16T03:46:49.512Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-16T03:46:49.513Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:46:49.514Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:46:49.514Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764009512, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T03:46:49.615Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:46:49.615Z||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-09-16T03:46:49.616Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:46:49.625Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:46:49.626Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-16T03:46:50.524Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:46:50.524Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T03:46:50.524Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:47:00.059Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:47:00.060Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:47:00.060Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T03:47:00.060Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:47:09.593Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:47:09.593Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:47:09.593Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T03:47:09.593Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:47:19.125Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:47:19.126Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:47:19.126Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T03:47:19.126Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:47:28.659Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:47:44.628Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:47:44.628Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T03:47:44.629Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:47:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:47:44.630Z||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-09-16T03:47:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:47:45.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:47:45.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-16T03:47:45.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4a6a12a1-8910-43ac-9a46-f37af7bc9c7b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764009512, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T03:47:45.251Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:47:54.161Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:48:44.628Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:48:44.629Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T03:48:44.629Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:48:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:48:44.630Z||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-09-16T03:48:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:48:54.165Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:48:54.166Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:49:44.628Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:49:44.629Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T03:49:44.629Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:49:44.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:49:44.630Z||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-09-16T03:49:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:49:54.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:49:54.169Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:50:44.628Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:50:44.629Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T03:50:44.629Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:50:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:50:44.630Z||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-09-16T03:50:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:50:54.168Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:50:54.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:51:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:51:44.628Z||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-09-16T03:51:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:51:44.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:51:44.630Z||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-09-16T03:51:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:51:54.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:51:54.165Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:52:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:52:44.628Z||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-09-16T03:52:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:52:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:52:44.630Z||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-09-16T03:52:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:52:54.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:52:54.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:53:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:53:44.629Z||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-09-16T03:53:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:53:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:53:44.630Z||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-09-16T03:53:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:53:54.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:53:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:44.628Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:54:44.628Z||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-09-16T03:54:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:54:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T03:54:44.631Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:45.251Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:45.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d88d389-965e-49d1-bd8f-305de577bb2e","serviceName":"Demo_pNF_hp28nid1t0Wo4s9LZz5k","serviceVersion":"1.0","serviceUUID":"d5d392c1-17e4-45dd-8c39-f89990378c76","serviceDescription":"catalog service description","serviceInvariantUUID":"b374090f-f5f0-4bbb-a3f1-c024d8c9dc52","resources":[{"resourceInstanceName":"pNF 711a4630-695b 0","resourceName":"pNF 711a4630-695b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"baed75a6-b87b-4f7a-8c73-d43fc641c82b","resourceInvariantUUID":"2a864a21-a1ed-454d-ac79-630b61ee0b93","resourceCustomizationUUID":"2e985681-c6ea-4790-87cb-80dfb339499d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vf-license-model.xml","artifactChecksum":"OTkyNTUxNjIxN2IyM2JjZjc2NzY1Y2ZhNmFiNjY3ZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6f19b90-70e6-4215-836a-29113c14db33","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/pNF.csar","artifactChecksum":"OTRmYmM0MTVkZGY1YzBjZDFhYjIxOWY4MTYxY2RjODk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a20b72c-c46c-430a-8189-ab3cf2f97f77","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53ff8fc3-5d97-42b7-8a4e-1b8689d52350","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vendor-license-model.xml","artifactChecksum":"NDBhMjJiMzVjNzM1MTlkYzljM2VkMzNiNTJkZDgxNjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e6705c1-255b-4607-a566-c7fa4da8271e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d136f4a-e88b-43b5-9d81-bc373fcff01b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c1fc2d3-1fc1-4292-8252-52916804ee2a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml","artifactChecksum":"ZTA5OGIwODA0ODc5YzQ5NmIxMjFmNmE1NzMyYjE3Yjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57c7d38a-55e8-4262-a009-af21a58abe24","artifactVersion":"1"},{"artifactName":"service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar","artifactChecksum":"ZTU5M2VhMGVlMjhhOWJiMDA0NzMyZmYxM2JlMjFmYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bf87d9e-cb8b-45d7-8d77-5ec2288007d1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-16T03:54:45.253Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:54:45.254Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:54:45.255Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:54:45.255Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.255Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:45.257Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.257Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "clamp", "timestamp": 1631764433412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.257Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.257Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.257Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "dcae-sch", "timestamp": 1631764431914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.257Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.257Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "multicloud-k8s-id", "timestamp": 1631764435616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "ves-openapi-manager", "timestamp": 1631764438714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "clamp", "timestamp": 1631764433412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "dcae-sch", "timestamp": 1631764431914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "multicloud-k8s-id", "timestamp": 1631764435616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.258Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "ves-openapi-manager", "timestamp": 1631764438714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "cds", "timestamp": 1631764439790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "clamp", "timestamp": 1631764433412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "dcae-sch", "timestamp": 1631764431914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "multicloud-k8s-id", "timestamp": 1631764435616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.259Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "policy-id", "timestamp": 1631764440239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "ves-openapi-manager", "timestamp": 1631764438714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "cds", "timestamp": 1631764439790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "clamp", "timestamp": 1631764433412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "dcae-sch", "timestamp": 1631764431914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.260Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "multicloud-k8s-id", "timestamp": 1631764435616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "policy-id", "timestamp": 1631764440239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "ves-openapi-manager", "timestamp": 1631764438714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "cds", "timestamp": 1631764439790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.261Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "clamp", "timestamp": 1631764433412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "dcae-sch", "timestamp": 1631764431914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "multicloud-k8s-id", "timestamp": 1631764435616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "policy-id", "timestamp": 1631764440239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "ves-openapi-manager", "timestamp": 1631764438714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.262Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "cds", "timestamp": 1631764439790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "clamp", "timestamp": 1631764433412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "dcae-sch", "timestamp": 1631764431914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "multicloud-k8s-id", "timestamp": 1631764435616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "policy-id", "timestamp": 1631764440239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "ves-openapi-manager", "timestamp": 1631764438714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-16T03:54:45.263Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "cds", "timestamp": 1631764439790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "clamp", "timestamp": 1631764433412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "dcae-sch", "timestamp": 1631764431914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "multicloud-k8s-id", "timestamp": 1631764435616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "policy-id", "timestamp": 1631764440239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.264Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "ves-openapi-manager", "timestamp": 1631764438714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "cds", "timestamp": 1631764439790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "clamp", "timestamp": 1631764433412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "dcae-sch", "timestamp": 1631764431914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "multicloud-k8s-id", "timestamp": 1631764435616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "policy-id", "timestamp": 1631764440239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.265Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.266Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "ves-openapi-manager", "timestamp": 1631764438714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.266Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.266Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.266Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "cds", "timestamp": 1631764439790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.266Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.266Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.266Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "policy-id", "timestamp": 1631764440239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.266Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.266Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.266Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "cds", "timestamp": 1631764439790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:54:45.267Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.267Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.267Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "ves-openapi-manager", "timestamp": 1631764447831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T03:54:45.267Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:54:45.267Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.267Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "policy-id", "timestamp": 1631764440239, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:54:45.267Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.267Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.267Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "ves-openapi-manager", "timestamp": 1631764449003, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-16T03:54:45.268Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:54:45.268Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.268Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "aai-ml", "timestamp": 1631764448625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.268Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.269Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.269Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "cds", "timestamp": 1631764449436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:54:45.269Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:54:45.269Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.269Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "policy-id", "timestamp": 1631764449727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:54:45.269Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:54:45.269Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.269Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "ves-openapi-manager", "timestamp": 1631764450007, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:54:45.282Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9d88d389-965e-49d1-bd8f-305de577bb2e 2021-09-16T03:54:45.282Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d88d389-965e-49d1-bd8f-305de577bb2e 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-09-16T03:54:45.287Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.288Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "aai-ml", "timestamp": 1631764448625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.288Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.288Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.288Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "cds", "timestamp": 1631764450441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-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-09-16T03:54:45.292Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d88d389-965e-49d1-bd8f-305de577bb2e 2021-09-16T03:54:45.292Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d88d389-965e-49d1-bd8f-305de577bb2e 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-09-16T03:54:45.299Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.299Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "policy-id", "timestamp": 1631764450730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:54:45.299Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:54:45.299Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.299Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "aai-ml", "timestamp": 1631764448625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.300Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.300Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.300Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "policy-id", "timestamp": 1631764451733, "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-09-16T03:54:45.303Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d88d389-965e-49d1-bd8f-305de577bb2e 2021-09-16T03:54:45.304Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d88d389-965e-49d1-bd8f-305de577bb2e 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-09-16T03:54:45.310Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.311Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "clamp", "timestamp": 1631764451865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:54:45.311Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:54:45.311Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.311Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "aai-ml", "timestamp": 1631764448625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.311Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.311Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.311Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "aai-ml", "timestamp": 1631764448625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.311Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.311Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.311Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "clamp", "timestamp": 1631764453872, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:54:45.311Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:54:45.312Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.312Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "aai-ml", "timestamp": 1631764448625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.312Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.312Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.312Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "clamp", "timestamp": 1631764454876, "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-09-16T03:54:45.315Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d88d389-965e-49d1-bd8f-305de577bb2e 2021-09-16T03:54:45.315Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d88d389-965e-49d1-bd8f-305de577bb2e 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-09-16T03:54:45.321Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.321Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "aai-ml", "timestamp": 1631764448625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.321Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.321Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.321Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "aai-ml", "timestamp": 1631764448625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:54:45.321Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.321Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.321Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "aai-ml", "timestamp": 1631764457849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764457425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764457425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764457425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764457425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.322Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764457425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.323Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.323Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.323Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "aai-ml", "timestamp": 1631764462351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:54:45.323Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:54:45.323Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.323Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764457425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.323Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.323Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.323Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "aai-ml", "timestamp": 1631764463355, "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-09-16T03:54:45.327Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d88d389-965e-49d1-bd8f-305de577bb2e 2021-09-16T03:54:45.327Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d88d389-965e-49d1-bd8f-305de577bb2e 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-09-16T03:54:45.332Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.332Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764457425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:45.332Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.332Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.332Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764457425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:54:45.332Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:54:45.333Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.333Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764467020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:54:45.333Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:54:45.333Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.333Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764468835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:54:45.333Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:54:45.333Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:54:45.333Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764469838, "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-09-16T03:54:45.336Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d88d389-965e-49d1-bd8f-305de577bb2e 2021-09-16T03:54:45.336Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d88d389-965e-49d1-bd8f-305de577bb2e 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-09-16T03:54:45.355Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:54:45.356Z||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-09-16T03:54:45.356Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:45.362Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:45.362Z||pool-35-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:54:46.256Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:54:46.256Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:54:46.258Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:54:46.258Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:46.358Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:54:46.359Z||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-09-16T03:54:46.359Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:46.365Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:46.365Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:54:47.258Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:54:47.259Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:54:47.260Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:54:47.260Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:47.360Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:54:47.361Z||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-09-16T03:54:47.361Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:47.367Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:47.368Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:54:48.261Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:54:48.262Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:54:48.263Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:54:48.263Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:48.364Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:54:48.364Z||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-09-16T03:54:48.364Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:48.371Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:48.372Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:54:49.264Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:54:49.265Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:54:49.266Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:54:49.266Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:49.367Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:54:49.368Z||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-09-16T03:54:49.368Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:49.376Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:49.376Z||pool-39-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:54:50.267Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:54:50.267Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:54:50.269Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:54:50.269Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:50.369Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:54:50.369Z||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-09-16T03:54:50.370Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:50.376Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:50.376Z||pool-40-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:54:51.270Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:54:51.270Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:54:51.271Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:54:51.272Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:54:51.372Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:54:51.372Z||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-09-16T03:54:51.372Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:51.380Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:51.381Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:54:52.272Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:54:52.273Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:54:52.274Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:54:52.275Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:54:52.375Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:54:52.375Z||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-09-16T03:54:52.375Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:52.382Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:52.382Z||pool-42-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:54:53.276Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "serviceName": "Demo_pNF_hp28nid1t0Wo4s9LZz5k", "serviceVersion": "1.0", "serviceUUID": "d5d392c1-17e4-45dd-8c39-f89990378c76", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b374090f-f5f0-4bbb-a3f1-c024d8c9dc52", "resources": [ { "resourceInstanceName": "pNF 711a4630-695b 0", "resourceCustomizationUUID": "2e985681-c6ea-4790-87cb-80dfb339499d", "resourceName": "pNF 711a4630-695b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "baed75a6-b87b-4f7a-8c73-d43fc641c82b", "resourceInvariantUUID": "2a864a21-a1ed-454d-ac79-630b61ee0b93", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "artifactChecksum": "ZTU5M2VhMGVlMjhhOWJiMDA0NzMyZmYxM2JlMjFmYTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7bf87d9e-cb8b-45d7-8d77-5ec2288007d1" } ], "workloadContext": "Production" } 2021-09-16T03:54:53.276Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-16T03:54:53.276Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d5d392c1-17e4-45dd-8c39-f89990378c76 ASDC 2021-09-16T03:54:53.276Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:9d88d389-965e-49d1-bd8f-305de577bb2e ServiceName:Demo_pNF_hp28nid1t0Wo4s9LZz5k ServiceVersion:1.0 ServiceUUID:d5d392c1-17e4-45dd-8c39-f89990378c76 ServiceInvariantUUID:b374090f-f5f0-4bbb-a3f1-c024d8c9dc52 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar ArtifactUUID:7bf87d9e-cb8b-45d7-8d77-5ec2288007d1 ArtifactChecksum:ZTU5M2VhMGVlMjhhOWJiMDA0NzMyZmYxM2JlMjFmYTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 711a4630-695b 0 ResourceCustomizationUUID:2e985681-c6ea-4790-87cb-80dfb339499d ResourceInvariantUUID:2a864a21-a1ed-454d-ac79-630b61ee0b93 ResourceName:pNF 711a4630-695b ResourceType:PNF ResourceUUID:baed75a6-b87b-4f7a-8c73-d43fc641c82b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-16T03:54:53.276Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5d392c1-17e4-45dd-8c39-f89990378c76 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-09-16T03:54:53.298Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T03:54:53.299Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T03:54:53.299Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T03:54:53.299Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7bf87d9e-cb8b-45d7-8d77-5ec2288007d1 from URL: /sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:53.299Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T03:54:53.299Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:55.623Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T03:54:55.627Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 7bf87d9e-cb8b-45d7-8d77-5ec2288007d1 82538 2021-09-16T03:54:55.627Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar ASDC sendASDCNotification 2021-09-16T03:54:55.627Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:55.628Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:54:55.628Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:54:55.629Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:54:55.630Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764495627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:54:55.730Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:54:55.730Z||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-09-16T03:54:55.730Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:55.736Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:55.736Z||pool-43-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:54:56.640Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T03:54:56.641Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T03:54:56.641Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7bf87d9e-cb8b-45d7-8d77-5ec2288007d1, URL: /sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar to file: /app/ASDC/1/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:56.642Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:56.642Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:56.642Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:56.748Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5971567933945716614/Definitions/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml 2021-09-16T03:54:57.327Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-16T03:54:57.327Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T03:54:57.327Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:57.328Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-16T03:54:57.328Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:57.328Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:57.328Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:57.328Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 711a4630-695b 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-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:57.328Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:57.328Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:57.328Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:57.328Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T03:54:57.328Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:54:57.329Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hp28nid1t0Wo4s9LZz5k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:54:57.329Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Node template pNF 711a4630-695b 0 is matching search criteria 2021-09-16T03:54:57.329Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T03:54:57.329Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 711a4630-695b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T03:54:57.329Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:54:57.330Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hp28nid1t0Wo4s9LZz5k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:54:57.330Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Node template pNF 711a4630-695b 0 is matching search criteria 2021-09-16T03:54:57.330Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T03:54:57.330Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 711a4630-695b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T03:54:57.330Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:54:57.330Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hp28nid1t0Wo4s9LZz5k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:54:57.330Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:54:57.331Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hp28nid1t0Wo4s9LZz5k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:54:57.331Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:54:57.331Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hp28nid1t0Wo4s9LZz5k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:54:57.331Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:54:57.331Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hp28nid1t0Wo4s9LZz5k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:54:57.331Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:54:57.331Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hp28nid1t0Wo4s9LZz5k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:54:57.332Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_hp28nid1t0Wo4s9LZz5k Description:catalog service description Model UUID:d5d392c1-17e4-45dd-8c39-f89990378c76 Model Version:NULL Model InvariantUuid:b374090f-f5f0-4bbb-a3f1-c024d8c9dc52 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-09-16T03:54:57.337Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: baed75a6-b87b-4f7a-8c73-d43fc641c82b 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-09-16T03:54:57.340Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||pNF 711a4630-695b 0 2021-09-16T03:54:57.340Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: baed75a6-b87b-4f7a-8c73-d43fc641c82b 2021-09-16T03:54:57.340Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: d5d392c1-17e4-45dd-8c39-f89990378c76 2021-09-16T03:54:57.341Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d5d392c1-17e4-45dd-8c39-f89990378c76 2021-09-16T03:54:57.341Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 711a4630-695b 0 baed75a6-b87b-4f7a-8c73-d43fc641c82b 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-09-16T03:54:57.345Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@466d477e, org.onap.sdc.toscaparser.api.parameters.Input@5e88b9c2, org.onap.sdc.toscaparser.api.parameters.Input@41960145, org.onap.sdc.toscaparser.api.parameters.Input@12c208ec, org.onap.sdc.toscaparser.api.parameters.Input@3eb8fb7d] 2021-09-16T03:54:57.345Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:54:57.345Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hp28nid1t0Wo4s9LZz5k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:54:57.346Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d5d392c1-17e4-45dd-8c39-f89990378c76: pNF 711a4630-695b 2021-09-16T03:54:57.346Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||Processing PNF resource: baed75a6-b87b-4f7a-8c73-d43fc641c82b 2021-09-16T03:54:57.346Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:54:57.346Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_hp28nid1t0Wo4s9LZz5k is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:54:57.346Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||Resource customization UUID: 2e985681-c6ea-4790-87cb-80dfb339499d is the same as notified resource customizationUUID: 2e985681-c6ea-4790-87cb-80dfb339499d 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-09-16T03:54:57.399Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 711a4630-695b baed75a6-b87b-4f7a-8c73-d43fc641c82b 0 ASDC deployResourceStructure 2021-09-16T03:54:57.399Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar ASDC sendASDCNotification 2021-09-16T03:54:57.400Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar 2021-09-16T03:54:57.400Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:54:57.400Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:54:57.402Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:54:57.402Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764497399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:54:57.503Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-16T03:54:57.503Z||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-09-16T03:54:57.503Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:54:57.510Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:54:57.510Z||pool-44-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:54:58.404Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d88d389-965e-49d1-bd8f-305de577bb2e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:54:58.412Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d88d389-965e-49d1-bd8f-305de577bb2e 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-09-16T03:54:58.414Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:54:58.414Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-16T03:54:58.414Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-16T03:54:58.414Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-16T03:54:58.414Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:54:58.414Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:54:58.414Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:54:58.414Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:54:58.414Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:54:58.414Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:54:58.415Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T03:54:58.415Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T03:54:58.418Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-16T03:55:28.418Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d88d389-965e-49d1-bd8f-305de577bb2e 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-09-16T03:55:28.423Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d88d389-965e-49d1-bd8f-305de577bb2e and serviceModelVersionId: d5d392c1-17e4-45dd-8c39-f89990378c76 2021-09-16T03:55:28.423Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b374090f-f5f0-4bbb-a3f1-c024d8c9dc52 2021-09-16T03:55:28.424Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b374090f-f5f0-4bbb-a3f1-c024d8c9dc52/model-vers/model-ver/d5d392c1-17e4-45dd-8c39-f89990378c76?depth=0 2021-09-16T03:55:28.427Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-16T03:55:28.462Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b374090f-f5f0-4bbb-a3f1-c024d8c9dc52/model-vers/model-ver/d5d392c1-17e4-45dd-8c39-f89990378c76?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-09-16T03:55:28.462Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b374090f-f5f0-4bbb-a3f1-c024d8c9dc52/model-vers/model-ver/d5d392c1-17e4-45dd-8c39-f89990378c76?depth=0|INFO|500||Invoke 2021-09-16T03:55:28.483Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b374090f-f5f0-4bbb-a3f1-c024d8c9dc52/model-vers/model-ver/d5d392c1-17e4-45dd-8c39-f89990378c76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-16T03:55:28.706Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b374090f-f5f0-4bbb-a3f1-c024d8c9dc52/model-vers/model-ver/d5d392c1-17e4-45dd-8c39-f89990378c76?depth=0|INFO|500||InvokeReturn 2021-09-16T03:55:28.706Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b374090f-f5f0-4bbb-a3f1-c024d8c9dc52/model-vers/model-ver/d5d392c1-17e4-45dd-8c39-f89990378c76?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210916-03:55:28:489-7224], vertex-id=[196800], Content-Length=[0], Date=[Thu, 16 Sep 2021 03:55:28 GMT], Content-Type=[application/json]} 2021-09-16T03:55:28.706Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-16T03:55:28.707Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-16T03:55:28.707Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||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-09-16T03:55:28.710Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-16T03:55:28.710Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d88d389-965e-49d1-bd8f-305de577bb2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-16T03:55:28.711Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-16T03:55:28.711Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:55:28.712Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:55:28.712Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764528710, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T03:55:28.812Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:55:28.813Z||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-09-16T03:55:28.813Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:55:28.821Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:55:28.822Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-16T03:55:44.628Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:55:44.628Z|9d88d389-965e-49d1-bd8f-305de577bb2e|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-09-16T03:55:44.628Z|9d88d389-965e-49d1-bd8f-305de577bb2e|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:55:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:55:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T03:55:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:55:44.744Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:55:44.744Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:55:44.744Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:55:44.745Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:55:54.160Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:56:44.628Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:56:44.628Z|9d88d389-965e-49d1-bd8f-305de577bb2e|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-09-16T03:56:44.628Z|9d88d389-965e-49d1-bd8f-305de577bb2e|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:56:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:56:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T03:56:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:56:45.145Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:56:45.146Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:56:45.146Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:56:45.146Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:56:45.146Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:56:45.147Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T03:56:45.147Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:56:45.147Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:56:45.147Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:56:45.147Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:56:45.147Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:56:45.147Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:56:45.147Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:56:45.147Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:56:45.148Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/resourceInstances/pnf711a4630695b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:56:45.148Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:56:45.148Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:56:45.148Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:56:45.148Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:56:45.148Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:56:45.148Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764484628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:56:45.148Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-16T03:56:45.148Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:56:45.148Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764495627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:56:45.149Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:56:45.149Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:56:45.149Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764497399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfHp28nid1t0wo4s9lzz5k/1.0/artifacts/service-DemoPnfHp28nid1t0wo4s9lzz5k-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:56:45.149Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:56:45.149Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-16T03:56:45.149Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d88d389-965e-49d1-bd8f-305de577bb2e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764528710, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T03:56:45.149Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:56:54.165Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:44.628Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:57:44.628Z|9d88d389-965e-49d1-bd8f-305de577bb2e|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-09-16T03:57:44.629Z|9d88d389-965e-49d1-bd8f-305de577bb2e|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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:57:44.630Z||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-09-16T03:57:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:44.977Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:44.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "cds", "timestamp": 1631764649788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "dcae-sch", "timestamp": 1631764651914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-09-16T03:57:44.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764655616, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "cds", "timestamp": 1631764649788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "dcae-sch", "timestamp": 1631764651914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764655616, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "cds", "timestamp": 1631764649788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "dcae-sch", "timestamp": 1631764651914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764655616, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "cds", "timestamp": 1631764649788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "dcae-sch", "timestamp": 1631764651914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764655616, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "aai-ml", "timestamp": 1631764658626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "ves-openapi-manager", "timestamp": 1631764658714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "cds", "timestamp": 1631764649788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "dcae-sch", "timestamp": 1631764651914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764655616, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "aai-ml", "timestamp": 1631764658626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "ves-openapi-manager", "timestamp": 1631764658714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "policy-id", "timestamp": 1631764660239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "cds", "timestamp": 1631764649788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "dcae-sch", "timestamp": 1631764651914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764655616, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "aai-ml", "timestamp": 1631764658626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "ves-openapi-manager", "timestamp": 1631764658714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "policy-id", "timestamp": 1631764660239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "dcae-sch", "timestamp": 1631764651914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "cds", "timestamp": 1631764649788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764655616, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "aai-ml", "timestamp": 1631764658626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "ves-openapi-manager", "timestamp": 1631764658714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "policy-id", "timestamp": 1631764660239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "cds", "timestamp": 1631764649788, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "dcae-sch", "timestamp": 1631764651914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764655616, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "aai-ml", "timestamp": 1631764658626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "ves-openapi-manager", "timestamp": 1631764658714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "policy-id", "timestamp": 1631764660239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "aai-ml", "timestamp": 1631764658626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "ves-openapi-manager", "timestamp": 1631764658714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:44.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T03:57:45.250Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:45.251Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-16T03:57:45.251Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1615d9d-f028-4052-8232-9ff8e1458f02","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d8ac7bd2-6333-4eb5-a6fd-b43394736d98","serviceDescription":"service","serviceInvariantUUID":"ed014dba-3904-4f64-b295-0bfcce7302de","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fca494a3-21ca-434c-86f4-a5936cb180b0","resourceInvariantUUID":"bfd016f6-fccb-4b6d-9a88-81b93d6aaabe","resourceCustomizationUUID":"483701cf-c69f-47f1-838d-7b016609f3e7","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":"460a4d61-043a-4eda-a6a1-b27d031d720d","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":"MmU4MGM3ODRkMzg5MWU4N2M0ZGM0ZTM4ZTEzZDc5Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ea23410-f495-42a7-b952-f273981dcb5e","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":"YTIwNjljNjI0NDUxODU1YTEwYjc5YmQwZTk4YjYxMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d51de3a1-e730-4ded-980e-94c95e393f00","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":"ed9bef50-00d0-4add-83a5-aad1266df49c","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":"50a1e711-1703-4550-a603-3a31ed70bfad","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":"e3036d58-4592-49ce-a9a3-7fe461438af5","artifactVersion":"2","generatedFromUUID":"ed9bef50-00d0-4add-83a5-aad1266df49c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NWEwOTIxOWZiN2ZjMzhjNjczNGU4MWUzZGUzNjIzOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bb22384-e85e-4494-be6f-2b386b3bdeba","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YTgxOWY2NzM3MDZiZjUzYmI3ZjEwNGVhZDI4Mjk4MWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93167a0c-3545-4171-8a15-41a8a5c495e3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-16T03:57:45.254Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:57:45.254Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:57:45.256Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:57:45.256Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:45.356Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:57:45.357Z||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-09-16T03:57:45.357Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:45.364Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:45.364Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-09-16T03:57:46.257Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:57:46.257Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:57:46.259Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:57:46.259Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:46.359Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:57:46.360Z||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-09-16T03:57:46.360Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:46.366Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:46.366Z||pool-47-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:57:47.259Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:57:47.260Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:57:47.261Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:57:47.261Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-16T03:57:47.362Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-16T03:57:47.362Z||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-09-16T03:57:47.362Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:47.369Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:47.369Z||pool-48-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:57:48.262Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:57:48.263Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:57:48.264Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:57:48.264Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-16T03:57:48.364Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:57:48.365Z||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-09-16T03:57:48.365Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:48.370Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:48.370Z||pool-49-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:57:49.265Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:57:49.265Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:57:49.267Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:57:49.267Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:49.367Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:57:49.368Z||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-09-16T03:57:49.368Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:49.374Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:49.374Z||pool-50-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:57:50.268Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:57:50.268Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:57:50.270Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:57:50.270Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-16T03:57:50.370Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:57:50.371Z||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-09-16T03:57:50.371Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:50.378Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:50.378Z||pool-51-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-09-16T03:57:51.271Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:57:51.271Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:57:51.272Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:57:51.273Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T03:57:51.373Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:57:51.373Z||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-09-16T03:57:51.373Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:51.380Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:51.380Z||pool-52-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:57:52.274Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T03:57:52.275Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:57:52.276Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:57:52.276Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-16T03:57:52.377Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-16T03:57:52.377Z||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-09-16T03:57:52.377Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:52.384Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:52.384Z||pool-53-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:57:53.278Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "d8ac7bd2-6333-4eb5-a6fd-b43394736d98", "serviceDescription": "service", "serviceInvariantUUID": "ed014dba-3904-4f64-b295-0bfcce7302de", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "483701cf-c69f-47f1-838d-7b016609f3e7", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fca494a3-21ca-434c-86f4-a5936cb180b0", "resourceInvariantUUID": "bfd016f6-fccb-4b6d-9a88-81b93d6aaabe", "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": "YTIwNjljNjI0NDUxODU1YTEwYjc5YmQwZTk4YjYxMjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d51de3a1-e730-4ded-980e-94c95e393f00", "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": "ed9bef50-00d0-4add-83a5-aad1266df49c", "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": "e3036d58-4592-49ce-a9a3-7fe461438af5", "generatedFromUUID": "ed9bef50-00d0-4add-83a5-aad1266df49c" }, "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": "e3036d58-4592-49ce-a9a3-7fe461438af5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YTgxOWY2NzM3MDZiZjUzYmI3ZjEwNGVhZDI4Mjk4MWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "93167a0c-3545-4171-8a15-41a8a5c495e3" } ], "workloadContext": "Production" } 2021-09-16T03:57:53.278Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-16T03:57:53.278Z|9d88d389-965e-49d1-bd8f-305de577bb2e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d8ac7bd2-6333-4eb5-a6fd-b43394736d98 ASDC 2021-09-16T03:57:53.278Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f1615d9d-f028-4052-8232-9ff8e1458f02 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:d8ac7bd2-6333-4eb5-a6fd-b43394736d98 ServiceInvariantUUID:ed014dba-3904-4f64-b295-0bfcce7302de 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:93167a0c-3545-4171-8a15-41a8a5c495e3 ArtifactChecksum:YTgxOWY2NzM3MDZiZjUzYmI3ZjEwNGVhZDI4Mjk4MWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:483701cf-c69f-47f1-838d-7b016609f3e7 ResourceInvariantUUID:bfd016f6-fccb-4b6d-9a88-81b93d6aaabe ResourceName:basicclamp ResourceType:VF ResourceUUID:fca494a3-21ca-434c-86f4-a5936cb180b0 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:d51de3a1-e730-4ded-980e-94c95e393f00 ArtifactChecksum:YTIwNjljNjI0NDUxODU1YTEwYjc5YmQwZTk4YjYxMjU= 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:ed9bef50-00d0-4add-83a5-aad1266df49c 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:e3036d58-4592-49ce-a9a3-7fe461438af5 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:e3036d58-4592-49ce-a9a3-7fe461438af5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-16T03:57:53.279Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8ac7bd2-6333-4eb5-a6fd-b43394736d98 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-09-16T03:57:53.306Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T03:57:53.307Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T03:57:53.307Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T03:57:53.307Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 93167a0c-3545-4171-8a15-41a8a5c495e3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-16T03:57:53.307Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T03:57:53.307Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-16T03:57:55.211Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T03:57:55.214Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 93167a0c-3545-4171-8a15-41a8a5c495e3 73481 2021-09-16T03:57:55.215Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-16T03:57:55.215Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-16T03:57:55.215Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:57:55.215Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:57:55.217Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:57:55.217Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764675215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:57:55.317Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:57:55.318Z||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-09-16T03:57:55.318Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:55.323Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:55.324Z||pool-54-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-09-16T03:57:56.217Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T03:57:56.218Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T03:57:56.218Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 93167a0c-3545-4171-8a15-41a8a5c495e3, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:56.219Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-09-16T03:57:56.219Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:56.219Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:56.359Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2961400669392862210/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-09-16T03:57:57.279Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-16T03:57:57.279Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T03:57:57.280Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:57.280Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-16T03:57:57.280Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:57.280Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:57.280Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:57.280Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:57.280Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:57.281Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:57.281Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:57.281Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:57.281Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-16T03:57:57.281Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T03:57:57.281Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.281Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:57:57.282Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-16T03:57:57.282Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T03:57:57.282Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T03:57:57.282Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.283Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:57:57.283Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-16T03:57:57.283Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T03:57:57.283Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T03:57:57.283Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.283Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:57:57.284Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.284Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-16T03:57:57.284Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-16T03:57:57.284Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-16T03:57:57.284Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-16T03:57:57.285Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-16T03:57:57.285Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-16T03:57:57.285Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.285Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T03:57:57.285Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.285Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-16T03:57:57.286Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:57:57.286Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.286Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-16T03:57:57.286Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:57:57.286Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.287Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-16T03:57:57.287Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:57:57.287Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.287Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-16T03:57:57.287Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-16T03:57:57.287Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-16T03:57:57.288Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2839a062-c24f-4639-a401-a80364613d7d 2021-09-16T03:57:57.288Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.288Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:57:57.288Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.288Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:57:57.289Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.289Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:57:57.289Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:57:57.289Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:57:57.289Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:d8ac7bd2-6333-4eb5-a6fd-b43394736d98 Model Version:NULL Model InvariantUuid:ed014dba-3904-4f64-b295-0bfcce7302de Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:86a917be-3dec-48c8-b352-4a05478a6570 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bfd016f6-fccb-4b6d-9a88-81b93d6aaabe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:483701cf-c69f-47f1-838d-7b016609f3e7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:582af071-a843-44bc-9820-e07a8ef7e27d ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:4e6284e1-08b7-4d56-957f-c4372b0f5802 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2839a062-c24f-4639-a401-a80364613d7d ModelInvariantUuid:fa1fc4a6-6891-4d01-83f5-6d8d4d16129e ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:26ca5707-e37f-4bc1-bc74-9ad40029bb3d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:75c88f07-72d3-470d-be6a-26c1460f5013 ModelInvariantUuid:1d6e99da-6e09-4b81-b6b5-22a2b00c3edb ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:cf34f979-1af9-4868-bed3-050868c2b88e 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-09-16T03:57:57.294Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: fca494a3-21ca-434c-86f4-a5936cb180b0 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-09-16T03:57:57.296Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-09-16T03:57:57.296Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fca494a3-21ca-434c-86f4-a5936cb180b0 2021-09-16T03:57:57.296Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d51de3a1-e730-4ded-980e-94c95e393f00 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-16T03:57:57.296Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T03:57:57.296Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-16T03:57:58.105Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T03:57:58.106Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json d51de3a1-e730-4ded-980e-94c95e393f00 790 2021-09-16T03:57:58.106Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-16T03:57:58.106Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-16T03:57:58.106Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:57:58.106Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:57:58.108Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:57:58.108Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764678106, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T03:57:58.208Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:57:58.209Z||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-09-16T03:57:58.209Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:57:58.215Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:57:58.215Z||pool-55-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:57:59.108Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "582af071-a843-44bc-9820-e07a8ef7e27d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4e6284e1-08b7-4d56-957f-c4372b0f5802", "vfModuleModelCustomizationUUID": "d277620b-646b-44b2-b013-e5152eba9f65", "isBase": true, "artifacts": [ "ed9bef50-00d0-4add-83a5-aad1266df49c", "e3036d58-4592-49ce-a9a3-7fe461438af5" ], "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-09-16T03:57:59.111Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4e6284e1-08b7-4d56-957f-c4372b0f5802 VfModuleModelInvariantUUID:582af071-a843-44bc-9820-e07a8ef7e27d VfModuleModelDescription:NULL Artifacts UUID List:{ ed9bef50-00d0-4add-83a5-aad1266df49c , e3036d58-4592-49ce-a9a3-7fe461438af5 } 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-09-16T03:57:59.113Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "582af071-a843-44bc-9820-e07a8ef7e27d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4e6284e1-08b7-4d56-957f-c4372b0f5802", "vfModuleModelCustomizationUUID": "d277620b-646b-44b2-b013-e5152eba9f65", "isBase": true, "artifacts": [ "ed9bef50-00d0-4add-83a5-aad1266df49c", "e3036d58-4592-49ce-a9a3-7fe461438af5" ], "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-09-16T03:57:59.113Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4e6284e1-08b7-4d56-957f-c4372b0f5802 VfModuleModelInvariantUUID:582af071-a843-44bc-9820-e07a8ef7e27d VfModuleModelDescription:NULL Artifacts UUID List:{ ed9bef50-00d0-4add-83a5-aad1266df49c , e3036d58-4592-49ce-a9a3-7fe461438af5 } 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-09-16T03:57:59.113Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ed9bef50-00d0-4add-83a5-aad1266df49c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-16T03:57:59.113Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T03:57:59.114Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-16T03:58:01.548Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T03:58:01.548Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ed9bef50-00d0-4add-83a5-aad1266df49c 5033 2021-09-16T03:58:01.548Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-16T03:58:01.548Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-16T03:58:01.548Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:58:01.549Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:58:01.550Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:58:01.550Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764681548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T03:58:01.651Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-16T03:58:01.651Z||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-09-16T03:58:01.651Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:58:01.657Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:58:01.657Z||pool-56-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:58:02.551Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e3036d58-4592-49ce-a9a3-7fe461438af5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-16T03:58:02.551Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T03:58:02.552Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-16T03:58:03.161Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T03:58:03.161Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env e3036d58-4592-49ce-a9a3-7fe461438af5 909 2021-09-16T03:58:03.161Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-16T03:58:03.162Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-16T03:58:03.162Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T03:58:03.162Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:58:03.164Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:58:03.164Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764683161, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-16T03:58:03.264Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:58:03.264Z||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-09-16T03:58:03.265Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:58:03.270Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:58:03.270Z||pool-57-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:58:04.164Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d8ac7bd2-6333-4eb5-a6fd-b43394736d98 2021-09-16T03:58:04.165Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 fca494a3-21ca-434c-86f4-a5936cb180b0 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-09-16T03:58:04.175Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7841e876, org.onap.sdc.toscaparser.api.parameters.Input@84fb6be, org.onap.sdc.toscaparser.api.parameters.Input@4977a982, org.onap.sdc.toscaparser.api.parameters.Input@51e84deb, org.onap.sdc.toscaparser.api.parameters.Input@261d1df8] 2021-09-16T03:58:04.176Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.176Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:58:04.176Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-09-16T03:58:04.176Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 483701cf-c69f-47f1-838d-7b016609f3e7 2021-09-16T03:58:04.176Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 483701cf-c69f-47f1-838d-7b016609f3e7 matches Tosca VF Customization UUID: 483701cf-c69f-47f1-838d-7b016609f3e7 2021-09-16T03:58:04.176Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 483701cf-c69f-47f1-838d-7b016609f3e7 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-09-16T03:58:04.178Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.178Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:58:04.179Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 483701cf-c69f-47f1-838d-7b016609f3e7: {\"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-09-16T03:58:04.179Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3449bb9f 2021-09-16T03:58:04.179Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.179Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T03:58:04.179Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d277620b-646b-44b2-b013-e5152eba9f65 2021-09-16T03:58:04.179Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d277620b-646b-44b2-b013-e5152eba9f65 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-09-16T03:58:04.181Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.181Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-16T03:58:04.181Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:58:04.181Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.181Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-16T03:58:04.182Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:58:04.182Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.182Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-16T03:58:04.182Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-16T03:58:04.182Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-16T03:58:04.182Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2839a062-c24f-4639-a401-a80364613d7d 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-09-16T03:58:04.184Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.184Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-16T03:58:04.184Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T03:58:04.184Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.184Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-16T03:58:04.184Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=483701cf-c69f-47f1-838d-7b016609f3e7 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-09-16T03:58:04.186Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.186Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:58:04.186Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d8ac7bd2-6333-4eb5-a6fd-b43394736d98: basicclamp 2021-09-16T03:58:04.186Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.186Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:58:04.186Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.186Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:58:04.186Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.186Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:58:04.187Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.187Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:58:04.187Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T03:58:04.187Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T03:58:04.187Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||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-09-16T03:58:04.239Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp fca494a3-21ca-434c-86f4-a5936cb180b0 1 ASDC deployResourceStructure 2021-09-16T03:58:04.239Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-16T03:58:04.239Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-16T03:58:04.239Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:58:04.240Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:58:04.241Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:58:04.241Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764684239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T03:58:04.341Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:58:04.342Z||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-09-16T03:58:04.342Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:58:04.348Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:58:04.348Z||pool-58-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:58:05.242Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-16T03:58:05.242Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-16T03:58:05.242Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:58:05.243Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:58:05.244Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:58:05.244Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764685242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-16T03:58:05.344Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:58:05.345Z||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-09-16T03:58:05.345Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:58:05.351Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:58:05.351Z||pool-59-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:58:06.245Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-16T03:58:06.245Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-16T03:58:06.245Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:58:06.245Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:58:06.247Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:58:06.247Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764686244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-16T03:58:06.347Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:58:06.348Z||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-09-16T03:58:06.348Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:58:06.354Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:58:06.354Z||pool-60-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:58:07.248Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-16T03:58:07.248Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-16T03:58:07.248Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T03:58:07.248Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T03:58:07.250Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T03:58:07.250Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764687248, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T03:58:07.350Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T03:58:07.351Z||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-09-16T03:58:07.351Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T03:58:07.356Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:58:07.356Z||pool-61-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T03:58:08.251Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:58:08.259Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T03:58:08.261Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:58:08.261Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T03:58:08.262Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T03:58:38.262Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:58:38.270Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T03:58:38.274Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:58:38.275Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T03:58:38.275Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T03:58:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:58:44.630Z||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-09-16T03:58:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:58:44.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:58:44.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:58:44.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "cds", "timestamp": 1631764664852, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T03:58:44.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T03:59:08.275Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:59:08.283Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T03:59:08.284Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:59:08.284Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T03:59:08.284Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T03:59:38.285Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T03:59:38.292Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T03:59:38.293Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T03:59:38.293Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T03:59:38.293Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T03:59:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T03:59:44.630Z||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-09-16T03:59:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T03:59:44.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T03:59:44.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T03:59:44.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "policy-id", "timestamp": 1631764660239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T03:59:44.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:08.294Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T04:00:08.301Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T04:00:08.303Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T04:00:08.303Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T04:00:08.303Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T04:00:38.303Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T04:00:38.311Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T04:00:38.313Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T04:00:38.313Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-16T04:00:38.313Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-16T04:00:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:00:44.630Z||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-09-16T04:00:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:00:44.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:00:44.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764664980, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "aai-ml", "timestamp": 1631764658626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "ves-openapi-manager", "timestamp": 1631764658714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "dcae-sch", "timestamp": 1631764665631, "artifactURL": "/sdc/v1/catalog/services/d8ac7bd2-6333-4eb5-a6fd-b43394736d98/resourceInstances/basicclamp0/artifacts/460a4d61-043a-4eda-a6a1-b27d031d720d", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "cds", "timestamp": 1631764665858, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T04:00:44.661Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1615d9d-f028-4052-8232-9ff8e1458f02 2021-09-16T04:00:44.661Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T04:00:44.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "policy-id", "timestamp": 1631764660239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "aai-ml", "timestamp": 1631764658626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "ves-openapi-manager", "timestamp": 1631764658714, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764666532, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "dcae-sch", "timestamp": 1631764666887, "artifactURL": "/sdc/v1/catalog/services/d8ac7bd2-6333-4eb5-a6fd-b43394736d98/resourceInstances/basicclamp0/artifacts/460a4d61-043a-4eda-a6a1-b27d031d720d", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "policy-id", "timestamp": 1631764660239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:00:44.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "dcae-sch", "timestamp": 1631764667890, "artifactURL": "/sdc/v1/catalog/services/d8ac7bd2-6333-4eb5-a6fd-b43394736d98/resourceInstances/basicclamp0/artifacts/460a4d61-043a-4eda-a6a1-b27d031d720d", "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-09-16T04:00:44.673Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of f1615d9d-f028-4052-8232-9ff8e1458f02 2021-09-16T04:00:44.674Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T04:00:44.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "policy-id", "timestamp": 1631764660239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "aai-ml", "timestamp": 1631764667936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764667425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764668214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "cds", "timestamp": 1631764666860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764667425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764669235, "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-09-16T04:00:44.684Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1615d9d-f028-4052-8232-9ff8e1458f02 2021-09-16T04:00:44.684Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T04:00:44.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "cds", "timestamp": 1631764666860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764667425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "policy-id", "timestamp": 1631764670118, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.692Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "multicloud-k8s-id", "timestamp": 1631764670239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.692Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-16T04:00:44.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "cds", "timestamp": 1631764666860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764667425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "policy-id", "timestamp": 1631764671122, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.693Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "cds", "timestamp": 1631764666860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764667425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "policy-id", "timestamp": 1631764672124, "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-09-16T04:00:44.697Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1615d9d-f028-4052-8232-9ff8e1458f02 2021-09-16T04:00:44.697Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T04:00:44.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764664628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "dcae-sch", "timestamp": 1631764671914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "cds", "timestamp": 1631764666860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764667425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "dcae-sch", "timestamp": 1631764671914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "cds", "timestamp": 1631764666860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764667425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "dcae-sch", "timestamp": 1631764671914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "cds", "timestamp": 1631764666860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764667425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764675215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "dcae-sch", "timestamp": 1631764671914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:00:44.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764675616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "aai-ml", "timestamp": 1631764676508, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.706Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "dcae-sch", "timestamp": 1631764671914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "cds", "timestamp": 1631764677213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764675616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "aai-ml", "timestamp": 1631764677511, "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-09-16T04:00:44.711Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1615d9d-f028-4052-8232-9ff8e1458f02 2021-09-16T04:00:44.711Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T04:00:44.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "dcae-sch", "timestamp": 1631764671914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764677608, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764678106, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "cds", "timestamp": 1631764678217, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-16T04:00:44.729Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 2021-09-16T04:00:44.729Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 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-09-16T04:00:44.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764675616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-16T04:00:44.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "dcae-sch", "timestamp": 1631764671914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764675616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "ves-openapi-manager", "timestamp": 1631764678714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764679791, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764675616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "ves-openapi-manager", "timestamp": 1631764678714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "cds", "timestamp": 1631764679788, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764680795, "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-09-16T04:00:44.742Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1615d9d-f028-4052-8232-9ff8e1458f02 2021-09-16T04:00:44.742Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T04:00:44.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "policy-id", "timestamp": 1631764680239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764675616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "ves-openapi-manager", "timestamp": 1631764678714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "cds", "timestamp": 1631764679788, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764681548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "policy-id", "timestamp": 1631764680239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764675616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "ves-openapi-manager", "timestamp": 1631764678714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "policy-id", "timestamp": 1631764680239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "cds", "timestamp": 1631764683108, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764683161, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "ves-openapi-manager", "timestamp": 1631764678714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764683870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "policy-id", "timestamp": 1631764680239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "cds", "timestamp": 1631764684112, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-16T04:00:44.760Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2519d39a-eaff-4def-8532-b696bcb90094 2021-09-16T04:00:44.760Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2519d39a-eaff-4def-8532-b696bcb90094 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-09-16T04:00:44.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764684239, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "ves-openapi-manager", "timestamp": 1631764678714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "policy-id", "timestamp": 1631764680239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764685043, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764685242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "ves-openapi-manager", "timestamp": 1631764678714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "policy-id", "timestamp": 1631764680239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764686244, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "ves-openapi-manager", "timestamp": 1631764678714, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764686613, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764686897, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "policy-id", "timestamp": 1631764680239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764687248, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "ves-openapi-manager", "timestamp": 1631764678714, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.769Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764687633, "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-09-16T04:00:44.772Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 2021-09-16T04:00:44.772Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 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-09-16T04:00:44.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764687900, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "policy-id", "timestamp": 1631764688505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "multicloud-k8s-id", "timestamp": 1631764688635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "aai-ml", "timestamp": 1631764688625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "policy-id", "timestamp": 1631764689509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "multicloud-k8s-id", "timestamp": 1631764675616, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "aai-ml", "timestamp": 1631764688625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.780Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "policy-id", "timestamp": 1631764690511, "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-09-16T04:00:44.783Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 2021-09-16T04:00:44.784Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 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-09-16T04:00:44.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "multicloud-k8s-id", "timestamp": 1631764675616, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "aai-ml", "timestamp": 1631764688625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "policy-id", "timestamp": 1631764680239, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764691975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "aai-ml", "timestamp": 1631764688625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "dcae-sch", "timestamp": 1631764691914, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "policy-id", "timestamp": 1631764680239, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764692977, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "aai-ml", "timestamp": 1631764688625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "dcae-sch", "timestamp": 1631764691914, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "clamp", "timestamp": 1631764693979, "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-09-16T04:00:44.794Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1615d9d-f028-4052-8232-9ff8e1458f02 2021-09-16T04:00:44.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T04:00:44.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "aai-ml", "timestamp": 1631764688625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "aai-ml", "timestamp": 1631764688625, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "policy-id", "timestamp": 1631764695610, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "policy-id", "timestamp": 1631764696613, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "aai-ml", "timestamp": 1631764697019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764695616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "cds", "timestamp": 1631764694788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764697425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "policy-id", "timestamp": 1631764697615, "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-09-16T04:00:44.804Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2519d39a-eaff-4def-8532-b696bcb90094 2021-09-16T04:00:44.804Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2519d39a-eaff-4def-8532-b696bcb90094 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-09-16T04:00:44.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764695616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "cds", "timestamp": 1631764694788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764697425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "cds", "timestamp": 1631764694788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764695616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "ves-openapi-manager", "timestamp": 1631764698714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764697425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "cds", "timestamp": 1631764694788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764695616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "ves-openapi-manager", "timestamp": 1631764698714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764697425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "policy-id", "timestamp": 1631764700239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "clamp", "timestamp": 1631764673412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "cds", "timestamp": 1631764694788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764695616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "ves-openapi-manager", "timestamp": 1631764698714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764697425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "policy-id", "timestamp": 1631764700239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "cds", "timestamp": 1631764694788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764695616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "ves-openapi-manager", "timestamp": 1631764698714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764697425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "policy-id", "timestamp": 1631764700239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "cds", "timestamp": 1631764694788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764695616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "ves-openapi-manager", "timestamp": 1631764698714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764697425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "policy-id", "timestamp": 1631764700239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "cds", "timestamp": 1631764694788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764695616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "aai-ml", "timestamp": 1631764704151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "ves-openapi-manager", "timestamp": 1631764698714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "policy-id", "timestamp": 1631764700239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "aai-ml", "timestamp": 1631764705155, "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-09-16T04:00:44.819Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 2021-09-16T04:00:44.819Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 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-09-16T04:00:44.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764705256, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "ves-openapi-manager", "timestamp": 1631764698714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "cds", "timestamp": 1631764705713, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764705715, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "policy-id", "timestamp": 1631764700239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "aai-ml", "timestamp": 1631764688625, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "ves-openapi-manager", "timestamp": 1631764698714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "policy-id", "timestamp": 1631764700239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "aai-ml", "timestamp": 1631764688625, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764707607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "cds", "timestamp": 1631764707670, "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-09-16T04:00:44.835Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6ed6fdb-aa2c-483f-8e16-e59157326acd 2021-09-16T04:00:44.836Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ed6fdb-aa2c-483f-8e16-e59157326acd 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-09-16T04:00:44.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764707787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "policy-id", "timestamp": 1631764700239, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764708795, "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-09-16T04:00:44.845Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 2021-09-16T04:00:44.845Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 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-09-16T04:00:44.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "aai-ml", "timestamp": 1631764709319, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764709813, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "clamp", "timestamp": 1631764709902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "policy-id", "timestamp": 1631764709921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764710910, "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-09-16T04:00:44.855Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6ed6fdb-aa2c-483f-8e16-e59157326acd 2021-09-16T04:00:44.855Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ed6fdb-aa2c-483f-8e16-e59157326acd 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-09-16T04:00:44.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "policy-id", "timestamp": 1631764710924, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.860Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "clamp", "timestamp": 1631764711909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.860Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "multicloud-k8s-id", "timestamp": 1631764711913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "policy-id", "timestamp": 1631764711926, "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-09-16T04:00:44.864Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6ed6fdb-aa2c-483f-8e16-e59157326acd 2021-09-16T04:00:44.864Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ed6fdb-aa2c-483f-8e16-e59157326acd 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-09-16T04:00:44.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "dcae-sch", "timestamp": 1631764711914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "clamp", "timestamp": 1631764712911, "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-09-16T04:00:44.873Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 2021-09-16T04:00:44.873Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 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-09-16T04:00:44.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "dcae-sch", "timestamp": 1631764711914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "clamp", "timestamp": 1631764713914, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "dcae-sch", "timestamp": 1631764711914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "clamp", "timestamp": 1631764713914, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "aai-ml", "timestamp": 1631764715112, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "dcae-sch", "timestamp": 1631764711914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "aai-ml", "timestamp": 1631764716115, "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-09-16T04:00:44.885Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2519d39a-eaff-4def-8532-b696bcb90094 2021-09-16T04:00:44.885Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2519d39a-eaff-4def-8532-b696bcb90094 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-09-16T04:00:44.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "dcae-sch", "timestamp": 1631764711914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "dcae-sch", "timestamp": 1631764711914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "dcae-sch", "timestamp": 1631764711914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "aai-ml", "timestamp": 1631764718625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "dcae-sch", "timestamp": 1631764711914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "clamp", "timestamp": 1631764719903, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "aai-ml", "timestamp": 1631764718625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "aai-ml", "timestamp": 1631764718625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "clamp", "timestamp": 1631764721909, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "aai-ml", "timestamp": 1631764718625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "clamp", "timestamp": 1631764722911, "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-09-16T04:00:44.897Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2519d39a-eaff-4def-8532-b696bcb90094 2021-09-16T04:00:44.897Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2519d39a-eaff-4def-8532-b696bcb90094 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-09-16T04:00:44.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "aai-ml", "timestamp": 1631764718625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:00:44.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:00:44.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "aai-ml", "timestamp": 1631764718625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:00:44.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:08.314Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T04:01:08.321Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T04:01:08.322Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T04:01:08.323Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-16T04:01:08.323Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-16T04:01:08.323Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-16T04:01:08.323Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:01:08.323Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:01:08.323Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:01:08.323Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:01:08.323Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:01:08.323Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:01:08.323Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:01:08.323Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T04:01:08.326Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-16T04:01:38.327Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1615d9d-f028-4052-8232-9ff8e1458f02 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-09-16T04:01:38.332Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1615d9d-f028-4052-8232-9ff8e1458f02 and serviceModelVersionId: d8ac7bd2-6333-4eb5-a6fd-b43394736d98 2021-09-16T04:01:38.332Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed014dba-3904-4f64-b295-0bfcce7302de 2021-09-16T04:01:38.333Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed014dba-3904-4f64-b295-0bfcce7302de/model-vers/model-ver/d8ac7bd2-6333-4eb5-a6fd-b43394736d98?depth=0 2021-09-16T04:01:38.338Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-16T04:01:38.373Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed014dba-3904-4f64-b295-0bfcce7302de/model-vers/model-ver/d8ac7bd2-6333-4eb5-a6fd-b43394736d98?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-09-16T04:01:38.373Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed014dba-3904-4f64-b295-0bfcce7302de/model-vers/model-ver/d8ac7bd2-6333-4eb5-a6fd-b43394736d98?depth=0|INFO|500||Invoke 2021-09-16T04:01:38.392Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed014dba-3904-4f64-b295-0bfcce7302de/model-vers/model-ver/d8ac7bd2-6333-4eb5-a6fd-b43394736d98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-16T04:01:38.621Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed014dba-3904-4f64-b295-0bfcce7302de/model-vers/model-ver/d8ac7bd2-6333-4eb5-a6fd-b43394736d98?depth=0|INFO|500||InvokeReturn 2021-09-16T04:01:38.622Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ed014dba-3904-4f64-b295-0bfcce7302de/model-vers/model-ver/d8ac7bd2-6333-4eb5-a6fd-b43394736d98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210916-04:01:38:398-59917], vertex-id=[209088], Content-Length=[0], Date=[Thu, 16 Sep 2021 04:01:38 GMT], Content-Type=[application/json]} 2021-09-16T04:01:38.622Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-16T04:01:38.622Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-16T04:01:38.622Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||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-09-16T04:01:38.626Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-16T04:01:38.626Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1615d9d-f028-4052-8232-9ff8e1458f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-16T04:01:38.626Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-16T04:01:38.626Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:38.628Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:38.628Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764898626, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:01:38.728Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:01:38.728Z||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-09-16T04:01:38.729Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:38.736Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:38.737Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-16T04:01:39.637Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:01:39.637Z|f1615d9d-f028-4052-8232-9ff8e1458f02|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-09-16T04:01:39.637Z|f1615d9d-f028-4052-8232-9ff8e1458f02|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:43.919Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:43.920Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-16T04:01:43.920Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"025fceac-1107-4cfb-9f18-a93659c61f4a","serviceDescription":"service","serviceInvariantUUID":"598e36a7-4d00-407e-a869-a103e6ac2f33","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dea49f7e-7136-4f95-bc35-7591e56f3def","resourceInvariantUUID":"08f71fff-8532-460b-a40e-e568e4c23a46","resourceCustomizationUUID":"2ee99683-dae7-414c-9069-ed495994e488","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":"M2U0ZjQ5Y2Y0NGFkZWQxY2E0YTkzOTI1YTA3MmQ1N2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e0ea663-0dff-4d15-b8ea-bc1eea0678fa","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":"MThhYTZhZDAxOGViNzBlOWU0ZDI0MmVlYzJjZDZiOTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c1cf7c6-9704-4102-829a-468131a90224","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":"2ace78ab-5fb4-41da-ac6b-4debf696f5ac","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":"04952151-4e54-458e-bc6d-cf358dbd5113","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":"12a4f9a9-6067-46f8-bc94-0e61246e6bfd","artifactVersion":"2","generatedFromUUID":"2ace78ab-5fb4-41da-ac6b-4debf696f5ac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmVhNDZiNzE1NTg0YjA5OTg1ZmNlYTNhZDVlYmI1NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a85e2aa1-1b60-4b7c-9cad-f3e1948b8b41","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODI4Yzg1OWI0ZGMyODRkMDY4ZGFkMDQ3NjkzYWNhY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"16d36e3f-2f91-4610-94da-acac84fe5ad6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-16T04:01:43.921Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:01:43.921Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:43.923Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:43.923Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.023Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:01:44.024Z||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-09-16T04:01:44.024Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:44.031Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:44.031Z||pool-63-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:01:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:01:44.630Z||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-09-16T04:01:44.631Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:44.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:44.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "aai-ml", "timestamp": 1631764718625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "aai-ml", "timestamp": 1631764718625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:01:44.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764727425, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "aai-ml", "timestamp": 1631764728016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:01:44.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:01:44.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764727425, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:01:44.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764731716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:01:44.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:01:44.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764733217, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:01:44.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:01:44.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "clamp", "timestamp": 1631764733412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764734221, "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-09-16T04:01:44.660Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2519d39a-eaff-4def-8532-b696bcb90094 2021-09-16T04:01:44.660Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2519d39a-eaff-4def-8532-b696bcb90094 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-09-16T04:01:44.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "clamp", "timestamp": 1631764733412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:01:44.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764727425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "clamp", "timestamp": 1631764733412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764727425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "clamp", "timestamp": 1631764733412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "aai-ml", "timestamp": 1631764737109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:01:44.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:01:44.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764727425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "clamp", "timestamp": 1631764733412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "aai-ml", "timestamp": 1631764738113, "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-09-16T04:01:44.676Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6ed6fdb-aa2c-483f-8e16-e59157326acd 2021-09-16T04:01:44.676Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ed6fdb-aa2c-483f-8e16-e59157326acd 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-09-16T04:01:44.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764727425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "clamp", "timestamp": 1631764733412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764727425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "clamp", "timestamp": 1631764733412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764727425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "clamp", "timestamp": 1631764733412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764727425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764727425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:01:44.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:01:44.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764743971, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:01:44.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:01:44.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764746275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:01:44.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:01:44.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764747278, "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-09-16T04:01:44.690Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6ed6fdb-aa2c-483f-8e16-e59157326acd 2021-09-16T04:01:44.690Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ed6fdb-aa2c-483f-8e16-e59157326acd 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-09-16T04:01:44.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "clamp", "timestamp": 1631764748906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:01:44.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:01:44.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "clamp", "timestamp": 1631764751909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:01:44.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:01:44.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:01:44.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "clamp", "timestamp": 1631764752912, "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-09-16T04:01:44.700Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6ed6fdb-aa2c-483f-8e16-e59157326acd 2021-09-16T04:01:44.700Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6ed6fdb-aa2c-483f-8e16-e59157326acd 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-09-16T04:01:44.924Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:01:44.924Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:44.926Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:44.926Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:01:45.026Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:01:45.027Z||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-09-16T04:01:45.027Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:45.035Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:45.035Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:01:45.927Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:01:45.927Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:45.929Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:45.929Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-16T04:01:46.029Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:01:46.030Z||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-09-16T04:01:46.030Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:46.036Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:46.036Z||pool-65-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:01:46.929Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:01:46.930Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:46.931Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:46.931Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:47.031Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:01:47.032Z||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-09-16T04:01:47.032Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:47.038Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:47.039Z||pool-66-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:01:47.931Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:01:47.932Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:47.934Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:47.934Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-16T04:01:48.034Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:01:48.035Z||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-09-16T04:01:48.035Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:48.041Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:48.041Z||pool-67-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:01:48.934Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:01:48.935Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:48.936Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:48.937Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:01:49.037Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:01:49.038Z||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-09-16T04:01:49.038Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:49.045Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:49.045Z||pool-68-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:01:49.937Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:01:49.938Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:49.940Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:49.940Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:01:50.040Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:01:50.041Z||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-09-16T04:01:50.041Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:50.047Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:50.048Z||pool-69-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-09-16T04:01:50.941Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "025fceac-1107-4cfb-9f18-a93659c61f4a", "serviceDescription": "service", "serviceInvariantUUID": "598e36a7-4d00-407e-a869-a103e6ac2f33", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "2ee99683-dae7-414c-9069-ed495994e488", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dea49f7e-7136-4f95-bc35-7591e56f3def", "resourceInvariantUUID": "08f71fff-8532-460b-a40e-e568e4c23a46", "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": "MThhYTZhZDAxOGViNzBlOWU0ZDI0MmVlYzJjZDZiOTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c1cf7c6-9704-4102-829a-468131a90224", "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": "2ace78ab-5fb4-41da-ac6b-4debf696f5ac", "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": "12a4f9a9-6067-46f8-bc94-0e61246e6bfd", "generatedFromUUID": "2ace78ab-5fb4-41da-ac6b-4debf696f5ac" }, "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": "12a4f9a9-6067-46f8-bc94-0e61246e6bfd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ODI4Yzg1OWI0ZGMyODRkMDY4ZGFkMDQ3NjkzYWNhY2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "16d36e3f-2f91-4610-94da-acac84fe5ad6" } ], "workloadContext": "Production" } 2021-09-16T04:01:50.942Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-16T04:01:50.942Z|f1615d9d-f028-4052-8232-9ff8e1458f02|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 025fceac-1107-4cfb-9f18-a93659c61f4a ASDC 2021-09-16T04:01:50.942Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:025fceac-1107-4cfb-9f18-a93659c61f4a ServiceInvariantUUID:598e36a7-4d00-407e-a869-a103e6ac2f33 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:16d36e3f-2f91-4610-94da-acac84fe5ad6 ArtifactChecksum:ODI4Yzg1OWI0ZGMyODRkMDY4ZGFkMDQ3NjkzYWNhY2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:2ee99683-dae7-414c-9069-ed495994e488 ResourceInvariantUUID:08f71fff-8532-460b-a40e-e568e4c23a46 ResourceName:basic_vm ResourceType:VF ResourceUUID:dea49f7e-7136-4f95-bc35-7591e56f3def 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:9c1cf7c6-9704-4102-829a-468131a90224 ArtifactChecksum:MThhYTZhZDAxOGViNzBlOWU0ZDI0MmVlYzJjZDZiOTA= 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:2ace78ab-5fb4-41da-ac6b-4debf696f5ac 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:12a4f9a9-6067-46f8-bc94-0e61246e6bfd 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:12a4f9a9-6067-46f8-bc94-0e61246e6bfd ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-16T04:01:50.942Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 025fceac-1107-4cfb-9f18-a93659c61f4a 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-09-16T04:01:50.968Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T04:01:50.969Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:01:50.969Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:01:50.969Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 16d36e3f-2f91-4610-94da-acac84fe5ad6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-16T04:01:50.969Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:01:50.969Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-16T04:01:53.211Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:01:53.214Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 16d36e3f-2f91-4610-94da-acac84fe5ad6 70873 2021-09-16T04:01:53.215Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-16T04:01:53.215Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-16T04:01:53.215Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:01:53.215Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:53.216Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:53.216Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764913215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:01:53.317Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-16T04:01:53.317Z||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-09-16T04:01:53.318Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:53.324Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:53.324Z||pool-70-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:01:54.217Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T04:01:54.218Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:01:54.218Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 16d36e3f-2f91-4610-94da-acac84fe5ad6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:54.218Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-16T04:01:54.219Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:54.219Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:54.356Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1612157293924685783/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-09-16T04:01:55.223Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:55.224Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-16T04:01:55.225Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T04:01:55.225Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.225Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:01:55.225Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-16T04:01:55.225Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T04:01:55.225Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T04:01:55.225Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.225Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:01:55.225Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-16T04:01:55.226Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T04:01:55.226Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T04:01:55.226Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.226Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:01:55.226Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.226Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-16T04:01:55.226Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-16T04:01:55.226Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-16T04:01:55.226Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-16T04:01:55.226Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-16T04:01:55.227Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-16T04:01:55.227Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.227Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T04:01:55.227Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.227Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-16T04:01:55.227Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:01:55.227Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.227Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-16T04:01:55.227Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:01:55.227Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.228Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-16T04:01:55.228Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:01:55.228Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.228Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-16T04:01:55.228Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-16T04:01:55.228Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-16T04:01:55.228Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a8615c74-b345-4d5c-99f2-35a2b80f54fd 2021-09-16T04:01:55.228Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.228Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:01:55.228Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.229Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:01:55.229Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.229Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:01:55.229Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:01:55.229Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:01:55.229Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:025fceac-1107-4cfb-9f18-a93659c61f4a Model Version:NULL Model InvariantUuid:598e36a7-4d00-407e-a869-a103e6ac2f33 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:ad442119-483e-4bac-9917-b02bf447dc8c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:08f71fff-8532-460b-a40e-e568e4c23a46 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2ee99683-dae7-414c-9069-ed495994e488 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f3d0ffaa-fb5c-47d9-8fbb-477cd14b03cb ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:6257a0d5-74bd-41f7-9f85-545a7f7fe4e8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a8615c74-b345-4d5c-99f2-35a2b80f54fd ModelInvariantUuid:4e820a06-4252-485e-8bdf-672e1c0eda14 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:6b18f79a-13e3-4109-b87e-652e1ef96c04 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c2dc45b7-9e3b-462c-b74e-33fdb4fe78ff ModelInvariantUuid:759fe09a-a376-49f9-a09d-c8ca9ebb8708 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:24dcfa6d-3b1f-44a7-9045-315cd5c7e0e4 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-09-16T04:01:55.234Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: dea49f7e-7136-4f95-bc35-7591e56f3def 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-09-16T04:01:55.236Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||basic_vm 0 2021-09-16T04:01:55.236Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dea49f7e-7136-4f95-bc35-7591e56f3def 2021-09-16T04:01:55.236Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9c1cf7c6-9704-4102-829a-468131a90224 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-16T04:01:55.236Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:01:55.236Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-16T04:01:55.910Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:01:55.910Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9c1cf7c6-9704-4102-829a-468131a90224 787 2021-09-16T04:01:55.910Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-16T04:01:55.910Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-16T04:01:55.910Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:01:55.911Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:55.912Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:55.912Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764915910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:01:56.012Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:01:56.013Z||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-09-16T04:01:56.013Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:56.019Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:56.019Z||pool-71-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:01:56.912Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f3d0ffaa-fb5c-47d9-8fbb-477cd14b03cb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6257a0d5-74bd-41f7-9f85-545a7f7fe4e8", "vfModuleModelCustomizationUUID": "509a1b2b-e824-4247-9a43-19b46bc87c8a", "isBase": true, "artifacts": [ "2ace78ab-5fb4-41da-ac6b-4debf696f5ac", "12a4f9a9-6067-46f8-bc94-0e61246e6bfd" ], "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-09-16T04:01:56.916Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6257a0d5-74bd-41f7-9f85-545a7f7fe4e8 VfModuleModelInvariantUUID:f3d0ffaa-fb5c-47d9-8fbb-477cd14b03cb VfModuleModelDescription:NULL Artifacts UUID List:{ 2ace78ab-5fb4-41da-ac6b-4debf696f5ac , 12a4f9a9-6067-46f8-bc94-0e61246e6bfd } 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-09-16T04:01:56.918Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f3d0ffaa-fb5c-47d9-8fbb-477cd14b03cb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6257a0d5-74bd-41f7-9f85-545a7f7fe4e8", "vfModuleModelCustomizationUUID": "509a1b2b-e824-4247-9a43-19b46bc87c8a", "isBase": true, "artifacts": [ "2ace78ab-5fb4-41da-ac6b-4debf696f5ac", "12a4f9a9-6067-46f8-bc94-0e61246e6bfd" ], "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-09-16T04:01:56.918Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6257a0d5-74bd-41f7-9f85-545a7f7fe4e8 VfModuleModelInvariantUUID:f3d0ffaa-fb5c-47d9-8fbb-477cd14b03cb VfModuleModelDescription:NULL Artifacts UUID List:{ 2ace78ab-5fb4-41da-ac6b-4debf696f5ac , 12a4f9a9-6067-46f8-bc94-0e61246e6bfd } 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-09-16T04:01:56.918Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2ace78ab-5fb4-41da-ac6b-4debf696f5ac from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-16T04:01:56.918Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:01:56.919Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-16T04:01:57.518Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:01:57.519Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2ace78ab-5fb4-41da-ac6b-4debf696f5ac 5033 2021-09-16T04:01:57.519Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-16T04:01:57.519Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-16T04:01:57.519Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:01:57.519Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:57.521Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:57.521Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764917519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:01:57.622Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-16T04:01:57.622Z||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-09-16T04:01:57.622Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:57.628Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:57.628Z||pool-72-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:01:58.522Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 12a4f9a9-6067-46f8-bc94-0e61246e6bfd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-16T04:01:58.522Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:01:58.523Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-16T04:01:59.029Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:01:59.029Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 12a4f9a9-6067-46f8-bc94-0e61246e6bfd 903 2021-09-16T04:01:59.030Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-16T04:01:59.030Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-16T04:01:59.030Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:01:59.030Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:01:59.032Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:01:59.032Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764919030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:01:59.132Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:01:59.132Z||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-09-16T04:01:59.132Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:01:59.138Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:01:59.139Z||pool-73-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-09-16T04:02:00.032Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 025fceac-1107-4cfb-9f18-a93659c61f4a 2021-09-16T04:02:00.033Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 dea49f7e-7136-4f95-bc35-7591e56f3def 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-09-16T04:02:00.042Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@502d353c, org.onap.sdc.toscaparser.api.parameters.Input@5ded47d3, org.onap.sdc.toscaparser.api.parameters.Input@7a3e7a0e, org.onap.sdc.toscaparser.api.parameters.Input@bb105, org.onap.sdc.toscaparser.api.parameters.Input@3936e0ed] 2021-09-16T04:02:00.043Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.043Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:00.043Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-09-16T04:02:00.043Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 2ee99683-dae7-414c-9069-ed495994e488 2021-09-16T04:02:00.043Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ee99683-dae7-414c-9069-ed495994e488 matches Tosca VF Customization UUID: 2ee99683-dae7-414c-9069-ed495994e488 2021-09-16T04:02:00.043Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 2ee99683-dae7-414c-9069-ed495994e488 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-09-16T04:02:00.045Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.045Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:00.045Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 2ee99683-dae7-414c-9069-ed495994e488: {\"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-09-16T04:02:00.045Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5aeb1473 2021-09-16T04:02:00.046Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.046Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T04:02:00.046Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 509a1b2b-e824-4247-9a43-19b46bc87c8a 2021-09-16T04:02:00.046Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 509a1b2b-e824-4247-9a43-19b46bc87c8a 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-09-16T04:02:00.048Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.048Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-16T04:02:00.048Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:02:00.048Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.048Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-16T04:02:00.049Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:02:00.049Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.049Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-16T04:02:00.049Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-16T04:02:00.049Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-16T04:02:00.049Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a8615c74-b345-4d5c-99f2-35a2b80f54fd 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-09-16T04:02:00.051Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.051Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-16T04:02:00.051Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:02:00.052Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.052Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-16T04:02:00.052Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2ee99683-dae7-414c-9069-ed495994e488 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-09-16T04:02:00.054Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.054Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:00.054Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 025fceac-1107-4cfb-9f18-a93659c61f4a: basic_vm 2021-09-16T04:02:00.054Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.054Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:00.054Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.054Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:00.055Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.055Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:00.055Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.055Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:00.055Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:00.055Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:00.055Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||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-09-16T04:02:00.120Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm dea49f7e-7136-4f95-bc35-7591e56f3def 1 ASDC deployResourceStructure 2021-09-16T04:02:00.121Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-16T04:02:00.121Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-16T04:02:00.121Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:02:00.121Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:02:00.123Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:02:00.123Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764920121, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:02:00.223Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:02:00.224Z||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-09-16T04:02:00.224Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:02:00.230Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:02:00.230Z||pool-74-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:02:01.124Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-16T04:02:01.124Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-16T04:02:01.124Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:02:01.124Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:02:01.126Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:02:01.126Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764921123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-16T04:02:01.226Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:02:01.227Z||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-09-16T04:02:01.227Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:02:01.232Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:02:01.232Z||pool-75-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:02:02.127Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-16T04:02:02.127Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-16T04:02:02.127Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:02:02.127Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:02:02.129Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:02:02.129Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764922126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-16T04:02:02.229Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:02:02.230Z||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-09-16T04:02:02.230Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:02:02.236Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:02:02.236Z||pool-76-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:02:03.129Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-16T04:02:03.130Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-16T04:02:03.130Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:02:03.130Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:02:03.131Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:02:03.131Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764923129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:02:03.231Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:02:03.232Z||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-09-16T04:02:03.232Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:02:03.238Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:02:03.238Z||pool-77-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1} 2021-09-16T04:02:04.132Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T04:02:04.139Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 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-09-16T04:02:04.141Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T04:02:04.141Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-16T04:02:04.141Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-16T04:02:04.141Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-16T04:02:04.141Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:04.141Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:04.141Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:04.141Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:04.141Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:04.141Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:04.141Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T04:02:04.145Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-16T04:02:34.145Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 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-09-16T04:02:34.149Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 and serviceModelVersionId: 025fceac-1107-4cfb-9f18-a93659c61f4a 2021-09-16T04:02:34.149Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 598e36a7-4d00-407e-a869-a103e6ac2f33 2021-09-16T04:02:34.149Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/598e36a7-4d00-407e-a869-a103e6ac2f33/model-vers/model-ver/025fceac-1107-4cfb-9f18-a93659c61f4a?depth=0 2021-09-16T04:02:34.153Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-16T04:02:34.186Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598e36a7-4d00-407e-a869-a103e6ac2f33/model-vers/model-ver/025fceac-1107-4cfb-9f18-a93659c61f4a?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-09-16T04:02:34.187Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598e36a7-4d00-407e-a869-a103e6ac2f33/model-vers/model-ver/025fceac-1107-4cfb-9f18-a93659c61f4a?depth=0|INFO|500||Invoke 2021-09-16T04:02:34.202Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598e36a7-4d00-407e-a869-a103e6ac2f33/model-vers/model-ver/025fceac-1107-4cfb-9f18-a93659c61f4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-16T04:02:34.337Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598e36a7-4d00-407e-a869-a103e6ac2f33/model-vers/model-ver/025fceac-1107-4cfb-9f18-a93659c61f4a?depth=0|INFO|500||InvokeReturn 2021-09-16T04:02:34.338Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/598e36a7-4d00-407e-a869-a103e6ac2f33/model-vers/model-ver/025fceac-1107-4cfb-9f18-a93659c61f4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210916-04:02:34:209-2000], vertex-id=[213240], Content-Length=[0], Date=[Thu, 16 Sep 2021 04:02:34 GMT], Content-Type=[application/json]} 2021-09-16T04:02:34.338Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-16T04:02:34.338Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-16T04:02:34.338Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||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-09-16T04:02:34.341Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-16T04:02:34.341Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-16T04:02:34.341Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-16T04:02:34.342Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:02:34.343Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:02:34.343Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764954341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:02:34.443Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-16T04:02:34.444Z||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-09-16T04:02:34.444Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:02:34.451Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:02:34.451Z||pool-78-thread-1|||||INFO|500||cambria reply ok (7 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-09-16T04:02:35.351Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-16T04:02:35.351Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2519d39a-eaff-4def-8532-b696bcb90094","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"bd89dceb-c338-4745-bf15-08098c7e20ee","serviceDescription":"service","serviceInvariantUUID":"73cb48f7-018d-40e8-91ce-15cfe142b20f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"cb0ebe46-e7fc-44e3-bc32-3ae1340d11ac","resourceInvariantUUID":"d40aeb50-7402-45a6-a5c5-a3bdd0e61dd2","resourceCustomizationUUID":"697b5d1b-7947-4d8a-b4e6-8b27067b3add","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":"NDVkOWY2NjdlN2RlMGE1OTUxNTA0ODRjZGRkNWYzN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c38f5b7-8596-4562-8853-ae6e1d371200","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmY4NzljNWNhMDMwMjVhZDI2ZmVhOTNiYWYwNzNmNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea8d6c0e-0b8c-425e-a8b5-0c011503dbf2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-16T04:02:35.352Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:02:35.352Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:02:35.353Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:02:35.353Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:35.453Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:02:35.454Z||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-09-16T04:02:35.454Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:02:35.460Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:02:35.460Z||pool-79-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:02:36.354Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:02:36.355Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:02:36.356Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:02:36.356Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:02:36.456Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:02:36.457Z||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-09-16T04:02:36.457Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:02:36.463Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:02:36.463Z||pool-80-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:02:37.357Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "bd89dceb-c338-4745-bf15-08098c7e20ee", "serviceDescription": "service", "serviceInvariantUUID": "73cb48f7-018d-40e8-91ce-15cfe142b20f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "697b5d1b-7947-4d8a-b4e6-8b27067b3add", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "cb0ebe46-e7fc-44e3-bc32-3ae1340d11ac", "resourceInvariantUUID": "d40aeb50-7402-45a6-a5c5-a3bdd0e61dd2", "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": "YmY4NzljNWNhMDMwMjVhZDI2ZmVhOTNiYWYwNzNmNzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ea8d6c0e-0b8c-425e-a8b5-0c011503dbf2" } ], "workloadContext": "Production" } 2021-09-16T04:02:37.357Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-16T04:02:37.357Z|7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bd89dceb-c338-4745-bf15-08098c7e20ee ASDC 2021-09-16T04:02:37.358Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:2519d39a-eaff-4def-8532-b696bcb90094 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:bd89dceb-c338-4745-bf15-08098c7e20ee ServiceInvariantUUID:73cb48f7-018d-40e8-91ce-15cfe142b20f 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:ea8d6c0e-0b8c-425e-a8b5-0c011503dbf2 ArtifactChecksum:YmY4NzljNWNhMDMwMjVhZDI2ZmVhOTNiYWYwNzNmNzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:697b5d1b-7947-4d8a-b4e6-8b27067b3add ResourceInvariantUUID:d40aeb50-7402-45a6-a5c5-a3bdd0e61dd2 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:cb0ebe46-e7fc-44e3-bc32-3ae1340d11ac ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-09-16T04:02:37.358Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd89dceb-c338-4745-bf15-08098c7e20ee 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-09-16T04:02:37.376Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T04:02:37.376Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:02:37.376Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:02:37.376Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ea8d6c0e-0b8c-425e-a8b5-0c011503dbf2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-16T04:02:37.376Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:02:37.376Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-16T04:02:37.906Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:02:37.908Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ea8d6c0e-0b8c-425e-a8b5-0c011503dbf2 52176 2021-09-16T04:02:37.908Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-16T04:02:37.908Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-16T04:02:37.908Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:02:37.908Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:02:37.909Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:02:37.910Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764957908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:02:38.010Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:02:38.011Z||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-09-16T04:02:38.011Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:02:38.017Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:02:38.017Z||pool-81-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:02:38.910Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T04:02:38.911Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:02:38.911Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ea8d6c0e-0b8c-425e-a8b5-0c011503dbf2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:38.912Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-09-16T04:02:38.912Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:38.912Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:38.986Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6329694088810490486/Definitions/service-BasicNetwork-template.yml 2021-09-16T04:02:39.309Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-16T04:02:39.309Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T04:02:39.309Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:39.309Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-09-16T04:02:39.310Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:39.310Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:39.310Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:39.310Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:39.310Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:39.310Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:39.310Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:39.310Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-16T04:02:39.311Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T04:02:39.311Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.311Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.311Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-16T04:02:39.311Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T04:02:39.311Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T04:02:39.312Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.312Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.312Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-16T04:02:39.312Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T04:02:39.312Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T04:02:39.312Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.312Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.312Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.313Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.313Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.313Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.313Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.313Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.313Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.314Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.314Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:bd89dceb-c338-4745-bf15-08098c7e20ee Model Version:NULL Model InvariantUuid:73cb48f7-018d-40e8-91ce-15cfe142b20f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:d40aeb50-7402-45a6-a5c5-a3bdd0e61dd2 Model UUID:374649f5-0357-42ac-813f-737c4ba5a2ca Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:697b5d1b-7947-4d8a-b4e6-8b27067b3add 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-09-16T04:02:39.318Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: cb0ebe46-e7fc-44e3-bc32-3ae1340d11ac 2021-09-16T04:02:39.318Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||No resources found for Service: bd89dceb-c338-4745-bf15-08098c7e20ee 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-09-16T04:02:39.321Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500|| 2021-09-16T04:02:39.321Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-09-16T04:02:39.321Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||No resources found for Service: bd89dceb-c338-4745-bf15-08098c7e20ee 2021-09-16T04:02:39.321Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bd89dceb-c338-4745-bf15-08098c7e20ee 2021-09-16T04:02:39.322Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-09-16T04:02:39.322Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-09-16T04:02:39.325Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@500dfd90, org.onap.sdc.toscaparser.api.parameters.Input@47ad4b42, org.onap.sdc.toscaparser.api.parameters.Input@382f0e46, org.onap.sdc.toscaparser.api.parameters.Input@f0a9bb9, org.onap.sdc.toscaparser.api.parameters.Input@30d406b5] 2021-09-16T04:02:39.326Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.326Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.326Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.326Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.326Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bd89dceb-c338-4745-bf15-08098c7e20ee: Generic NeutronNet 2021-09-16T04:02:39.327Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.327Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.327Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.327Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-09-16T04:02:39.356Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.356Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.357Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.357Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.357Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:02:39.357Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:02:39.357Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||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-09-16T04:02:39.396Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-09-16T04:02:39.396Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-16T04:02:39.396Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-16T04:02:39.396Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:02:39.397Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:02:39.398Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:02:39.398Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764959396, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:02:39.499Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:02:39.499Z||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-09-16T04:02:39.499Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:02:39.508Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:02:39.508Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:02:40.399Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2519d39a-eaff-4def-8532-b696bcb90094 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T04:02:40.406Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2519d39a-eaff-4def-8532-b696bcb90094 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-09-16T04:02:40.408Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T04:02:40.408Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-16T04:02:40.408Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-16T04:02:40.408Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-16T04:02:40.408Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:40.409Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:40.409Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:40.409Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:40.409Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:40.409Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:02:40.409Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T04:02:40.412Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-16T04:02:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:02:44.630Z||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-09-16T04:02:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:02:44.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:02:44.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764853412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764847425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "dcae-sch", "timestamp": 1631764851914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "multicloud-k8s-id", "timestamp": 1631764855616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764853412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764847425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "dcae-sch", "timestamp": 1631764851914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "multicloud-k8s-id", "timestamp": 1631764855616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764853412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764847425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "dcae-sch", "timestamp": 1631764851914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "multicloud-k8s-id", "timestamp": 1631764855616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764853412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764847425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "dcae-sch", "timestamp": 1631764851914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "multicloud-k8s-id", "timestamp": 1631764855616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764858714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764853412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764847425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "dcae-sch", "timestamp": 1631764851914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "multicloud-k8s-id", "timestamp": 1631764855616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764858714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "cds", "timestamp": 1631764859788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764860239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764853412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764847425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "dcae-sch", "timestamp": 1631764851914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "multicloud-k8s-id", "timestamp": 1631764855616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764858714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "cds", "timestamp": 1631764859788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764860239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764853412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764847425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "dcae-sch", "timestamp": 1631764851914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "multicloud-k8s-id", "timestamp": 1631764855616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764858714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "cds", "timestamp": 1631764859788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764860239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764853412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764847425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "dcae-sch", "timestamp": 1631764851914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "multicloud-k8s-id", "timestamp": 1631764855616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764858714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "cds", "timestamp": 1631764859788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764860239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764853412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:02:44.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764847425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:02:44.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "dcae-sch", "timestamp": 1631764851914, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "multicloud-k8s-id", "timestamp": 1631764855616, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:02:44.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764858714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "cds", "timestamp": 1631764859788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764860239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764858714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-16T04:02:44.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "cds", "timestamp": 1631764859788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764865531, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:02:44.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764860239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764858714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "cds", "timestamp": 1631764859788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764860239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764858714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764867429, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:02:44.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "cds", "timestamp": 1631764859788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764860239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764867923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:02:44.667Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "cds", "timestamp": 1631764859788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:02:44.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764868432, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T04:02:44.678Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ce78f29-9d00-4889-a8ad-1d6928accae9 2021-09-16T04:02:44.678Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ce78f29-9d00-4889-a8ad-1d6928accae9 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-09-16T04:02:44.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764860239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:02:44.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764868625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764869420, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764869931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764868625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "cds", "timestamp": 1631764870307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764870438, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-16T04:02:44.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "clamp", "timestamp": 1631764870933, "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-09-16T04:02:44.689Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ce78f29-9d00-4889-a8ad-1d6928accae9 2021-09-16T04:02:44.689Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ce78f29-9d00-4889-a8ad-1d6928accae9 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-09-16T04:02:44.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764870953, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:02:44.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764868625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "ves-openapi-manager", "timestamp": 1631764871441, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T04:02:44.698Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3ce78f29-9d00-4889-a8ad-1d6928accae9 2021-09-16T04:02:44.699Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ce78f29-9d00-4889-a8ad-1d6928accae9 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-09-16T04:02:44.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "cds", "timestamp": 1631764871517, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T04:02:44.708Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ce78f29-9d00-4889-a8ad-1d6928accae9 2021-09-16T04:02:44.708Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ce78f29-9d00-4889-a8ad-1d6928accae9 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-09-16T04:02:44.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764871957, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:02:44.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764868625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "policy-id", "timestamp": 1631764872960, "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-09-16T04:02:44.718Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ce78f29-9d00-4889-a8ad-1d6928accae9 2021-09-16T04:02:44.718Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ce78f29-9d00-4889-a8ad-1d6928accae9 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-09-16T04:02:44.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764868625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764868625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764868625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764868625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764868625, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:02:44.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764878841, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:02:44.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764883048, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:02:44.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "aai-ml", "timestamp": 1631764884052, "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-09-16T04:02:44.730Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ce78f29-9d00-4889-a8ad-1d6928accae9 2021-09-16T04:02:44.730Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ce78f29-9d00-4889-a8ad-1d6928accae9 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-09-16T04:02:44.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f1615d9d-f028-4052-8232-9ff8e1458f02", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764898626, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:02:44.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:02:44.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:02:44.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:02:44.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:03:10.412Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2519d39a-eaff-4def-8532-b696bcb90094 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-09-16T04:03:10.416Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2519d39a-eaff-4def-8532-b696bcb90094 and serviceModelVersionId: bd89dceb-c338-4745-bf15-08098c7e20ee 2021-09-16T04:03:10.416Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73cb48f7-018d-40e8-91ce-15cfe142b20f 2021-09-16T04:03:10.417Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73cb48f7-018d-40e8-91ce-15cfe142b20f/model-vers/model-ver/bd89dceb-c338-4745-bf15-08098c7e20ee?depth=0 2021-09-16T04:03:10.420Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-16T04:03:10.453Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73cb48f7-018d-40e8-91ce-15cfe142b20f/model-vers/model-ver/bd89dceb-c338-4745-bf15-08098c7e20ee?depth=0|INFO|500||Invoke 2021-09-16T04:03:10.454Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73cb48f7-018d-40e8-91ce-15cfe142b20f/model-vers/model-ver/bd89dceb-c338-4745-bf15-08098c7e20ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73cb48f7-018d-40e8-91ce-15cfe142b20f/model-vers/model-ver/bd89dceb-c338-4745-bf15-08098c7e20ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2519d39a-eaff-4def-8532-b696bcb90094], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4e57d49-47bc-45c1-a322-1484efc5cdaa], X-ECOMP-RequestID=[2519d39a-eaff-4def-8532-b696bcb90094], X-TransactionId=[], X-ONAP-RequestID=[2519d39a-eaff-4def-8532-b696bcb90094], Content-Type=[application/merge-patch+json]} 2021-09-16T04:03:10.471Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73cb48f7-018d-40e8-91ce-15cfe142b20f/model-vers/model-ver/bd89dceb-c338-4745-bf15-08098c7e20ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-16T04:03:10.615Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73cb48f7-018d-40e8-91ce-15cfe142b20f/model-vers/model-ver/bd89dceb-c338-4745-bf15-08098c7e20ee?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/73cb48f7-018d-40e8-91ce-15cfe142b20f/model-vers/model-ver/bd89dceb-c338-4745-bf15-08098c7e20ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210916-04:03:10:478-28948], vertex-id=[278656], Content-Length=[0], Date=[Thu, 16 Sep 2021 04:03:10 GMT], Content-Type=[application/json]} 2021-09-16T04:03:10.615Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73cb48f7-018d-40e8-91ce-15cfe142b20f/model-vers/model-ver/bd89dceb-c338-4745-bf15-08098c7e20ee?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-16T04:03:10.616Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/73cb48f7-018d-40e8-91ce-15cfe142b20f/model-vers/model-ver/bd89dceb-c338-4745-bf15-08098c7e20ee?depth=0|INFO|500||InvokeReturn 2021-09-16T04:03:10.616Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-16T04:03:10.616Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||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-09-16T04:03:10.619Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-16T04:03:10.619Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2519d39a-eaff-4def-8532-b696bcb90094 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-16T04:03:10.619Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-16T04:03:10.619Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:10.620Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:10.620Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764990619, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:03:10.721Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:10.721Z||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-09-16T04:03:10.722Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:10.731Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:10.731Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-16T04:03:11.629Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-16T04:03:11.629Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6ed6fdb-aa2c-483f-8e16-e59157326acd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"176139c5-e988-41c2-a2c1-075d63c0ceec","serviceDescription":"service","serviceInvariantUUID":"9434b77f-cec6-44d1-a082-e16fb6f27c2b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"06f3a823-2119-48cc-bc32-7b89e6f82bee","resourceInvariantUUID":"4eed2224-8184-43d3-83ea-aecc2932d166","resourceCustomizationUUID":"377be623-9fe7-404b-8840-c9bafe4a4b4a","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":"YzkwNTA2Y2Y4NWEzZmZhZWNhMGU1MjQ0OTdjODBjZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2e08173-879c-4ce5-8cbf-7da06a61e93f","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":"YWU5ZDcwZjYwZTJhMjBjMzc5NGIxMDhhNGZhNzcwYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9073b41f-16b7-4fc2-a4bd-5e9b9cdea432","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":"6136e1c8-358e-491a-86c0-21e6ec624205","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":"77d30861-d1b3-4d1d-a9f4-bb6268cca6e9","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":"ec335e51-88a2-4a6c-abb4-f2c7e5018a71","artifactVersion":"2","generatedFromUUID":"6136e1c8-358e-491a-86c0-21e6ec624205"},{"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":"MDBkODQxNDhmZGIwNDVjNTM0MGMwMzdkZGI0N2QzOGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6a8eb928-bd36-4971-9928-49c19e149545","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":"ZWQzM2QyYWQxZjYxNGE2NDI5YTZiOGMwZjYyNmYzMGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d49a368-cff1-4205-8ada-4e1c3fdca847","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGVhZjZiZWFiODEwM2FlYmVlNDIzOTBiYWUwZWU4Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba1b185b-282e-4df4-8fd6-31454708b09b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-16T04:03:11.629Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:03:11.630Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:11.631Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:11.631Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:03:11.731Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:11.732Z||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-09-16T04:03:11.732Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:11.738Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:11.739Z||pool-84-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:12.631Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:03:12.632Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:12.634Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:12.634Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:03:12.734Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:12.735Z||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-09-16T04:03:12.735Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:12.740Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:12.741Z||pool-85-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:13.634Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:03:13.635Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:13.636Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:13.636Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-16T04:03:13.736Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:13.737Z||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-09-16T04:03:13.737Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:13.743Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:13.743Z||pool-86-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:14.637Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:03:14.637Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:14.639Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:14.639Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:03:14.739Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:14.740Z||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-09-16T04:03:14.740Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:14.746Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:14.746Z||pool-87-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:15.639Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:03:15.640Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:15.641Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:15.641Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-16T04:03:15.741Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:15.742Z||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-09-16T04:03:15.742Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:15.748Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:15.748Z||pool-88-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:16.642Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:03:16.642Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:16.644Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:16.644Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:03:16.744Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:16.745Z||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-09-16T04:03:16.745Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:16.751Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:16.752Z||pool-89-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:17.644Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:03:17.645Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:17.646Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:17.646Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:03:17.747Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-16T04:03:17.747Z||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-09-16T04:03:17.747Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:17.754Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:17.754Z||pool-90-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:18.647Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:03:18.647Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:18.649Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:18.649Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:03:18.749Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:18.750Z||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-09-16T04:03:18.750Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:18.757Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:18.757Z||pool-91-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:19.650Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "176139c5-e988-41c2-a2c1-075d63c0ceec", "serviceDescription": "service", "serviceInvariantUUID": "9434b77f-cec6-44d1-a082-e16fb6f27c2b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "377be623-9fe7-404b-8840-c9bafe4a4b4a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "06f3a823-2119-48cc-bc32-7b89e6f82bee", "resourceInvariantUUID": "4eed2224-8184-43d3-83ea-aecc2932d166", "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": "YWU5ZDcwZjYwZTJhMjBjMzc5NGIxMDhhNGZhNzcwYjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9073b41f-16b7-4fc2-a4bd-5e9b9cdea432", "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": "6136e1c8-358e-491a-86c0-21e6ec624205", "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": "ec335e51-88a2-4a6c-abb4-f2c7e5018a71", "generatedFromUUID": "6136e1c8-358e-491a-86c0-21e6ec624205" }, "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": "ec335e51-88a2-4a6c-abb4-f2c7e5018a71", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZGVhZjZiZWFiODEwM2FlYmVlNDIzOTBiYWUwZWU4Yzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ba1b185b-282e-4df4-8fd6-31454708b09b" } ], "workloadContext": "Production" } 2021-09-16T04:03:19.650Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-16T04:03:19.650Z|2519d39a-eaff-4def-8532-b696bcb90094|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 176139c5-e988-41c2-a2c1-075d63c0ceec ASDC 2021-09-16T04:03:19.651Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d6ed6fdb-aa2c-483f-8e16-e59157326acd ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:176139c5-e988-41c2-a2c1-075d63c0ceec ServiceInvariantUUID:9434b77f-cec6-44d1-a082-e16fb6f27c2b 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:ba1b185b-282e-4df4-8fd6-31454708b09b ArtifactChecksum:ZGVhZjZiZWFiODEwM2FlYmVlNDIzOTBiYWUwZWU4Yzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:377be623-9fe7-404b-8840-c9bafe4a4b4a ResourceInvariantUUID:4eed2224-8184-43d3-83ea-aecc2932d166 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:06f3a823-2119-48cc-bc32-7b89e6f82bee 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:9073b41f-16b7-4fc2-a4bd-5e9b9cdea432 ArtifactChecksum:YWU5ZDcwZjYwZTJhMjBjMzc5NGIxMDhhNGZhNzcwYjI= 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:6136e1c8-358e-491a-86c0-21e6ec624205 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:ec335e51-88a2-4a6c-abb4-f2c7e5018a71 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:ec335e51-88a2-4a6c-abb4-f2c7e5018a71 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-16T04:03:19.651Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 176139c5-e988-41c2-a2c1-075d63c0ceec 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-09-16T04:03:19.676Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T04:03:19.677Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:03:19.677Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:03:19.677Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ba1b185b-282e-4df4-8fd6-31454708b09b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-16T04:03:19.677Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:03:19.677Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-16T04:03:20.247Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:03:20.250Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ba1b185b-282e-4df4-8fd6-31454708b09b 78604 2021-09-16T04:03:20.250Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-16T04:03:20.251Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-16T04:03:20.251Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:03:20.251Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:20.252Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:20.252Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765000250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:03:20.352Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:20.353Z||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-09-16T04:03:20.353Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:20.359Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:20.359Z||pool-92-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:21.253Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T04:03:21.253Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:03:21.254Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ba1b185b-282e-4df4-8fd6-31454708b09b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:21.254Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-09-16T04:03:21.254Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:21.254Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:21.339Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5558842570430870354/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-09-16T04:03:22.189Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T04:03:22.190Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.191Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:22.191Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-16T04:03:22.191Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T04:03:22.191Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T04:03:22.191Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.191Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:22.191Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-16T04:03:22.191Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T04:03:22.191Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T04:03:22.191Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.191Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:22.192Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.192Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-16T04:03:22.192Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-16T04:03:22.192Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-16T04:03:22.192Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-16T04:03:22.192Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-16T04:03:22.192Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-16T04:03:22.192Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.192Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T04:03:22.192Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.192Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-16T04:03:22.193Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:03:22.193Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.193Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-16T04:03:22.193Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:03:22.193Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.193Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-16T04:03:22.193Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:03:22.193Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.193Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-16T04:03:22.194Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-16T04:03:22.194Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-16T04:03:22.194Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6a4dca3b-99c3-44e5-8d6c-0ba6b2e7bc7a 2021-09-16T04:03:22.194Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.194Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:22.194Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.194Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:22.194Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.194Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:22.194Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:22.194Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:22.195Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:176139c5-e988-41c2-a2c1-075d63c0ceec Model Version:NULL Model InvariantUuid:9434b77f-cec6-44d1-a082-e16fb6f27c2b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:4ed495ae-7ea3-442f-8ec2-862f13022f9a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4eed2224-8184-43d3-83ea-aecc2932d166 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:377be623-9fe7-404b-8840-c9bafe4a4b4a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:341dc9a4-2af4-4ab1-9b54-7901be84afef ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:323bc8bc-b93f-4b7e-ab89-e83a5a796b0c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6a4dca3b-99c3-44e5-8d6c-0ba6b2e7bc7a ModelInvariantUuid:36751335-a208-4e3b-9122-718a64c7188f ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:f12ac9db-19d3-4809-8cd3-6783caf9efd0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:31d030e6-a3bd-4013-8d33-37bc0ba4fb90 ModelInvariantUuid:86369537-6121-46a4-b8ea-783497885c8d ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:c01a1ced-c761-4820-9f72-b78cc952b0b3 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-09-16T04:03:22.200Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 06f3a823-2119-48cc-bc32-7b89e6f82bee 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-09-16T04:03:22.202Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2021-09-16T04:03:22.202Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 06f3a823-2119-48cc-bc32-7b89e6f82bee 2021-09-16T04:03:22.202Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9073b41f-16b7-4fc2-a4bd-5e9b9cdea432 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-16T04:03:22.202Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:03:22.202Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-16T04:03:22.675Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:03:22.676Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9073b41f-16b7-4fc2-a4bd-5e9b9cdea432 792 2021-09-16T04:03:22.676Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-16T04:03:22.676Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-16T04:03:22.676Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:03:22.676Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:22.678Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:22.678Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765002676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:03:22.778Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:22.779Z||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-09-16T04:03:22.779Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:22.785Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:22.785Z||pool-93-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:23.678Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "341dc9a4-2af4-4ab1-9b54-7901be84afef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "323bc8bc-b93f-4b7e-ab89-e83a5a796b0c", "vfModuleModelCustomizationUUID": "8a97d6ca-6932-4fbd-95aa-a8fefad7f8e5", "isBase": true, "artifacts": [ "6136e1c8-358e-491a-86c0-21e6ec624205", "ec335e51-88a2-4a6c-abb4-f2c7e5018a71" ], "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-09-16T04:03:23.681Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:323bc8bc-b93f-4b7e-ab89-e83a5a796b0c VfModuleModelInvariantUUID:341dc9a4-2af4-4ab1-9b54-7901be84afef VfModuleModelDescription:NULL Artifacts UUID List:{ 6136e1c8-358e-491a-86c0-21e6ec624205 , ec335e51-88a2-4a6c-abb4-f2c7e5018a71 } 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-09-16T04:03:23.682Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "341dc9a4-2af4-4ab1-9b54-7901be84afef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "323bc8bc-b93f-4b7e-ab89-e83a5a796b0c", "vfModuleModelCustomizationUUID": "8a97d6ca-6932-4fbd-95aa-a8fefad7f8e5", "isBase": true, "artifacts": [ "6136e1c8-358e-491a-86c0-21e6ec624205", "ec335e51-88a2-4a6c-abb4-f2c7e5018a71" ], "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-09-16T04:03:23.682Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:323bc8bc-b93f-4b7e-ab89-e83a5a796b0c VfModuleModelInvariantUUID:341dc9a4-2af4-4ab1-9b54-7901be84afef VfModuleModelDescription:NULL Artifacts UUID List:{ 6136e1c8-358e-491a-86c0-21e6ec624205 , ec335e51-88a2-4a6c-abb4-f2c7e5018a71 } 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-09-16T04:03:23.682Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6136e1c8-358e-491a-86c0-21e6ec624205 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-16T04:03:23.683Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:03:23.683Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-16T04:03:23.831Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:03:23.832Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6136e1c8-358e-491a-86c0-21e6ec624205 5033 2021-09-16T04:03:23.832Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-16T04:03:23.832Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-16T04:03:23.832Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:03:23.832Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:23.834Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:23.834Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765003832, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:03:23.934Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:23.934Z||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-09-16T04:03:23.935Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:23.940Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:23.940Z||pool-94-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:24.834Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ec335e51-88a2-4a6c-abb4-f2c7e5018a71 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-16T04:03:24.835Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:03:24.835Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-16T04:03:25.000Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:03:25.000Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ec335e51-88a2-4a6c-abb4-f2c7e5018a71 903 2021-09-16T04:03:25.000Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-16T04:03:25.001Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-16T04:03:25.001Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:03:25.001Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:25.003Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:25.003Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765005000, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:03:25.103Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:25.104Z||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-09-16T04:03:25.104Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:25.110Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:25.110Z||pool-95-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:26.004Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 176139c5-e988-41c2-a2c1-075d63c0ceec 2021-09-16T04:03:26.004Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 06f3a823-2119-48cc-bc32-7b89e6f82bee 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-09-16T04:03:26.014Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fc374c1, org.onap.sdc.toscaparser.api.parameters.Input@596c3434, org.onap.sdc.toscaparser.api.parameters.Input@3aa2557e, org.onap.sdc.toscaparser.api.parameters.Input@50faa11d, org.onap.sdc.toscaparser.api.parameters.Input@74bba2bf] 2021-09-16T04:03:26.015Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.015Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:26.015Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-09-16T04:03:26.015Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 377be623-9fe7-404b-8840-c9bafe4a4b4a 2021-09-16T04:03:26.015Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 377be623-9fe7-404b-8840-c9bafe4a4b4a matches Tosca VF Customization UUID: 377be623-9fe7-404b-8840-c9bafe4a4b4a 2021-09-16T04:03:26.015Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 377be623-9fe7-404b-8840-c9bafe4a4b4a 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-09-16T04:03:26.017Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.017Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:26.017Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 377be623-9fe7-404b-8840-c9bafe4a4b4a: {\"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-09-16T04:03:26.017Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6118e713 2021-09-16T04:03:26.017Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.018Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T04:03:26.018Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a97d6ca-6932-4fbd-95aa-a8fefad7f8e5 2021-09-16T04:03:26.018Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a97d6ca-6932-4fbd-95aa-a8fefad7f8e5 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-09-16T04:03:26.019Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.019Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-16T04:03:26.020Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:03:26.020Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.020Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-16T04:03:26.020Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:03:26.020Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.020Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-16T04:03:26.020Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-16T04:03:26.020Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-16T04:03:26.020Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6a4dca3b-99c3-44e5-8d6c-0ba6b2e7bc7a 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-09-16T04:03:26.022Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.022Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-16T04:03:26.022Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:03:26.022Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.022Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-16T04:03:26.023Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=377be623-9fe7-404b-8840-c9bafe4a4b4a 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-09-16T04:03:26.024Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.024Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:26.024Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 176139c5-e988-41c2-a2c1-075d63c0ceec: basic_vm_macro 2021-09-16T04:03:26.024Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.024Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:26.024Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.024Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:26.024Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.024Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:26.025Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.025Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:26.025Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:03:26.025Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:03:26.025Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||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-09-16T04:03:26.075Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 06f3a823-2119-48cc-bc32-7b89e6f82bee 1 ASDC deployResourceStructure 2021-09-16T04:03:26.075Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-16T04:03:26.075Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-16T04:03:26.075Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:03:26.075Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:26.076Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:26.077Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765006075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:03:26.177Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:26.177Z||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-09-16T04:03:26.177Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:26.184Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:26.184Z||pool-96-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:27.078Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-16T04:03:27.078Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-16T04:03:27.078Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:03:27.078Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:27.080Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:27.080Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765007077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-16T04:03:27.180Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-16T04:03:27.182Z||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-09-16T04:03:27.182Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:27.190Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:27.190Z||pool-97-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-09-16T04:03:28.081Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-16T04:03:28.082Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-16T04:03:28.082Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:03:28.082Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:28.083Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:28.083Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765008081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-16T04:03:28.183Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:28.184Z||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-09-16T04:03:28.184Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:28.190Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:28.191Z||pool-98-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-09-16T04:03:29.084Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-16T04:03:29.084Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-16T04:03:29.084Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:03:29.084Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:03:29.086Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:03:29.086Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765009084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:03:29.186Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:03:29.187Z||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-09-16T04:03:29.187Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:29.193Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:29.193Z||pool-99-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:03:30.087Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6ed6fdb-aa2c-483f-8e16-e59157326acd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T04:03:30.095Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6ed6fdb-aa2c-483f-8e16-e59157326acd 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-09-16T04:03:30.098Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T04:03:30.098Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-16T04:03:30.098Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-16T04:03:30.098Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-16T04:03:30.098Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:03:30.098Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:03:30.098Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:03:30.098Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:03:30.098Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:03:30.099Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:03:30.099Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T04:03:30.102Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-16T04:03:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:03:44.630Z||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-09-16T04:03:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:03:44.646Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:03:44.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:03:44.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:03:44.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:00.103Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6ed6fdb-aa2c-483f-8e16-e59157326acd 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-09-16T04:04:00.106Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6ed6fdb-aa2c-483f-8e16-e59157326acd and serviceModelVersionId: 176139c5-e988-41c2-a2c1-075d63c0ceec 2021-09-16T04:04:00.107Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9434b77f-cec6-44d1-a082-e16fb6f27c2b 2021-09-16T04:04:00.107Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9434b77f-cec6-44d1-a082-e16fb6f27c2b/model-vers/model-ver/176139c5-e988-41c2-a2c1-075d63c0ceec?depth=0 2021-09-16T04:04:00.110Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-16T04:04:00.140Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9434b77f-cec6-44d1-a082-e16fb6f27c2b/model-vers/model-ver/176139c5-e988-41c2-a2c1-075d63c0ceec?depth=0|INFO|500||Invoke 2021-09-16T04:04:00.140Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9434b77f-cec6-44d1-a082-e16fb6f27c2b/model-vers/model-ver/176139c5-e988-41c2-a2c1-075d63c0ceec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9434b77f-cec6-44d1-a082-e16fb6f27c2b/model-vers/model-ver/176139c5-e988-41c2-a2c1-075d63c0ceec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d6ed6fdb-aa2c-483f-8e16-e59157326acd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9565cf8-e27b-4058-b569-b3fe85467a8c], X-ECOMP-RequestID=[d6ed6fdb-aa2c-483f-8e16-e59157326acd], X-TransactionId=[], X-ONAP-RequestID=[d6ed6fdb-aa2c-483f-8e16-e59157326acd], Content-Type=[application/merge-patch+json]} 2021-09-16T04:04:00.156Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9434b77f-cec6-44d1-a082-e16fb6f27c2b/model-vers/model-ver/176139c5-e988-41c2-a2c1-075d63c0ceec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-16T04:04:00.362Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9434b77f-cec6-44d1-a082-e16fb6f27c2b/model-vers/model-ver/176139c5-e988-41c2-a2c1-075d63c0ceec?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/9434b77f-cec6-44d1-a082-e16fb6f27c2b/model-vers/model-ver/176139c5-e988-41c2-a2c1-075d63c0ceec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210916-04:04:00:163-17857], vertex-id=[188600], Content-Length=[0], Date=[Thu, 16 Sep 2021 04:04:00 GMT], Content-Type=[application/json]} 2021-09-16T04:04:00.362Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9434b77f-cec6-44d1-a082-e16fb6f27c2b/model-vers/model-ver/176139c5-e988-41c2-a2c1-075d63c0ceec?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-16T04:04:00.363Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9434b77f-cec6-44d1-a082-e16fb6f27c2b/model-vers/model-ver/176139c5-e988-41c2-a2c1-075d63c0ceec?depth=0|INFO|500||InvokeReturn 2021-09-16T04:04:00.363Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-16T04:04:00.363Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||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-09-16T04:04:00.366Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-16T04:04:00.366Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6ed6fdb-aa2c-483f-8e16-e59157326acd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-16T04:04:00.366Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-16T04:04:00.366Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:00.368Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:00.368Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765040366, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:04:00.468Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:00.469Z||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-09-16T04:04:00.469Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:00.475Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:00.476Z||pool-100-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-16T04:04:01.378Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-16T04:04:01.378Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ce78f29-9d00-4889-a8ad-1d6928accae9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e52c05ad-a1a4-47ec-906b-40193c8f35f7","serviceDescription":"service","serviceInvariantUUID":"6d7e1f60-1427-40c1-9872-e0524e236968","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"45fc8de7-9e78-4caa-92a4-584148eaf3f0","resourceInvariantUUID":"64ffae48-d401-4c80-bfe7-3d83a58b855a","resourceCustomizationUUID":"9f7b071d-ceb0-4b23-a2fa-f8362ab75254","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ODE4NDA0OTNlZGYxMGZkMzg3Mjc3ZTYyYWY4NDRiODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"691ef8e8-b1d7-4578-9c9a-5f28f9857fbf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6efa628-0433-48d2-86fd-57b16bc25717","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd7879cf-a177-43da-a31b-7649ded2e8de","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YzdmNTEwZTBhYjNlMDQ0NmQ4YTcwZTc4NThkNmVmNzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6c2a17b4-85bc-432d-9ef1-dbf21c16c291","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15d52b20-b29a-419b-92e2-f2934d13d6cc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0db287a4-8cc2-453a-95c8-a191ac797372","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"519ddebf-6de9-41a9-ad71-18ded7626495","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"OTgwZjcxNmE3NzRlOTY4YjU5M2NhYTEyNmI5MzhjZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45828507-18d0-4c3d-b24d-d22c59ecdd91","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjJmMWNhZjAwNWI0YTc2YzBkOGNlNzNjNDk3MWM4OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53072dec-037e-4af4-9848-68dbc0afac19","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-16T04:04:01.378Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:01.379Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:01.380Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:01.380Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:01.480Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:01.481Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:01.481Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:01.485Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:01.486Z||pool-101-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:02.380Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:02.381Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:02.382Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:02.382Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:02.483Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-16T04:04:02.483Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:02.483Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:02.489Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:02.489Z||pool-102-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:03.383Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:03.383Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:03.385Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:03.385Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:03.485Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:03.486Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:03.486Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:03.493Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:03.493Z||pool-103-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:04.386Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:04.386Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:04.388Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:04.388Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:04.488Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:04.489Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:04.489Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:04.496Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:04.496Z||pool-104-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:05.388Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:05.389Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:05.390Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:05.390Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:05.491Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:05.491Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:05.491Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:05.497Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:05.498Z||pool-105-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-09-16T04:04:06.391Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:06.391Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:06.393Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:06.393Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:06.493Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:06.494Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:06.494Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:06.500Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:06.500Z||pool-106-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:07.393Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:07.394Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:07.395Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:07.395Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:07.495Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:07.496Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:07.496Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:07.502Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:07.502Z||pool-107-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:08.396Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:08.396Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:08.398Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:08.398Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:08.498Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:08.499Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:08.499Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:08.504Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:08.504Z||pool-108-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:09.398Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:09.399Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:09.400Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:09.400Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:04:09.500Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:09.501Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:09.501Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:09.506Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:09.507Z||pool-109-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:10.401Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "e52c05ad-a1a4-47ec-906b-40193c8f35f7", "serviceDescription": "service", "serviceInvariantUUID": "6d7e1f60-1427-40c1-9872-e0524e236968", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "9f7b071d-ceb0-4b23-a2fa-f8362ab75254", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "45fc8de7-9e78-4caa-92a4-584148eaf3f0", "resourceInvariantUUID": "64ffae48-d401-4c80-bfe7-3d83a58b855a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "NjJmMWNhZjAwNWI0YTc2YzBkOGNlNzNjNDk3MWM4OGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "53072dec-037e-4af4-9848-68dbc0afac19" } ], "workloadContext": "Production" } 2021-09-16T04:04:10.401Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-16T04:04:10.401Z|d6ed6fdb-aa2c-483f-8e16-e59157326acd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e52c05ad-a1a4-47ec-906b-40193c8f35f7 ASDC 2021-09-16T04:04:10.401Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3ce78f29-9d00-4889-a8ad-1d6928accae9 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:e52c05ad-a1a4-47ec-906b-40193c8f35f7 ServiceInvariantUUID:6d7e1f60-1427-40c1-9872-e0524e236968 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:53072dec-037e-4af4-9848-68dbc0afac19 ArtifactChecksum:NjJmMWNhZjAwNWI0YTc2YzBkOGNlNzNjNDk3MWM4OGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:9f7b071d-ceb0-4b23-a2fa-f8362ab75254 ResourceInvariantUUID:64ffae48-d401-4c80-bfe7-3d83a58b855a ResourceName:test-pnf ResourceType:PNF ResourceUUID:45fc8de7-9e78-4caa-92a4-584148eaf3f0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-16T04:04:10.401Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e52c05ad-a1a4-47ec-906b-40193c8f35f7 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-09-16T04:04:10.421Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T04:04:10.422Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:04:10.422Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:04:10.422Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 53072dec-037e-4af4-9848-68dbc0afac19 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-16T04:04:10.422Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:04:10.422Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-16T04:04:12.409Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:04:12.413Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 53072dec-037e-4af4-9848-68dbc0afac19 105559 2021-09-16T04:04:12.413Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-16T04:04:12.413Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-16T04:04:12.414Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:04:12.414Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:12.415Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:12.415Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765052413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:12.515Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:12.516Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:12.516Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:12.522Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:12.522Z||pool-110-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:13.416Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T04:04:13.416Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:04:13.417Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 53072dec-037e-4af4-9848-68dbc0afac19, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-16T04:04:13.417Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-09-16T04:04:13.417Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-16T04:04:13.417Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-16T04:04:13.495Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10826895929538961337/Definitions/service-TestPnfMacro-template.yml 2021-09-16T04:04:14.095Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-16T04:04:14.095Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T04:04:14.096Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-16T04:04:14.096Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-16T04:04:14.096Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-16T04:04:14.096Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-16T04:04:14.096Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-16T04:04:14.096Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-16T04:04:14.096Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-16T04:04:14.096Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-16T04:04:14.096Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-16T04:04:14.097Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T04:04:14.097Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:04:14.097Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:04:14.097Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-16T04:04:14.097Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T04:04:14.097Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T04:04:14.098Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:04:14.098Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:04:14.098Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-16T04:04:14.098Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T04:04:14.098Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T04:04:14.098Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:04:14.098Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:04:14.099Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:04:14.099Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:04:14.099Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:04:14.099Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:04:14.099Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:04:14.099Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:04:14.099Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:04:14.100Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:04:14.100Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:e52c05ad-a1a4-47ec-906b-40193c8f35f7 Model Version:NULL Model InvariantUuid:6d7e1f60-1427-40c1-9872-e0524e236968 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-09-16T04:04:14.104Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 45fc8de7-9e78-4caa-92a4-584148eaf3f0 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-09-16T04:04:14.106Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||test-pnf 0 2021-09-16T04:04:14.106Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 45fc8de7-9e78-4caa-92a4-584148eaf3f0 2021-09-16T04:04:14.107Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e52c05ad-a1a4-47ec-906b-40193c8f35f7 2021-09-16T04:04:14.107Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e52c05ad-a1a4-47ec-906b-40193c8f35f7 2021-09-16T04:04:14.107Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 45fc8de7-9e78-4caa-92a4-584148eaf3f0 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-09-16T04:04:14.110Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@668266e9, org.onap.sdc.toscaparser.api.parameters.Input@73d33472, org.onap.sdc.toscaparser.api.parameters.Input@42388419, org.onap.sdc.toscaparser.api.parameters.Input@38c19ebf, org.onap.sdc.toscaparser.api.parameters.Input@4d011260] 2021-09-16T04:04:14.110Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:04:14.111Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:04:14.111Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e52c05ad-a1a4-47ec-906b-40193c8f35f7: test-pnf 2021-09-16T04:04:14.111Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||Processing PNF resource: 45fc8de7-9e78-4caa-92a4-584148eaf3f0 2021-09-16T04:04:14.111Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:04:14.111Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:04:14.111Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||Resource customization UUID: 9f7b071d-ceb0-4b23-a2fa-f8362ab75254 is the same as notified resource customizationUUID: 9f7b071d-ceb0-4b23-a2fa-f8362ab75254 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-09-16T04:04:14.135Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 45fc8de7-9e78-4caa-92a4-584148eaf3f0 0 ASDC deployResourceStructure 2021-09-16T04:04:14.135Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-16T04:04:14.135Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-16T04:04:14.136Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:04:14.136Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:14.138Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:14.138Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765054135, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:04:14.238Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:14.238Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:14.238Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:14.244Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:14.244Z||pool-111-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:15.138Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ce78f29-9d00-4889-a8ad-1d6928accae9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T04:04:15.146Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ce78f29-9d00-4889-a8ad-1d6928accae9 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-09-16T04:04:15.148Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T04:04:15.148Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-16T04:04:15.149Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-16T04:04:15.149Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-16T04:04:15.149Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:04:15.149Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:04:15.149Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:04:15.149Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:04:15.149Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:04:15.149Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:04:15.150Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:04:15.150Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T04:04:15.154Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-16T04:04:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:04:44.630Z||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-09-16T04:04:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:44.655Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:44.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "cds", "timestamp": 1631764904788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "ves-openapi-manager", "timestamp": 1631764898714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764900239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764898625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "cds", "timestamp": 1631764904788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "ves-openapi-manager", "timestamp": 1631764898714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764900239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764898625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "cds", "timestamp": 1631764904788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "ves-openapi-manager", "timestamp": 1631764898714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764898625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764900239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764907425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "cds", "timestamp": 1631764904788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "ves-openapi-manager", "timestamp": 1631764898714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764898625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764900239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764907425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "ves-openapi-manager", "timestamp": 1631764898714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "cds", "timestamp": 1631764904788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764900239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764898625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764907425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "ves-openapi-manager", "timestamp": 1631764898714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "cds", "timestamp": 1631764904788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764900239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764898625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764907425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "ves-openapi-manager", "timestamp": 1631764898714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "cds", "timestamp": 1631764904788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764900239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764898625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764907425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "dcae-sch", "timestamp": 1631764911914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "cds", "timestamp": 1631764904788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "ves-openapi-manager", "timestamp": 1631764898714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764898625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764900239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764907425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764913215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "dcae-sch", "timestamp": 1631764911914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "ves-openapi-manager", "timestamp": 1631764898714, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "cds", "timestamp": 1631764904788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764900239, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764898625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764913412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764907425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "dcae-sch", "timestamp": 1631764911914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764913412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764907425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "cds", "timestamp": 1631764915333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764915425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764915412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "dcae-sch", "timestamp": 1631764911914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764915910, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764913412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764907425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764915616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "cds", "timestamp": 1631764916338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-16T04:04:44.676Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 2021-09-16T04:04:44.676Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 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-09-16T04:04:44.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764916415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:04:44.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "dcae-sch", "timestamp": 1631764911914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764913412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:04:44.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764915616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-16T04:04:44.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "policy-id", "timestamp": 1631764917417, "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-09-16T04:04:44.686Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 2021-09-16T04:04:44.687Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 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-09-16T04:04:44.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764917519, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764917519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "dcae-sch", "timestamp": 1631764911914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764913412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764915616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "dcae-sch", "timestamp": 1631764911914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764919030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764913412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764915616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "dcae-sch", "timestamp": 1631764911914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764919684, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764913412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764920121, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764915616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "dcae-sch", "timestamp": 1631764911914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631764920688, "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-09-16T04:04:44.699Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 2021-09-16T04:04:44.699Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 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-09-16T04:04:44.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764913412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764921123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-16T04:04:44.705Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764915616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764913412, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:04:44.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764922126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-16T04:04:44.706Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764915616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764922651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764923129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764915616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "aai-ml", "timestamp": 1631764923653, "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-09-16T04:04:44.711Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 2021-09-16T04:04:44.711Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 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-09-16T04:04:44.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764915616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:04:44.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764925536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.718Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764927016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764928718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764931708, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764932804, "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-09-16T04:04:44.723Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 2021-09-16T04:04:44.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 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-09-16T04:04:44.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764933602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "multicloud-k8s-id", "timestamp": 1631764933806, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:04:44.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764935933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:04:44.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "clamp", "timestamp": 1631764936935, "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-09-16T04:04:44.731Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 2021-09-16T04:04:44.731Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 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-09-16T04:04:44.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e8619ce-b6ba-4393-aade-5e4f4a2cdfd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764954341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764957908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764959396, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:04:44.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:04:45.154Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ce78f29-9d00-4889-a8ad-1d6928accae9 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-09-16T04:04:45.159Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ce78f29-9d00-4889-a8ad-1d6928accae9 and serviceModelVersionId: e52c05ad-a1a4-47ec-906b-40193c8f35f7 2021-09-16T04:04:45.159Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d7e1f60-1427-40c1-9872-e0524e236968 2021-09-16T04:04:45.159Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d7e1f60-1427-40c1-9872-e0524e236968/model-vers/model-ver/e52c05ad-a1a4-47ec-906b-40193c8f35f7?depth=0 2021-09-16T04:04:45.163Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-16T04:04:45.197Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d7e1f60-1427-40c1-9872-e0524e236968/model-vers/model-ver/e52c05ad-a1a4-47ec-906b-40193c8f35f7?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-09-16T04:04:45.198Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d7e1f60-1427-40c1-9872-e0524e236968/model-vers/model-ver/e52c05ad-a1a4-47ec-906b-40193c8f35f7?depth=0|INFO|500||Invoke 2021-09-16T04:04:45.214Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d7e1f60-1427-40c1-9872-e0524e236968/model-vers/model-ver/e52c05ad-a1a4-47ec-906b-40193c8f35f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-16T04:04:45.335Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d7e1f60-1427-40c1-9872-e0524e236968/model-vers/model-ver/e52c05ad-a1a4-47ec-906b-40193c8f35f7?depth=0|INFO|500||InvokeReturn 2021-09-16T04:04:45.335Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d7e1f60-1427-40c1-9872-e0524e236968/model-vers/model-ver/e52c05ad-a1a4-47ec-906b-40193c8f35f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210916-04:04:45:221-56901], vertex-id=[209120], Content-Length=[0], Date=[Thu, 16 Sep 2021 04:04:45 GMT], Content-Type=[application/json]} 2021-09-16T04:04:45.335Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-16T04:04:45.335Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-16T04:04:45.336Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||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-09-16T04:04:45.339Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-16T04:04:45.339Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ce78f29-9d00-4889-a8ad-1d6928accae9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-16T04:04:45.339Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-16T04:04:45.339Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:45.341Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:45.341Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765085339, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:04:45.441Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:45.442Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:45.442Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:45.448Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:45.448Z||pool-112-thread-1|||||INFO|500||cambria reply ok (7 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-09-16T04:04:46.352Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:04:46.352Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|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-09-16T04:04:46.352Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:50.631Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:50.632Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-16T04:04:50.632Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c83f5d9e-3be5-4a86-bf7b-5fa0d4393215","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"cabd5a9d-a7fb-49ff-9617-81b180cbbe0b","serviceDescription":"service","serviceInvariantUUID":"c92822fe-31fa-4269-af4a-4035b979c57f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"251775a2-5595-4f8a-b2cc-ca004dbd1db8","resourceInvariantUUID":"922e75eb-c0b6-439a-abe8-5250697d0b73","resourceCustomizationUUID":"8661bdfb-570c-40f6-a98a-a38f0a3c8aa1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTkwYjA2NjgzODRmNjg3MjE3ZTMyNjRlYTNjOGRhNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b8db895-5c4e-40a6-9a27-5c7f99a2b7ba","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"64c95d49-22a3-4875-94a7-1d7368b83d60","artifactVersion":"2","generatedFromUUID":"f963c371-ede0-40ac-bace-0d1cc617378f"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f963c371-ede0-40ac-bace-0d1cc617378f","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZDg5ZDk5ZTQ2YmQ0MzVhNmQ5ZTQ1NGUzNjcyNTBkNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dd0e7b11-689b-42ee-ba6d-f1bf5cef8efb","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8495e4cb-bbe0-48aa-a142-311d562b1da1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"79ab2c19-0dc8-4d65-880a-71f44dab9751","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ecfdcde6-f660-41aa-a1d5-ac8b103f4444","artifactVersion":"2","generatedFromUUID":"8495e4cb-bbe0-48aa-a142-311d562b1da1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzVhZGE5M2JhYTllMGZmMDkxNjczN2E1YjdhNTc2Zjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ea0e330-71ae-4d10-bac9-abad436be7e4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjM2YjRlZGUyMTZkZGI1ZmU5NWIyNDc4ZWQwMjM0YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee5444cc-b029-4b6a-a79a-e4eb35212c8d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-16T04:04:50.634Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:50.634Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:50.635Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:50.635Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:50.736Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-16T04:04:50.736Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:50.736Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:50.743Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:50.743Z||pool-113-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:51.636Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:51.637Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:51.638Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:51.638Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-16T04:04:51.738Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:51.739Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:51.739Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:51.746Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:51.746Z||pool-114-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:52.639Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:52.639Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:52.641Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:52.641Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-16T04:04:52.741Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:52.741Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:52.741Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:52.750Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:52.750Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:53.641Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:53.642Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:53.643Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:53.643Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:04:53.744Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-16T04:04:53.744Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:53.745Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:53.751Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:53.751Z||pool-116-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:54.644Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:54.645Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:54.646Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:54.646Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-16T04:04:54.746Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:54.747Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:54.747Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:54.753Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:54.753Z||pool-117-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:55.647Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:55.648Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:55.650Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:55.650Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:55.750Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:55.751Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:55.751Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:55.756Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:55.757Z||pool-118-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:56.650Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:56.651Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:56.653Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:56.653Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-16T04:04:56.753Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:56.753Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:56.753Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:56.759Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:56.759Z||pool-119-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:57.653Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:57.654Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:57.655Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:57.655Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:04:57.755Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:57.756Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:57.756Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:57.763Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:57.763Z||pool-120-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:58.655Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-16T04:04:58.656Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:04:58.658Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:04:58.658Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:04:58.758Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:04:58.759Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:04:58.759Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:04:58.765Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:04:58.765Z||pool-121-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:04:59.659Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "cabd5a9d-a7fb-49ff-9617-81b180cbbe0b", "serviceDescription": "service", "serviceInvariantUUID": "c92822fe-31fa-4269-af4a-4035b979c57f", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "8661bdfb-570c-40f6-a98a-a38f0a3c8aa1", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "251775a2-5595-4f8a-b2cc-ca004dbd1db8", "resourceInvariantUUID": "922e75eb-c0b6-439a-abe8-5250697d0b73", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "64c95d49-22a3-4875-94a7-1d7368b83d60", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f963c371-ede0-40ac-bace-0d1cc617378f", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "ZDg5ZDk5ZTQ2YmQ0MzVhNmQ5ZTQ1NGUzNjcyNTBkNTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dd0e7b11-689b-42ee-ba6d-f1bf5cef8efb", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8495e4cb-bbe0-48aa-a142-311d562b1da1", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ecfdcde6-f660-41aa-a1d5-ac8b103f4444", "generatedFromUUID": "8495e4cb-bbe0-48aa-a142-311d562b1da1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ecfdcde6-f660-41aa-a1d5-ac8b103f4444", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZjM2YjRlZGUyMTZkZGI1ZmU5NWIyNDc4ZWQwMjM0YzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee5444cc-b029-4b6a-a79a-e4eb35212c8d" } ], "workloadContext": "Production" } 2021-09-16T04:04:59.659Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-16T04:04:59.659Z|3ce78f29-9d00-4889-a8ad-1d6928accae9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cabd5a9d-a7fb-49ff-9617-81b180cbbe0b ASDC 2021-09-16T04:04:59.659Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:cabd5a9d-a7fb-49ff-9617-81b180cbbe0b ServiceInvariantUUID:c92822fe-31fa-4269-af4a-4035b979c57f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:ee5444cc-b029-4b6a-a79a-e4eb35212c8d ArtifactChecksum:ZjM2YjRlZGUyMTZkZGI1ZmU5NWIyNDc4ZWQwMjM0YzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:8661bdfb-570c-40f6-a98a-a38f0a3c8aa1 ResourceInvariantUUID:922e75eb-c0b6-439a-abe8-5250697d0b73 ResourceName:basic_cnf ResourceType:VF ResourceUUID:251775a2-5595-4f8a-b2cc-ca004dbd1db8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:64c95d49-22a3-4875-94a7-1d7368b83d60 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:f963c371-ede0-40ac-bace-0d1cc617378f ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:dd0e7b11-689b-42ee-ba6d-f1bf5cef8efb ArtifactChecksum:ZDg5ZDk5ZTQ2YmQ0MzVhNmQ5ZTQ1NGUzNjcyNTBkNTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:8495e4cb-bbe0-48aa-a142-311d562b1da1 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:ecfdcde6-f660-41aa-a1d5-ac8b103f4444 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:ecfdcde6-f660-41aa-a1d5-ac8b103f4444 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-16T04:04:59.659Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cabd5a9d-a7fb-49ff-9617-81b180cbbe0b 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-09-16T04:04:59.686Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T04:04:59.686Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:04:59.686Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:04:59.686Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee5444cc-b029-4b6a-a79a-e4eb35212c8d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-16T04:04:59.686Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:04:59.686Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-16T04:05:00.258Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:05:00.261Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ee5444cc-b029-4b6a-a79a-e4eb35212c8d 68750 2021-09-16T04:05:00.261Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-16T04:05:00.261Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-16T04:05:00.261Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:05:00.262Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:00.263Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:00.263Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765100261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:05:00.364Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:05:00.364Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:00.364Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:00.371Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:00.371Z||pool-122-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:05:01.264Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-16T04:05:01.265Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-16T04:05:01.265Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ee5444cc-b029-4b6a-a79a-e4eb35212c8d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-16T04:05:01.265Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-09-16T04:05:01.266Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-16T04:05:01.266Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-16T04:05:01.354Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6081353955249422225/Definitions/service-BasicCnf-template.yml 2021-09-16T04:05:02.279Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-16T04:05:02.280Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T04:05:02.280Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-16T04:05:02.280Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-09-16T04:05:02.280Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-16T04:05:02.280Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-16T04:05:02.280Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-16T04:05:02.280Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-16T04:05:02.280Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-16T04:05:02.280Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.280Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:02.280Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-16T04:05:02.281Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T04:05:02.281Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T04:05:02.281Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.281Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:02.281Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-16T04:05:02.281Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-16T04:05:02.281Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-16T04:05:02.281Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.282Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:02.282Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.282Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-16T04:05:02.282Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-09-16T04:05:02.282Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2021-09-16T04:05:02.282Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-16T04:05:02.282Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.282Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T04:05:02.282Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.282Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-16T04:05:02.283Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:05:02.283Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.283Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-16T04:05:02.283Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:05:02.283Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.283Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-16T04:05:02.283Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:05:02.283Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.283Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-16T04:05:02.284Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-16T04:05:02.284Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d866c312-5e25-4c4d-a53c-0e54a93ff5dc 2021-09-16T04:05:02.284Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.284Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:02.284Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.284Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:02.284Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.284Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:02.285Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:02.285Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:02.285Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:cabd5a9d-a7fb-49ff-9617-81b180cbbe0b Model Version:NULL Model InvariantUuid:c92822fe-31fa-4269-af4a-4035b979c57f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:475e1c20-41f2-458f-b7db-b5c20462b067 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:922e75eb-c0b6-439a-abe8-5250697d0b73 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8661bdfb-570c-40f6-a98a-a38f0a3c8aa1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bc33e385-68bf-454d-bda3-ae80aff84717 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:04f88fc2-682d-425a-8200-1ecc6acd8d27 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d866c312-5e25-4c4d-a53c-0e54a93ff5dc ModelInvariantUuid:babc5028-4946-4b5a-a0da-0392317123be ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9a086f77-1ec1-46d2-ba2a-e94174d62300 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:78ef7a68-8643-4be1-8d17-3a4aa73ead98 ModelInvariantUuid:70cb4232-1193-419d-9fd8-748c912db47e ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:cc2bec2b-c76c-4670-8b06-0f7e0a95cae9 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-09-16T04:05:02.291Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 251775a2-5595-4f8a-b2cc-ca004dbd1db8 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-09-16T04:05:02.293Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||basic_cnf 0 2021-09-16T04:05:02.293Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 251775a2-5595-4f8a-b2cc-ca004dbd1db8 2021-09-16T04:05:02.293Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 64c95d49-22a3-4875-94a7-1d7368b83d60 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-16T04:05:02.293Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:05:02.293Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-16T04:05:03.067Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:05:03.067Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 64c95d49-22a3-4875-94a7-1d7368b83d60 12 2021-09-16T04:05:03.068Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-09-16T04:05:03.068Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-16T04:05:03.068Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:05:03.068Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:03.070Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:03.070Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765103067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:05:03.170Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:05:03.170Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:03.170Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:03.176Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:03.177Z||pool-123-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:05:04.070Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f963c371-ede0-40ac-bace-0d1cc617378f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-16T04:05:04.071Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:05:04.071Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-16T04:05:04.237Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:05:04.237Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f963c371-ede0-40ac-bace-0d1cc617378f 2688 2021-09-16T04:05:04.237Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-09-16T04:05:04.237Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-16T04:05:04.238Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:05:04.238Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:04.239Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:04.239Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765104237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-16T04:05:04.340Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-16T04:05:04.340Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:04.340Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:04.347Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:04.347Z||pool-124-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-09-16T04:05:05.240Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dd0e7b11-689b-42ee-ba6d-f1bf5cef8efb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-16T04:05:05.241Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:05:05.241Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-16T04:05:05.670Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:05:05.670Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json dd0e7b11-689b-42ee-ba6d-f1bf5cef8efb 828 2021-09-16T04:05:05.670Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-09-16T04:05:05.670Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-16T04:05:05.670Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:05:05.671Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:05.672Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:05.672Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765105670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:05:05.772Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:05:05.773Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:05.773Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:05.778Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:05.778Z||pool-125-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:05:06.672Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "bc33e385-68bf-454d-bda3-ae80aff84717", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04f88fc2-682d-425a-8200-1ecc6acd8d27", "vfModuleModelCustomizationUUID": "d52eeb8a-5af7-4443-982f-f52e2c07497e", "isBase": true, "artifacts": [ "8495e4cb-bbe0-48aa-a142-311d562b1da1", "f963c371-ede0-40ac-bace-0d1cc617378f", "ecfdcde6-f660-41aa-a1d5-ac8b103f4444" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-16T04:05:06.675Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04f88fc2-682d-425a-8200-1ecc6acd8d27 VfModuleModelInvariantUUID:bc33e385-68bf-454d-bda3-ae80aff84717 VfModuleModelDescription:NULL Artifacts UUID List:{ 8495e4cb-bbe0-48aa-a142-311d562b1da1 , f963c371-ede0-40ac-bace-0d1cc617378f , ecfdcde6-f660-41aa-a1d5-ac8b103f4444 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-16T04:05:06.676Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "bc33e385-68bf-454d-bda3-ae80aff84717", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04f88fc2-682d-425a-8200-1ecc6acd8d27", "vfModuleModelCustomizationUUID": "d52eeb8a-5af7-4443-982f-f52e2c07497e", "isBase": true, "artifacts": [ "8495e4cb-bbe0-48aa-a142-311d562b1da1", "f963c371-ede0-40ac-bace-0d1cc617378f", "ecfdcde6-f660-41aa-a1d5-ac8b103f4444" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-16T04:05:06.676Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04f88fc2-682d-425a-8200-1ecc6acd8d27 VfModuleModelInvariantUUID:bc33e385-68bf-454d-bda3-ae80aff84717 VfModuleModelDescription:NULL Artifacts UUID List:{ 8495e4cb-bbe0-48aa-a142-311d562b1da1 , f963c371-ede0-40ac-bace-0d1cc617378f , ecfdcde6-f660-41aa-a1d5-ac8b103f4444 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-16T04:05:06.676Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8495e4cb-bbe0-48aa-a142-311d562b1da1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-16T04:05:06.676Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:05:06.676Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-16T04:05:07.202Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:05:07.202Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8495e4cb-bbe0-48aa-a142-311d562b1da1 1164 2021-09-16T04:05:07.203Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-09-16T04:05:07.203Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-16T04:05:07.203Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:05:07.203Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:07.204Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:07.204Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765107203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:05:07.304Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:05:07.305Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:07.305Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:07.312Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:07.312Z||pool-126-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:05:08.206Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ecfdcde6-f660-41aa-a1d5-ac8b103f4444 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-16T04:05:08.206Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-16T04:05:08.207Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-16T04:05:09.310Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-16T04:05:09.310Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ecfdcde6-f660-41aa-a1d5-ac8b103f4444 200 2021-09-16T04:05:09.310Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-09-16T04:05:09.310Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-16T04:05:09.311Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-16T04:05:09.311Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:09.313Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:09.313Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765109310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:05:09.413Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:05:09.414Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:09.414Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:09.420Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:09.420Z||pool-127-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:05:10.314Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cabd5a9d-a7fb-49ff-9617-81b180cbbe0b 2021-09-16T04:05:10.314Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 251775a2-5595-4f8a-b2cc-ca004dbd1db8 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=? 2021-09-16T04:05:10.322Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-09-16T04:05:10.328Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66929c19, org.onap.sdc.toscaparser.api.parameters.Input@7328d266, org.onap.sdc.toscaparser.api.parameters.Input@78e26653, org.onap.sdc.toscaparser.api.parameters.Input@4ba3b48c, org.onap.sdc.toscaparser.api.parameters.Input@39238bb5] 2021-09-16T04:05:10.329Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.329Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:10.330Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-09-16T04:05:10.330Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8661bdfb-570c-40f6-a98a-a38f0a3c8aa1 2021-09-16T04:05:10.330Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8661bdfb-570c-40f6-a98a-a38f0a3c8aa1 matches Tosca VF Customization UUID: 8661bdfb-570c-40f6-a98a-a38f0a3c8aa1 2021-09-16T04:05:10.330Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8661bdfb-570c-40f6-a98a-a38f0a3c8aa1 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-09-16T04:05:10.331Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.331Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:10.332Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8661bdfb-570c-40f6-a98a-a38f0a3c8aa1: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-09-16T04:05:10.332Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31473587 2021-09-16T04:05:10.332Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.332Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-16T04:05:10.332Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d52eeb8a-5af7-4443-982f-f52e2c07497e 2021-09-16T04:05:10.332Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d52eeb8a-5af7-4443-982f-f52e2c07497e 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-09-16T04:05:10.334Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.334Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-16T04:05:10.334Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:05:10.334Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.334Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-16T04:05:10.335Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:05:10.335Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.335Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-16T04:05:10.335Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-16T04:05:10.335Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d866c312-5e25-4c4d-a53c-0e54a93ff5dc 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-09-16T04:05:10.336Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.336Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-16T04:05:10.336Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-16T04:05:10.337Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.337Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-16T04:05:10.337Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8661bdfb-570c-40f6-a98a-a38f0a3c8aa1 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-09-16T04:05:10.338Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.338Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cabd5a9d-a7fb-49ff-9617-81b180cbbe0b: basic_cnf 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-16T04:05:10.339Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 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: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_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-09-16T04:05:10.391Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 251775a2-5595-4f8a-b2cc-ca004dbd1db8 1 ASDC deployResourceStructure 2021-09-16T04:05:10.392Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-09-16T04:05:10.392Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-09-16T04:05:10.392Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-16T04:05:10.392Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:10.393Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:10.393Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765110391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-09-16T04:05:10.494Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:05:10.494Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:10.494Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:10.500Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:10.500Z||pool-128-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:05:11.395Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-09-16T04:05:11.395Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-09-16T04:05:11.395Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-16T04:05:11.395Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:11.396Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:11.397Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765111394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-09-16T04:05:11.497Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:05:11.497Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:11.497Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:11.502Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:11.502Z||pool-129-thread-1|||||INFO|500||cambria reply ok (5 ms):{"serverTimeMs":1,"count":1} 2021-09-16T04:05:12.397Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-09-16T04:05:12.398Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-16T04:05:12.398Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:05:12.398Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:12.400Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:12.400Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765112397, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:05:12.500Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:05:12.501Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:12.501Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:12.507Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:12.507Z||pool-130-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:05:13.401Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-09-16T04:05:13.401Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-16T04:05:13.402Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:05:13.402Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:13.403Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:13.403Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765113401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-16T04:05:13.504Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-16T04:05:13.504Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:13.505Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:13.510Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:13.511Z||pool-131-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:05:14.404Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-09-16T04:05:14.405Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-16T04:05:14.405Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:05:14.405Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:14.406Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:14.406Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765114404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-16T04:05:14.506Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:05:14.507Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:14.507Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:14.517Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:14.517Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:05:15.407Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-16T04:05:15.408Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-16T04:05:15.408Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-16T04:05:15.408Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:15.410Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:15.410Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765115407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:05:15.510Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:05:15.511Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:15.511Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:15.520Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:15.520Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-09-16T04:05:16.411Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09-16T04:05:16.419Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 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-09-16T04:05:16.421Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-16T04:05:16.421Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-16T04:05:16.421Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-16T04:05:16.421Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-16T04:05:16.422Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:05:16.422Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:05:16.422Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:05:16.422Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:05:16.422Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:05:16.422Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-16T04:05:16.422Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-16T04:05:16.425Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-16T04:05:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:05:44.630Z||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-09-16T04:05:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:44.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:44.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2519d39a-eaff-4def-8532-b696bcb90094", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764990619, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765000250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765002676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765003832, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765005000, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:05:44.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765006075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:05:44.646Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:05:44.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765007077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-16T04:05:44.646Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:05:44.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765008081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-16T04:05:44.646Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:05:44.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-16T04:05:44.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765009084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:05:44.646Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:05:46.425Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 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-09-16T04:05:46.429Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 and serviceModelVersionId: cabd5a9d-a7fb-49ff-9617-81b180cbbe0b 2021-09-16T04:05:46.429Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c92822fe-31fa-4269-af4a-4035b979c57f 2021-09-16T04:05:46.430Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c92822fe-31fa-4269-af4a-4035b979c57f/model-vers/model-ver/cabd5a9d-a7fb-49ff-9617-81b180cbbe0b?depth=0 2021-09-16T04:05:46.433Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-16T04:05:46.460Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c92822fe-31fa-4269-af4a-4035b979c57f/model-vers/model-ver/cabd5a9d-a7fb-49ff-9617-81b180cbbe0b?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-09-16T04:05:46.460Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c92822fe-31fa-4269-af4a-4035b979c57f/model-vers/model-ver/cabd5a9d-a7fb-49ff-9617-81b180cbbe0b?depth=0|INFO|500||Invoke 2021-09-16T04:05:46.475Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c92822fe-31fa-4269-af4a-4035b979c57f/model-vers/model-ver/cabd5a9d-a7fb-49ff-9617-81b180cbbe0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-16T04:05:46.707Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c92822fe-31fa-4269-af4a-4035b979c57f/model-vers/model-ver/cabd5a9d-a7fb-49ff-9617-81b180cbbe0b?depth=0|INFO|500||InvokeReturn 2021-09-16T04:05:46.707Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c92822fe-31fa-4269-af4a-4035b979c57f/model-vers/model-ver/cabd5a9d-a7fb-49ff-9617-81b180cbbe0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210916-04:05:46:482-94849], vertex-id=[209008], Content-Length=[0], Date=[Thu, 16 Sep 2021 04:05:46 GMT], Content-Type=[application/json]} 2021-09-16T04:05:46.707Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-16T04:05:46.708Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-16T04:05:46.708Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||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-09-16T04:05:46.710Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-16T04:05:46.710Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c83f5d9e-3be5-4a86-bf7b-5fa0d4393215 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-16T04:05:46.711Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-16T04:05:46.711Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-16T04:05:46.712Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-16T04:05:46.712Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765146710, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:05:46.812Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-16T04:05:46.813Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-16T04:05:46.813Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:46.821Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:46.822Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-16T04:05:47.722Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:05:47.723Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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-09-16T04:05:47.723Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:05:57.249Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:05:57.249Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:05:57.250Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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-09-16T04:05:57.250Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:06:06.778Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:06:06.779Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:06:06.779Z||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-09-16T04:06:06.779Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:06:16.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:06:16.315Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:06:16.315Z||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-09-16T04:06:16.315Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:06:25.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:06:25.845Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:06:25.845Z||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-09-16T04:06:25.845Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:06:35.377Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:06:35.377Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:06:35.377Z||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-09-16T04:06:35.377Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:06:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:06:44.630Z||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-09-16T04:06:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:06:44.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:06:44.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6ed6fdb-aa2c-483f-8e16-e59157326acd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765040366, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:06:44.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:06:44.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:06:44.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:06:44.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-16T04:06:44.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631764899637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:06:44.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:06:44.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765052413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:06:44.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:06:44.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:06:44.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765054135, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:06:44.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:06:44.916Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:06:44.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:06:44.916Z||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-09-16T04:06:44.916Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:06:54.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:07:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:07:44.628Z||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-09-16T04:07:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:07:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:07:44.630Z||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-09-16T04:07:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:07:44.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:07:44.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ce78f29-9d00-4889-a8ad-1d6928accae9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765085339, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:07:44.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:07:44.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:07:44.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-16T04:07:44.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765086352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-16T04:07:44.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765100261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765103067, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765104237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765105670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765107203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765109310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-16T04:07:44.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765110391, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-09-16T04:07:44.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765111394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-09-16T04:07:44.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765112397, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-16T04:07:44.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765113401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-16T04:07:44.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765114404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-16T04:07:44.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:44.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-16T04:07:44.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765115407, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-16T04:07:44.656Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:07:54.166Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:08:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:08:44.628Z||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-09-16T04:08:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:08:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:08:44.630Z||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-09-16T04:08:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:08:45.148Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:08:45.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-16T04:08:45.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c83f5d9e-3be5-4a86-bf7b-5fa0d4393215", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631765146710, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-16T04:08:45.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-16T04:08:54.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:09:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:09:44.628Z||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-09-16T04:09:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:09:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:09:44.630Z||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-09-16T04:09:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:09:54.163Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:09:54.164Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:10:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:10:44.628Z||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-09-16T04:10:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:10:44.630Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:10:44.630Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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-09-16T04:10:44.630Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:10:54.163Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:10:54.163Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:11:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:11:44.628Z||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-09-16T04:11:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:11:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:11:44.630Z||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-09-16T04:11:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:11:54.162Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:11:54.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:12:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:12:44.629Z||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-09-16T04:12:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:12:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:12:44.630Z||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-09-16T04:12:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:12:54.163Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:12:54.163Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:13:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:13:44.628Z||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-09-16T04:13:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:13:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:13:44.630Z||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-09-16T04:13:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:13:54.166Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:13:54.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:14:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:14:44.628Z||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-09-16T04:14:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:14:44.630Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:14:44.630Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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-09-16T04:14:44.630Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:14:54.162Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:14:54.165Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:15:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:15:44.628Z||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-09-16T04:15:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:15:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:15:44.630Z||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-09-16T04:15:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:15:54.164Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:15:54.164Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:16:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:16:44.629Z||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-09-16T04:16:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:16:44.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:16:44.630Z||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-09-16T04:16:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:16:54.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:16:54.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:17:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:17:44.629Z||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-09-16T04:17:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:17:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:17:44.630Z||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-09-16T04:17:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:17:54.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:17:54.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:18:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:18:44.629Z||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-09-16T04:18:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:18:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:18:44.630Z||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-09-16T04:18:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:18:54.163Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:18:54.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:19:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:19:44.628Z||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-09-16T04:19:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:19:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:19:44.630Z||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-09-16T04:19:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:19:54.162Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:19:54.163Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:20:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:20:44.628Z||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-09-16T04:20:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:20:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:20:44.630Z||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-09-16T04:20:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:20:54.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:20:54.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:21:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:21:44.628Z||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-09-16T04:21:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:21:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:21:44.630Z||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-09-16T04:21:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:21:54.165Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:21:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:22:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:22:44.628Z||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-09-16T04:22:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:22:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:22:44.630Z||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-09-16T04:22:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:22:54.163Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:22:54.164Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:23:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:23:44.628Z||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-09-16T04:23:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:23:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:23:44.630Z||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-09-16T04:23:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:23:54.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:23:54.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:24:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:24:44.628Z||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-09-16T04:24:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:24:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:24:44.630Z||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-09-16T04:24:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:24:54.166Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:24:54.166Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:25:44.628Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:25:44.628Z||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-09-16T04:25:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:25:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:25:44.630Z||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-09-16T04:25:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:25:54.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:25:54.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:26:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:26:44.628Z||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-09-16T04:26:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:26:44.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:26:44.630Z||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-09-16T04:26:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:26:54.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:26:54.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:27:44.628Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:27:44.629Z||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-09-16T04:27:44.629Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:27:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:27:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T04:27:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:27:54.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:27:54.168Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:28:44.628Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:28:44.629Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T04:28:44.629Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:28:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:28:44.630Z||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-09-16T04:28:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:28:54.197Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:28:54.201Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:29:44.628Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:29:44.628Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T04:29:44.628Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:29:44.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:29:44.630Z||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-09-16T04:29:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:29:54.177Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:29:54.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:30:44.628Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:30:44.628Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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-09-16T04:30:44.629Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:30:44.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:30:44.630Z||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-09-16T04:30:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:30:54.172Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:30:54.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:31:44.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:31:44.628Z||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-09-16T04:31:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:31:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:31:44.630Z||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-09-16T04:31:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:31:54.165Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:31:54.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:32:44.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:32:44.628Z||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-09-16T04:32:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:32:44.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:32:44.630Z||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-09-16T04:32:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:32:54.165Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:32:54.166Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:33:44.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:33:44.628Z||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-09-16T04:33:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:33:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:33:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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-09-16T04:33:44.630Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:33:54.163Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:33:54.164Z|4a6a12a1-8910-43ac-9a46-f37af7bc9c7b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:34:44.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:34:44.628Z||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-09-16T04:34:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:34:44.630Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:34:44.630Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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-09-16T04:34:44.630Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:34:54.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:34:54.168Z|c83f5d9e-3be5-4a86-bf7b-5fa0d4393215|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:35:44.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:35:44.628Z||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-09-16T04:35:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:35:44.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:35:44.630Z||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-09-16T04:35:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:35:54.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:35:54.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:36:44.628Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:36:44.628Z||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-09-16T04:36:44.628Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:36:44.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-16T04:36:44.630Z||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-09-16T04:36:44.630Z||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 2jDpLZNHgSc6mou6) ... 2021-09-16T04:36:54.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-16T04:36:54.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK